jellyfin-web/dashboard-ui/channelslatest.html
2014-07-11 22:31:08 -04:00

26 lines
702 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TitleMediaBrowser}</title>
</head>
<body>
<div id="channelsLatestPage" data-role="page" class="page libraryPage channelsPage" data-theme="b" data-contextname="${HeaderChannels}">
<div class="libraryViewNav scopedLibraryViewNav">
<a href="#" class="ui-btn-active">${TabLatest}</a>
<a href="channels.html">${TabChannels}</a>
</div>
<div data-role="content">
<table class="ehsContent">
<tr>
<td>
<div class="items"></div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>