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

15 lines
642 B
HTML
Raw Normal View History

2016-11-16 12:54:05 -05:00
<div id="secondaryItemsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-backbutton="true">
2015-07-09 01:52:25 -04:00
2017-04-18 16:11:42 -04:00
<div class="padded-left padded-right padded-top padded-bottom-page">
<div class="viewSettings">
<div class="paging">
</div>
2015-07-09 01:52:25 -04:00
</div>
2017-04-18 16:11:42 -04:00
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap" style="text-align:center;"></div>
2016-12-15 01:41:10 -05:00
2017-04-18 16:11:42 -04:00
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em;">
<div class="paging"></div>
</div>
2015-07-09 01:52:25 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>