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