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

52 lines
2.1 KiB
HTML
Raw Normal View History

2013-04-01 01:44:37 -04:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 14:12:12 -04:00
<title>Emby</title>
2013-04-01 01:44:37 -04:00
</head>
<body>
2015-01-18 00:45:10 -05:00
<div id="musicRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="musicartist">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2015-04-02 12:26:42 -04:00
<a href="#" class="ui-btn-active">${TabSuggestions}</a>
2015-05-07 10:04:10 -04:00
<a href="songs.html" class="musicSongsTab">${TabSongs}</a>
2014-04-02 17:55:19 -04:00
<a href="musicalbums.html">${TabAlbums}</a>
<a href="musicalbumartists.html">${TabAlbumArtists}</a>
2015-05-07 10:04:10 -04:00
<a href="musicartists.html" class="musicArtistsTab">${TabArtists}</a>
2014-04-01 18:23:07 -04:00
<a href="musicgenres.html">${TabGenres}</a>
2014-04-02 17:55:19 -04:00
<a href="musicvideos.html">${TabMusicVideos}</a>
</div>
2013-04-01 01:44:37 -04:00
<div data-role="content">
2014-08-01 22:34:45 -04:00
<div class="ehsContent squareEhsContent">
2015-04-10 22:43:30 -04:00
<div class="homePageSection">
<h1 class="listHeader">${HeaderLatestMusic}</h1>
2013-04-25 19:28:01 -04:00
2015-04-10 22:43:30 -04:00
<div id="recentlyAddedSongs" class="itemsContainer fullWidthItemsContainer" style="text-align:left;">
</div>
2014-08-01 22:34:45 -04:00
</div>
2013-04-25 20:52:55 -04:00
2015-04-11 21:38:38 -04:00
<div id="playlists" style="display: none;" class="homePageSection">
<h1 class="listHeader">${HeaderPlaylists}</h1>
<div class="itemsContainer fullWidthItemsContainer" style="text-align:left;">
</div>
</div>
2015-04-10 22:43:30 -04:00
<div id="recentlyPlayed" style="display: none;" class="homePageSection">
2014-08-01 22:34:45 -04:00
<h1 class="listHeader">${HeaderRecentlyPlayed}</h1>
2013-04-25 20:52:55 -04:00
2014-11-18 21:45:12 -05:00
<div id="recentlyPlayedSongs" class="itemsContainer fullWidthItemsContainer" style="text-align:left;">
2014-08-01 22:34:45 -04:00
</div>
</div>
2013-04-25 20:52:55 -04:00
2015-04-10 22:43:30 -04:00
<div id="topPlayed" style="display: none;" class="homePageSection">
2014-08-01 22:34:45 -04:00
<h1 class="listHeader">${HeaderFrequentlyPlayed}</h1>
2013-04-25 20:52:55 -04:00
2014-11-18 21:45:12 -05:00
<div id="topPlayedSongs" class="itemsContainer fullWidthItemsContainer" style="text-align:left;">
2014-08-01 22:34:45 -04:00
</div>
</div>
</div>
2013-04-01 01:44:37 -04:00
</div>
</div>
</body>
</html>