jellyfin-web/dashboard-ui/livetvtimers.html

22 lines
703 B
HTML
Raw Normal View History

2013-11-27 12:04:19 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="liveTvTimersPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
<div class="libraryViewNav">
<a href="livetvguide.html">Guide</a>
<a href="livetvchannels.html">Channels</a>
<a href="livetvrecordings.html">Recordings</a>
2013-12-14 08:49:11 -07:00
<a href="livetvtimers.html" class="ui-btn-active">Upcoming Timers</a>
<a href="livetvseriestimers.html">Series Timers</a>
2013-11-27 12:04:19 -07:00
</div>
<div data-role="content">
2013-11-30 23:25:19 -07:00
<br />
2013-11-27 12:04:19 -07:00
<div id="items" class="itemsContainer"></div>
</div>
</div>
</body>
</html>