jellyfin-web/dashboard-ui/channelslatest.html

22 lines
738 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
</head>
<body>
2015-06-16 10:37:49 -07:00
<div id="channelsLatestPage" data-role="page" class="page libraryPage channelsPage" data-contextname="${HeaderChannels}" data-require="scripts/sections,scripts/channelslatest,paperbuttonstyle">
<div class="libraryViewNav scopedLibraryViewNav">
2015-06-17 18:41:22 -07:00
<a href="#" class="ui-btn-active latestChannelItemsTab"><i class="material-icons">new_releases</i>${TabLatest}</a>
<a href="channels.html"><i class="material-icons">live_tv</i>${TabChannels}</a>
</div>
<div data-role="content">
2014-08-01 19:34:45 -07:00
<div class="ehsContent">
<div class="items"></div>
</div>
</div>
</div>
</body>
</html>