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

48 lines
1.9 KiB
HTML
Raw Normal View History

2013-11-14 17:22:46 -05:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2013-11-14 17:22:46 -05:00
</head>
<body>
2014-05-21 23:35:18 -04:00
<div id="liveTvGuidePage" data-role="page" class="page libraryPage liveTvPage" data-theme="b" data-contextname="${HeaderLiveTv}">
2013-11-14 17:22:46 -05:00
<div class="libraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="livetvsuggested.html">${TabSuggested}</a>
2014-04-05 11:02:50 -04:00
<a href="livetvguide.html" class="ui-btn-active">${TabGuide}</a>
<a href="livetvchannels.html">${TabChannels}</a>
<a href="livetvrecordings.html">${TabRecordings}</a>
<a href="livetvtimers.html">${TabScheduled}</a>
<a href="livetvseriestimers.html">${TabSeries}</a>
2013-11-14 17:22:46 -05:00
</div>
2014-01-06 08:33:14 -05:00
<div data-role="content" style="padding-top: 5px;">
2014-01-05 20:59:21 -05:00
<div>
2014-05-04 10:19:46 -04:00
<div class="viewSettings">
<select id="selectDate" data-mini="true" data-icon="calendar" data-inline="true">
2014-01-06 08:33:14 -05:00
</select>
2014-01-10 08:52:01 -05:00
<div style="display: inline-block; vertical-align: middle;">
2014-04-05 11:02:50 -04:00
${HeaderChannels}
2014-01-10 08:52:01 -05:00
</div>
<div style="display: inline-block; vertical-align: middle;" class="channelPaging">
</div>
2014-01-06 08:33:14 -05:00
</div>
2014-01-05 20:59:21 -05:00
2014-05-04 10:19:46 -04:00
<div>
2014-05-10 13:28:03 -04:00
<div style="position: relative; margin: 0 auto; display: inline-block; text-align: left; max-width: 100%;">
<div style="white-space: nowrap;">
2014-01-18 00:55:21 -05:00
<div class="channelTimeslotHeader">&nbsp;</div>
<div class="timeslotHeaders"></div>
</div>
2014-05-10 13:28:03 -04:00
<div style="white-space: nowrap;">
<div class="channelList"></div>
<div class="programGrid"></div>
2014-01-18 00:55:21 -05:00
</div>
2014-01-06 08:33:14 -05:00
</div>
2014-01-05 20:59:21 -05:00
</div>
</div>
2013-11-14 17:22:46 -05:00
</div>
</div>
</body>
</html>