jellyfin-web/dashboard-ui/channels.html

21 lines
539 B
HTML
Raw Normal View History

2014-03-18 10:05:57 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
2014-03-18 10:05:57 -07:00
</head>
<body>
2014-05-10 22:11:53 -07:00
<div id="channelsPage" data-role="page" class="page libraryPage channelsPage" data-theme="b" data-view="channels">
<div class="libraryViewNav scopedLibraryViewNav">
<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>
<div id="items" class="itemsContainer"></div>
</div>
</div>
</body>
</html>