jellyfin-web/dashboard-ui/musicrecommended.html

50 lines
1.7 KiB
HTML
Raw Normal View History

2013-03-31 22:44:37 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
2013-03-31 22:44:37 -07:00
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="musicRecommendedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="musicrecommended.html" class="ui-btn-active">${TabSuggested}</a>
2014-04-02 14:55:19 -07:00
<a href="songs.html">${TabSongs}</a>
<a href="musicalbums.html">${TabAlbums}</a>
<a href="musicalbumartists.html">${TabAlbumArtists}</a>
<a href="musicartists.html">${TabArtists}</a>
2014-04-01 15:23:07 -07:00
<a href="musicgenres.html">${TabGenres}</a>
2014-04-02 14:55:19 -07:00
<a href="musicvideos.html">${TabMusicVideos}</a>
</div>
2013-03-31 22:44:37 -07:00
<div data-role="content">
2013-05-03 13:50:13 -07:00
<table class="ehsContent">
<tr>
<td>
2014-04-02 14:55:19 -07:00
<h1 class="listHeader">${HeaderLatestAlbums}</h1>
2013-04-25 16:28:01 -07:00
2013-05-03 13:50:13 -07:00
<div id="recentlyAddedAlbums">
</div>
2014-04-02 14:55:19 -07:00
<h1 class="listHeader">${HeaderLatestSongs}</h1>
2013-04-25 16:28:01 -07:00
2013-05-03 13:50:13 -07:00
<div id="recentlyAddedSongs">
</div>
2013-04-25 17:52:55 -07:00
2013-05-03 13:50:13 -07:00
<div id="recentlyPlayed" style="display: none;">
2014-04-02 14:55:19 -07:00
<h1 class="listHeader">${HeaderRecentlyPlayed}</h1>
2013-04-25 17:52:55 -07:00
2013-05-03 13:50:13 -07:00
<div id="recentlyPlayedSongs">
</div>
</div>
2013-04-25 17:52:55 -07:00
2013-05-03 13:50:13 -07:00
<div id="topPlayed" style="display: none;">
2014-04-02 14:55:19 -07:00
<h1 class="listHeader">${HeaderFrequentlyPlayed}</h1>
2013-04-25 17:52:55 -07:00
2013-05-03 13:50:13 -07:00
<div id="topPlayedSongs">
</div>
</div>
</td>
</tr>
</table>
2013-03-31 22:44:37 -07:00
</div>
</div>
</body>
</html>