jellyfin-web/dashboard-ui/livetvseriestimer.html

80 lines
3.7 KiB
HTML
Raw Normal View History

2016-08-11 15:41:25 -07:00
<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-contextname="${HeaderLiveTv}" data-backbutton="true" data-menubutton="false">
2015-08-16 21:08:33 -07:00
2016-03-15 22:33:31 -07:00
<div data-role="content">
2016-05-09 20:36:43 -07:00
2016-08-11 15:41:25 -07:00
<div style="margin:auto; max-width: 900px;">
<div>
<h1 class="itemName"></h1>
2016-03-15 22:33:31 -07:00
</div>
2016-08-11 15:41:25 -07:00
<form class="liveTvSeriesTimerForm" style="max-width: initial;">
2016-03-15 22:33:31 -07:00
<div>
<h1>${HeaderDays}</h1>
</div>
2016-08-11 15:41:25 -07:00
<div class="checkboxList">
<label>
<input type="checkbox" is="emby-checkbox" id="chkSunday" />
<span>${OptionSunday}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkMonday" />
<span>${OptionMonday}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkTuesday" />
<span>${OptionTuesday}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkWednesday" />
<span>${OptionWednesday}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkThursday" />
<span>${OptionThursday}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkFriday" />
<span>${OptionFriday}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkSaturday" />
<span>${OptionSaturday}</span>
</label>
2016-03-15 22:33:31 -07:00
</div>
<div>
<h1>${HeaderRepeatingOptions}</h1>
</div>
2016-08-11 15:41:25 -07:00
<div class="checkboxList">
<label>
<input type="checkbox" is="emby-checkbox" id="chkNewOnly" />
<span>${OptionRecordOnlyNewEpisodes}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkAnyTime" />
<span>${OptionRecordAnytime}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkAllChannels" />
<span>${OptionRecordOnAllChannels}</span>
</label>
2014-01-07 22:25:21 -07:00
</div>
2016-08-11 15:41:25 -07:00
<h1>
${HeaderAdvanced}
</h1>
<div class="inputContainer">
<input is="emby-input" type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPrePaddingMinutes}" />
</div>
<div class="inputContainer">
<input is="emby-input" id="txtPostPaddingMinutes" type="number" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPostPaddingMinutes}" />
2013-12-17 22:44:46 -07:00
</div>
2016-08-11 15:41:25 -07:00
<div class="hide">
<button is="emby-button" type="submit" class="raised submit block btnSubmit"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
2013-12-14 18:17:57 -07:00
2016-07-23 11:43:07 -07:00
<button is="emby-button" type="button" class="raised cancel block btnCancel" onclick="history.back();"><i class="md-icon">close</i><span>${ButtonCancel}</span></button>
2016-03-15 22:33:31 -07:00
</div>
2016-05-09 20:36:43 -07:00
</form>
2016-08-11 15:41:25 -07:00
<div class="scheduleTab"></div>
2016-05-09 20:36:43 -07:00
</div>
2013-12-14 08:49:11 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>