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-06-17 21:41:22 -04:00
|
|
|
|
<a href="channelslatest.html" class="latestChannelItemsTab"><i class="material-icons">new_releases</i>${TabLatest}</a>
|
|
|
|
|
<a href="#" class="ui-btn-active"><i class="material-icons">live_tv</i>${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>
|