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/collections.html

26 lines
904 B
HTML
Raw Normal View History

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