2016-04-26 19:59:43 -07:00
|
|
|
|
<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-contextname="${HeaderLiveTv}" data-require="jqmcheckbox,jqmcontrolgroup,paper-button,jqmcollapsible,scripts/livetvcomponents,scripts/livetvseriestimer,livetvcss,paper-checkbox,paper-input" 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
|
|
|
|
|
|
|
|
|
<div class="readOnlyContent" style="margin:auto; max-width: 720px;">
|
2016-05-12 12:21:43 -07:00
|
|
|
|
<h1 class="itemName"></h1>
|
2013-12-14 18:17:57 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<p class="channel" style="margin-top: 2em;"></p>
|
|
|
|
|
<p class="time"></p>
|
2013-12-15 07:19:24 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" data-mini="true" class="seriesTimerTabs">
|
|
|
|
|
<input type="radio" name="radioSeriesTimerTab" class="radioSeriesTimerTab" id="radioSettings" value="settings">
|
|
|
|
|
<label for="radioSettings">${TabSettings}</label>
|
|
|
|
|
<input type="radio" name="radioSeriesTimerTab" class="radioSeriesTimerTab" id="radioScheduled" value="schedule">
|
2016-05-09 20:36:43 -07:00
|
|
|
|
<label for="radioScheduled">${TabRecordings}</label>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-05-09 20:36:43 -07:00
|
|
|
|
<div style="clear:both;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div class="settingsTab tab">
|
|
|
|
|
|
|
|
|
|
<form class="liveTvSeriesTimerForm" style="margin: 0 auto; max-width: 720px;">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderDays}</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="paperCheckboxList">
|
|
|
|
|
<paper-checkbox id="chkSunday">${OptionSunday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkMonday">${OptionMonday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkTuesday">${OptionTuesday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkWednesday">${OptionWednesday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkThursday">${OptionThursday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkFriday">${OptionFriday}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkSaturday">${OptionSaturday}</paper-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderRepeatingOptions}</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="paperCheckboxList">
|
|
|
|
|
<paper-checkbox id="chkNewOnly">${OptionRecordOnlyNewEpisodes}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkAnyTime">${OptionRecordAnytime}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkAllChannels">${OptionRecordOnAllChannels}</paper-checkbox>
|
2014-01-07 22:25:21 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true">
|
|
|
|
|
<h3>${HeaderAdvanced}</h3>
|
2015-08-16 21:08:33 -07:00
|
|
|
|
<div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
2014-01-07 22:25:21 -07:00
|
|
|
|
<div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<paper-input type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPrePaddingMinutes}"></paper-input>
|
2013-12-15 07:19:24 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input type="number" id="txtPostPaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPostPaddingMinutes}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
|
|
|
|
</button>
|
2013-12-14 18:17:57 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
|
|
|
|
</div>
|
2016-05-09 20:36:43 -07:00
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="scheduleTab tab"></div>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
|
|
|
|
</div>
|