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

24 lines
842 B
HTML
Raw Normal View History

2013-11-27 14:04:19 -05:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2013-11-27 14:04:19 -05:00
</head>
<body>
2014-05-01 22:54:33 -04:00
<div id="liveTvTimersPage" data-role="page" class="page libraryPage liveTvPage" data-theme="b" data-view="livetv">
2013-11-27 14:04:19 -05:00
<div class="libraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="livetvsuggested.html">${TabSuggested}</a>
2014-04-05 11:02:50 -04:00
<a href="livetvguide.html">${TabGuide}</a>
<a href="livetvchannels.html">${TabChannels}</a>
<a href="livetvrecordings.html">${TabRecordings}</a>
<a href="livetvtimers.html" class="ui-btn-active">${TabScheduled}</a>
<a href="livetvseriestimers.html">${TabSeries}</a>
2013-11-27 14:04:19 -05:00
</div>
<div data-role="content">
2014-01-11 00:49:18 -05:00
<div style="max-width: 600px; margin: 0 auto;">
2013-12-28 16:37:01 -05:00
<div id="items"></div>
</div>
2013-11-27 14:04:19 -05:00
</div>
</div>
</body>
</html>