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

28 lines
763 B
HTML
Raw Normal View History

<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-title="${HeaderLiveTv}" data-menubutton="false">
2015-08-17 00:08:33 -04:00
2016-09-30 14:43:59 -04:00
<style>
@media all and (min-width: 800px) {
.seriesTimerSchedule .backdropCard {
width: 33.333333333333333333333333333333%;
}
}
</style>
2016-03-16 01:33:31 -04:00
<div data-role="content">
2016-05-09 23:36:43 -04:00
2016-09-30 14:43:59 -04:00
<div style="margin:auto; max-width: 700px;">
2016-08-11 18:41:25 -04:00
<div>
<h1 class="itemName"></h1>
2016-03-16 01:33:31 -04:00
</div>
2016-08-11 18:41:25 -04:00
2016-09-30 14:43:59 -04:00
<div class="recordingEditor">
2013-12-14 20:17:57 -05:00
2016-09-30 14:43:59 -04:00
</div>
2016-10-01 03:06:00 -04:00
<h1 style="margin-top:0;">${HeaderSchedule}</h1>
<div class="scheduleTab seriesTimerSchedule">
</div>
2016-05-09 23:36:43 -04:00
</div>
2013-12-14 10:49:11 -05:00
</div>
2016-03-16 01:33:31 -04:00
</div>