jellyfin-web/dashboard-ui/collections.html

26 lines
894 B
HTML
Raw Normal View History

2013-04-01 20:28:20 -07:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
2013-04-01 20:28:20 -07:00
</head>
<body>
2015-08-15 11:17:22 -07:00
<div id="boxsetsPage" data-role="page" class="page libraryPage backdropPage collectionEditorPage noSecondaryNavPage" data-backdroptype="movie,boxset" data-require="scripts/moviecollections">
<div data-role="content">
<div class="viewSettings">
2014-05-03 16:38:23 -07:00
2014-03-17 07:48:16 -07:00
<div class="listTopPaging">
2014-05-04 07:19:46 -07:00
&nbsp;
2014-03-17 07:48:16 -07:00
</div>
</div>
2015-08-15 11:17:22 -07:00
<div class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
2014-07-13 17:57:32 -07:00
<div class="noItemsMessage" style="display: none; text-align: center;">
2014-05-30 12:23:56 -07:00
<p>${MessageNoCollectionsAvailable}</p>
</div>
2015-06-18 21:23:55 -07:00
2015-06-19 09:36:51 -07:00
<paper-fab class="btnNewCollection bottomFab" icon="add" style="position:fixed;right:20px;background-color:#db4437;"></paper-fab>
</div>
</div>
2013-04-01 20:28:20 -07:00
</body>
</html>