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

37 lines
1.2 KiB
HTML
Raw Normal View History

2013-11-14 17:22:46 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 13:37:29 -05:00
<div id="liveTvGuidePage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
2013-11-14 17:22:46 -05:00
<div class="libraryViewNav">
2014-01-06 11:48:43 -05:00
<a href="livetvsuggested.html">Suggested</a>
2013-11-14 17:22:46 -05:00
<a href="livetvguide.html" class="ui-btn-active">Guide</a>
<a href="livetvchannels.html">Channels</a>
<a href="livetvrecordings.html">Recordings</a>
2013-12-22 12:16:24 -05:00
<a href="livetvtimers.html">Scheduled</a>
2013-12-19 16:51:32 -05:00
<a href="livetvseriestimers.html">Series</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-01-06 08:33:14 -05:00
<div>
<select id="selectDate" data-mini="true" data-icon="calendar">
<option>Today</option>
</select>
</div>
2014-01-05 20:59:21 -05:00
2014-01-06 08:33:14 -05:00
<div>
<div class="channelTimeslotHeader">&nbsp;</div>
2014-01-05 20:59:21 -05:00
<div class="timeslotHeaders"></div>
2014-01-06 08:33:14 -05:00
<div class="channelList"></div>
<div class="programGrid">
</div>
2014-01-05 20:59:21 -05:00
</div>
</div>
2013-11-14 17:22:46 -05:00
</div>
</div>
</body>
</html>