jellyfin-web/dashboard-ui/channels.html

22 lines
631 B
HTML
Raw Normal View History

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-01-17 22:45:10 -07:00
<div id="channelsPage" data-role="page" class="page libraryPage channelsPage" data-contextname="${HeaderChannels}">
2014-05-10 22:11:53 -07:00
<div class="libraryViewNav scopedLibraryViewNav">
<a href="channelslatest.html">${TabLatest}</a>
2014-05-10 22:11:53 -07:00
<a href="#" class="ui-btn-active">${TabChannels}</a>
</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>