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

34 lines
1.1 KiB
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 style="display:flex;align-items:center;">
<i class="md-icon" style="color:#cc3333;font-size:1.5em;">&#xE062;</i>
<div style="margin-left:.25em;">${WillRecord}</div>
<i class="md-icon" style="color:gray;font-size:1.5em;margin-left: 1.5em;">&#xE062;</i>
<div style="margin-left:.25em;">${NotScheduledToRecord}</div>
</div>
<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>