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-05-16 12:09:02 -07:00
|
|
|
|
<div id="channelsPage" data-role="page" class="page libraryPage channelsPage" data-contextname="${HeaderChannels}" data-require="scripts/channels">
|
2014-05-10 22:11:53 -07:00
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-06-17 18:41:22 -07: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-10 22:11:53 -07:00
|
|
|
|
</div>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
|
|
|
|
</div>
|
2015-01-22 23:15:15 -07:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|