2014-03-18 13:05:57 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<title>Emby</title>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-05-16 15:09:02 -04:00
|
|
|
|
<div id="channelsPage" data-role="page" class="page libraryPage channelsPage" data-contextname="${HeaderChannels}" data-require="scripts/channels">
|
2014-05-11 01:11:53 -04:00
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-07-10 00:44:21 -04:00
|
|
|
|
<a href="channelslatest.html" class="latestChannelItemsTab"><iron-icon icon="new-releases"></iron-icon>${TabLatest}</a>
|
|
|
|
|
<a href="#" class="ui-btn-active"><iron-icon icon="live-tv"></iron-icon>${TabChannels}</a>
|
2014-05-11 01:11:53 -04:00
|
|
|
|
</div>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
|
|
|
|
</div>
|
2015-01-23 01:15:15 -05:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|