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

27 lines
996 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-03-21 14:12:12 -04:00
<title>Emby</title>
</head>
<body>
2015-06-08 17:32:20 -04:00
<div id="playlistEditorPage" data-role="page" class="page libraryPage" data-require="scripts/playlistedit">
<div class="libraryViewNav scopedLibraryViewNav">
2015-06-17 21:41:22 -04:00
<a href="playlists.html" class="ui-btn-active"><i class="material-icons">menu</i>${TabPlaylists}</a>
</div>
<div data-role="content">
2015-04-05 11:01:57 -04:00
<h2 style="text-align:center;" class="playlistName"></h2>
<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>
<div id="items" class="itemsContainer"></div>
<div class="noItemsMessage" style="display: none; text-align: center;">
<p>${MessageNoPlaylistItemsAvailable}</p>
</div>
</div>
</div>
</body>
</html>