2013-12-14 08:49:11 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-contextname="${HeaderLiveTv}" data-require="jqmcheckbox,jqmcontrolgroup,jqmcollapsible,scripts/livetvcomponents,scripts/livetvseriestimer,livetvcss,paper-checkbox,paper-input" data-backbutton="true" data-menubutton="false">
|
2015-08-16 21:08:33 -07:00
|
|
|
|
|
2013-12-14 08:49:11 -07:00
|
|
|
|
<div data-role="content">
|
2014-01-07 22:25:21 -07:00
|
|
|
|
<form class="liveTvSeriesTimerForm" style="margin: 0 auto; max-width: 720px;">
|
2013-12-15 07:19:24 -07:00
|
|
|
|
<p><span class="itemName inlineItemName"></span></p>
|
2013-12-14 18:17:57 -07:00
|
|
|
|
|
2013-12-15 07:19:24 -07:00
|
|
|
|
<p class="channel" style="margin-top: 2em;"></p>
|
|
|
|
|
<p class="time"></p>
|
|
|
|
|
|
2013-12-14 18:17:57 -07:00
|
|
|
|
<br />
|
2014-01-07 22:25:21 -07:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" data-mini="true" class="seriesTimerTabs">
|
|
|
|
|
<input type="radio" name="radioSeriesTimerTab" class="radioSeriesTimerTab" id="radioSettings" value="settings">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="radioSettings">${TabSettings}</label>
|
2014-01-07 22:25:21 -07:00
|
|
|
|
<input type="radio" name="radioSeriesTimerTab" class="radioSeriesTimerTab" id="radioRecordings" value="recordings">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="radioRecordings">${TabRecordings}</label>
|
2014-01-07 22:25:21 -07:00
|
|
|
|
<input type="radio" name="radioSeriesTimerTab" class="radioSeriesTimerTab" id="radioScheduled" value="schedule">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="radioScheduled">${TabScheduled}</label>
|
2014-01-07 22:25:21 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div class="settingsTab tab">
|
2015-08-16 21:08:33 -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>
|
|
|
|
|
</div>
|
2015-09-05 09:58:27 -07:00
|
|
|
|
<br />
|
2014-01-07 22:25:21 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true">
|
2015-08-16 21:08:33 -07:00
|
|
|
|
<h3>${HeaderAdvanced}</h3>
|
2014-01-07 22:25:21 -07:00
|
|
|
|
<div>
|
|
|
|
|
<br />
|
2015-09-04 09:20:54 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-input type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" label="${LabelPrePaddingMinutes}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<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-15 07:19:24 -07:00
|
|
|
|
</div>
|
2014-01-07 22:25:21 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2013-12-17 22:44:46 -07:00
|
|
|
|
<div>
|
2015-08-16 21:08:33 -07:00
|
|
|
|
<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>
|
2014-01-07 22:25:21 -07:00
|
|
|
|
</button>
|
2015-08-16 21:08:33 -07:00
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-01-07 22:25:21 -07:00
|
|
|
|
<div class="recordingsTab tab"></div>
|
|
|
|
|
<div class="scheduleTab tab"></div>
|
2013-12-14 18:17:57 -07:00
|
|
|
|
</form>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</div>
|
2013-12-14 18:17:57 -07:00
|
|
|
|
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|