mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
27 lines
996 B
HTML
27 lines
996 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="playlistEditorPage" data-role="page" class="page libraryPage" data-require="scripts/playlistedit">
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
<a href="playlists.html" class="ui-btn-active"><i class="material-icons">menu</i>${TabPlaylists}</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
<h2 style="text-align:center;" class="playlistName"></h2>
|
|
<div class="viewSettings">
|
|
<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>
|