2016-09-02 00:11:10 -04:00
|
|
|
|
<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-03-16 01:33:31 -04:00
|
|
|
|
<div data-role="content">
|
2016-05-09 23:36:43 -04:00
|
|
|
|
|
2016-08-11 18:41:25 -04:00
|
|
|
|
<div style="margin:auto; max-width: 900px;">
|
|
|
|
|
<div>
|
|
|
|
|
<h1 class="itemName"></h1>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
2016-08-11 18:41:25 -04:00
|
|
|
|
<form class="liveTvSeriesTimerForm" style="max-width: initial;">
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderDays}</h1>
|
|
|
|
|
</div>
|
2016-08-11 18:41:25 -04: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-16 01:33:31 -04:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderRepeatingOptions}</h1>
|
|
|
|
|
</div>
|
2016-08-11 18:41:25 -04: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-08 00:25:21 -05:00
|
|
|
|
</div>
|
2016-08-11 18:41:25 -04: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-18 00:44:46 -05:00
|
|
|
|
</div>
|
2016-08-11 18:41:25 -04:00
|
|
|
|
|
|
|
|
|
<div class="hide">
|
2016-09-18 01:52:10 -04:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block btnSubmit"><span>${ButtonSave}</span></button>
|
2013-12-14 20:17:57 -05:00
|
|
|
|
|
2016-09-18 01:52:10 -04:00
|
|
|
|
<button is="emby-button" type="button" class="raised cancel block btnCancel" onclick="history.back();"><span>${ButtonCancel}</span></button>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
2016-05-09 23:36:43 -04:00
|
|
|
|
</form>
|
2016-08-11 18:41:25 -04:00
|
|
|
|
<div class="scheduleTab"></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>
|