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/playlists.html

15 lines
568 B
HTML
Raw Normal View History

2016-07-30 13:43:55 -04:00
<div id="playlistsPage" data-dom-cache="true" data-role="page" class="page libraryPage noSecondaryNavPage" data-title="${HeaderPlaylists}">
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="viewSettings">
2016-03-16 01:33:31 -04:00
<div class="listTopPaging">
&nbsp;
</div>
</div>
2016-07-30 13:43:55 -04:00
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer centered"></div>
2016-05-27 13:18:22 -04:00
<div class="noItemsMessage hide" style="text-align: center;">
2016-03-16 01:33:31 -04:00
<p>${MessageNoPlaylistsAvailable}</p>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>