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

29 lines
991 B
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">
<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>
<div data-role="content">
2014-01-05 20:59:21 -05:00
<div>
<h2 class="detailSectionHeader tvProgramSectionHeader guideDate"></h2>
<div style="overflow-x: scroll;overflow-y:scroll;position:absolute;right: 1em;left: 1em;top: 135px;bottom: 30px;">
<div class="timeslotHeaders"></div>
<div id="guide"></div>
</div>
</div>
2013-11-14 17:22:46 -05:00
</div>
</div>
</body>
</html>