1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/channelslatest.html

29 lines
898 B
HTML
Raw Normal View History

<!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">
2014-06-16 08:22:38 -04:00
<table class="ehsContent homeEhsContent">
<tr>
<td>
<div>
<h1 class="listHeader firstListHeader">${HeaderLatestChannelItems}</h1>
</div>
<div id="items" class="itemsContainer"></div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>