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

23 lines
731 B
HTML
Raw Normal View History

2013-11-27 14:04:19 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 13:37:29 -05:00
<div id="liveTvTimersPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
2013-11-27 14:04:19 -05:00
<div class="libraryViewNav">
<a href="livetvguide.html">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" class="ui-btn-active">Scheduled</a>
2013-12-19 16:51:32 -05:00
<a href="livetvseriestimers.html">Series</a>
2013-11-27 14:04:19 -05:00
</div>
<div data-role="content">
2013-12-28 16:37:01 -05:00
<div style="max-width: 700px; margin: 0 auto;">
<div id="items"></div>
</div>
2013-11-27 14:04:19 -05:00
</div>
</div>
</body>
</html>