jellyfin-web/dashboard-ui/secondaryitems.html

15 lines
621 B
HTML
Raw Normal View History

2016-11-16 10:54:05 -07:00
<div id="secondaryItemsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-backbutton="true">
2015-07-08 22:52:25 -07:00
2017-04-18 13:11:42 -07:00
<div class="padded-left padded-right padded-top padded-bottom-page">
<div class="viewSettings">
<div class="paging">
</div>
2015-07-08 22:52:25 -07:00
</div>
2017-04-30 13:05:14 -07:00
<div is="emby-itemscontainer" id="items" class="itemsContainer vertical-wrap" style="text-align:center;"></div>
2016-12-14 23:41:10 -07:00
2017-04-18 13:11:42 -07: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-08 22:52:25 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>