2014-03-18 10:05:57 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-07-18 11:07:03 -07:00
|
|
|
|
<div id="channelsPage" data-role="page" class="page libraryPage channelsPage pageWithAbsoluteTabs" data-contextname="${HeaderChannels}" data-require="scripts/channels,scripts/channelslatest,scripts/sections">
|
2014-05-10 22:11:53 -07:00
|
|
|
|
|
2015-07-18 11:07:03 -07:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav libraryViewNavWithMinHeight">
|
|
|
|
|
<paper-tabs style="display:none;">
|
|
|
|
|
<paper-tab><iron-icon icon="new-releases"></iron-icon>${TabLatest}</paper-tab>
|
|
|
|
|
<paper-tab><iron-icon icon="live-tv"></iron-icon>${TabChannels}</paper-tab>
|
|
|
|
|
</paper-tabs>
|
|
|
|
|
<div class="legacyTabs" style="display:none;">
|
|
|
|
|
<a href="channels.html"><iron-icon icon="new-releases"></iron-icon>${TabLatest}</a>
|
|
|
|
|
<a href="channels.html?tab=1" class="ui-btn-active"><iron-icon icon="live-tv"></iron-icon>${TabChannels}</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-08-02 16:47:31 -07:00
|
|
|
|
<div class="ehsContent fullWidth">
|
2015-07-18 11:07:03 -07:00
|
|
|
|
<neon-animated-pages>
|
|
|
|
|
<neon-animatable>
|
|
|
|
|
<div class="pageTabContent latestContent">
|
2015-07-20 11:32:55 -07:00
|
|
|
|
<div class="latestItems"></div>
|
2015-07-18 11:07:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
</neon-animatable>
|
|
|
|
|
<neon-animatable>
|
|
|
|
|
<div class="pageTabContent channelsContent">
|
|
|
|
|
<div class="viewSettings">
|
|
|
|
|
</div>
|
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</neon-animatable>
|
|
|
|
|
</neon-animated-pages>
|
2014-05-10 22:11:53 -07:00
|
|
|
|
</div>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|