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
843 B
HTML
Raw Normal View History

2013-11-27 14:04:19 -05: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>
<a href="livetvtimers.html" class="ui-btn-active">Timers</a>
</div>
<div data-role="content">
2013-11-29 13:44:51 -05:00
<p style="text-align: right; max-width: 1100px; margin: 1em auto 1.5em;">
<a data-role="button" href="livetvtimer.html" data-icon="plus" data-inline="true" data-mini="true">New Timer</a>
</p>
2013-11-27 14:04:19 -05:00
<div id="items" class="itemsContainer"></div>
</div>
</div>
</body>
</html>