1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/musicrecommended.html

50 lines
1.7 KiB
HTML
Raw Normal View History

2013-04-01 01:44:37 -04:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2013-04-01 01:44:37 -04:00
</head>
<body>
2013-12-24 13:37:29 -05:00
<div id="musicRecommendedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="music">
<div class="libraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="musicrecommended.html" class="ui-btn-active">${TabSuggested}</a>
<a href="songs.html">Songs</a>
<a href="musicalbums.html">Albums</a>
2013-11-21 15:48:26 -05:00
<a href="musicalbumartists.html">Album Artists</a>
<a href="musicartists.html">Artists</a>
2014-04-01 18:23:07 -04:00
<a href="musicgenres.html">${TabGenres}</a>
<a href="musicvideos.html">Music Videos</a>
</div>
2013-04-01 01:44:37 -04:00
<div data-role="content">
2013-05-03 16:50:13 -04:00
<table class="ehsContent">
<tr>
<td>
2013-12-22 12:16:24 -05:00
<h1 class="listHeader">Latest Albums</h1>
2013-04-25 19:28:01 -04:00
2013-05-03 16:50:13 -04:00
<div id="recentlyAddedAlbums">
</div>
<h1 class="listHeader">Latest Songs</h1>
2013-04-25 19:28:01 -04:00
2013-05-03 16:50:13 -04:00
<div id="recentlyAddedSongs">
</div>
2013-04-25 20:52:55 -04:00
2013-05-03 16:50:13 -04:00
<div id="recentlyPlayed" style="display: none;">
<h1 class="listHeader">Recently Played</h1>
2013-04-25 20:52:55 -04:00
2013-05-03 16:50:13 -04:00
<div id="recentlyPlayedSongs">
</div>
</div>
2013-04-25 20:52:55 -04:00
2013-05-03 16:50:13 -04:00
<div id="topPlayed" style="display: none;">
2013-12-01 01:25:19 -05:00
<h1 class="listHeader">Frequently Played</h1>
2013-04-25 20:52:55 -04:00
2013-05-03 16:50:13 -04:00
<div id="topPlayedSongs">
</div>
</div>
</td>
</tr>
</table>
2013-04-01 01:44:37 -04:00
</div>
</div>
</body>
</html>