jellyfin-web/dashboard-ui/livetvtimers.html

24 lines
788 B
HTML
Raw Normal View History

2013-11-27 12:04:19 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="liveTvTimersPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
2013-11-27 12:04:19 -07:00
<div class="libraryViewNav">
2014-01-06 09:48:43 -07:00
<a href="livetvsuggested.html">Suggested</a>
2013-11-27 12:04:19 -07:00
<a href="livetvguide.html">Guide</a>
<a href="livetvchannels.html">Channels</a>
<a href="livetvrecordings.html">Recordings</a>
2013-12-22 10:16:24 -07:00
<a href="livetvtimers.html" class="ui-btn-active">Scheduled</a>
2013-12-19 14:51:32 -07:00
<a href="livetvseriestimers.html">Series</a>
2013-11-27 12:04:19 -07:00
</div>
<div data-role="content">
2014-01-10 22:49:18 -07:00
<div style="max-width: 600px; margin: 0 auto;">
2013-12-28 14:37:01 -07:00
<div id="items"></div>
</div>
2013-11-27 12:04:19 -07:00
</div>
</div>
</body>
</html>