mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-title="${HeaderLiveTv}" data-menubutton="false">
|
|
|
|
<style>
|
|
@media all and (min-width: 800px) {
|
|
|
|
.seriesTimerSchedule .backdropCard {
|
|
width: 33.333333333333333333333333333333%;
|
|
}
|
|
}
|
|
</style>
|
|
<div data-role="content">
|
|
|
|
<div style="margin:auto; max-width: 700px;">
|
|
<div>
|
|
<h1 class="itemName"></h1>
|
|
</div>
|
|
|
|
<div class="recordingEditor">
|
|
|
|
</div>
|
|
|
|
<h1 style="margin-top:0;">${HeaderSchedule}</h1>
|
|
<div style="display:flex;align-items:center;margin:1em 0;">
|
|
<i class="md-icon" style="color:#cc3333;font-size:1.5em;"></i>
|
|
<div style="margin-left:.25em;">${WillRecord}</div>
|
|
<i class="md-icon" style="color:gray;font-size:1.5em;margin-left: 1.5em;"></i>
|
|
<div style="margin-left:.25em;">${NotScheduledToRecord}</div>
|
|
</div>
|
|
<div class="scheduleTab seriesTimerSchedule">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div> |