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/channels.html

13 lines
505 B
HTML
Raw Normal View History

2017-03-21 13:31:40 -04:00
<div id="channelsPage" data-role="page" data-dom-cache="true" class="page libraryPage channelsPage noSecondaryNavPage" data-title="${HeaderChannels}">
2014-05-11 01:11:53 -04:00
2017-04-09 21:45:18 -04:00
<div class="verticalSection">
2016-08-14 15:58:13 -04:00
2017-04-09 21:45:18 -04:00
<h1 class="sectionTitle sectionTitle-cards padded-left">${TabChannels}</h1>
<div is="emby-itemscontainer" id="items" class="itemsContainer padded-left padded-right vertical-wrap focuscontainer-x"></div>
2016-03-16 01:33:31 -04:00
</div>
2014-03-18 13:05:57 -04:00
2017-03-21 13:31:40 -04:00
<div class="latestItems"></div>
2016-03-16 01:33:31 -04:00
<div data-role="content">
2014-03-18 13:05:57 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>