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

22 lines
846 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-03-21 14:12:12 -04:00
<title>Emby</title>
</head>
<body>
2015-07-19 23:43:13 -04:00
<div id="playlistEditorPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-require="scripts/playlistedit" data-backbutton="true" data-menubutton="false">
<div data-role="content">
<div class="viewSettings">
2015-06-19 00:23:55 -04:00
<div class="listTopPaging"></div>
<paper-button raised class="secondary btnPlay hide"><iron-icon icon="play-arrow"></iron-icon><span>${ButtonPlay}</span></paper-button>
</div>
2015-06-28 21:10:45 -04:00
<div id="items" class="itemsContainer" style="max-width:1000px;margin: 0 auto;"></div>
<div class="noItemsMessage" style="display: none; text-align: center;">
<p>${MessageNoPlaylistItemsAvailable}</p>
</div>
</div>
</div>
</body>
</html>