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="playlistsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-require="scripts/playlists" data-title="${HeaderPlaylists}">
|
2014-08-02 19:16:37 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
|
|
|
|
|
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-01-22 23:15:15 -07:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
2014-08-02 19:16:37 -07:00
|
|
|
|
<div class="noItemsMessage" style="display: none; text-align: center;">
|
|
|
|
|
<p>${MessageNoPlaylistsAvailable}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|