jellyfin-web/dashboard-ui/channels.html
Luke Pulverenti e488108c2f update tabs
2016-03-24 14:11:03 -04:00

26 lines
1.1 KiB
HTML

<div id="channelsPage" data-role="page" data-dom-cache="true" class="page libraryPage channelsPage pageWithAbsoluteTabs" data-contextname="${HeaderChannels}" data-require="scripts/channels,scripts/channelslatest,scripts/sections,paper-tabs">
<div class="libraryViewNav scopedLibraryViewNav libraryViewNavWithMinHeight">
<paper-tabs hidescrollbuttons noink>
<paper-tab>${TabLatest}</paper-tab>
<paper-tab>${TabChannels}</paper-tab>
</paper-tabs>
<div class="legacyTabs">
<a href="channels.html">${TabLatest}</a>
<a href="channels.html?tab=1">${TabChannels}</a>
</div>
</div>
<div class="ehsContent fullWidth pageTabsContainer">
<div class="pageTabContent latestContent hide">
<div class="latestItems"></div>
</div>
<div class="pageTabContent channelsContent hide">
<div class="viewSettings">
</div>
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
</div>
</div>
<div data-role="content">
</div>
</div>