mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
26 lines
894 B
HTML
26 lines
894 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<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">
|
|
|
|
<div class="listTopPaging">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
|
<div class="noItemsMessage" style="display: none; text-align: center;">
|
|
<p>${MessageNoCollectionsAvailable}</p>
|
|
</div>
|
|
|
|
<paper-fab class="btnNewCollection bottomFab" icon="add" style="position:fixed;right:20px;background-color:#db4437;"></paper-fab>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|