2013-11-29 13:44:51 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<title>Emby</title>
|
2013-11-29 13:44:51 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 10:43:03 -05:00
|
|
|
|
<div id="liveTvTimerPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-contextname="${HeaderLiveTv}" data-require="jqmcollapsible,scripts/livetvcomponents,scripts/livetvtimer,livetvcss,paper-input" data-backbutton="true" data-menubutton="false">
|
2015-08-02 19:47:31 -04:00
|
|
|
|
|
2013-11-29 13:44:51 -05:00
|
|
|
|
<div data-role="content">
|
2014-01-02 16:21:06 -05:00
|
|
|
|
|
|
|
|
|
<div class="readOnlyContent" style="margin: 0 auto;">
|
2014-01-08 00:25:21 -05:00
|
|
|
|
<div>
|
|
|
|
|
<div style="display: none; vertical-align: top; margin-right: 1em; padding-top: 1em;" class="timerPageImageContainer">
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block; vertical-align: middle;">
|
2015-08-18 15:45:41 -04:00
|
|
|
|
<p><span class="itemName inlineItemName"></span></p>
|
2014-01-08 00:25:21 -05:00
|
|
|
|
<p class="itemEpisodeName"></p>
|
|
|
|
|
<p class="itemMiscInfo miscTvProgramInfo"></p>
|
|
|
|
|
<p>
|
|
|
|
|
<span class="itemCommunityRating"></span>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="itemGenres"></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-06-07 21:23:56 -04:00
|
|
|
|
<p class="itemOverview smoothScrollY"></p>
|
2013-12-12 23:06:38 -05:00
|
|
|
|
|
2015-08-17 00:08:33 -04:00
|
|
|
|
<p style="margin-top: 2em;" class="timerStatus">
|
2013-12-14 10:49:11 -05:00
|
|
|
|
</p>
|
2015-08-17 00:08:33 -04:00
|
|
|
|
<div style="margin-top: 2em;">
|
|
|
|
|
<paper-button class="subdued" raised id="btnCancelTimer"><iron-icon icon="delete"></iron-icon><span>${ButtonCancelRecording}</span></paper-button>
|
|
|
|
|
</div>
|
2014-01-02 16:21:06 -05:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<form class="liveTvTimerForm" style="margin: 0 auto;">
|
2015-08-17 00:08:33 -04:00
|
|
|
|
<h1>${HeaderRecordingOptions}</h1>
|
2014-01-01 13:26:31 -05:00
|
|
|
|
<div data-role="collapsible" data-mini="true">
|
2015-08-17 00:08:33 -04:00
|
|
|
|
<h3>${HeaderAdvanced}</h3>
|
2013-12-18 00:44:46 -05:00
|
|
|
|
<div>
|
|
|
|
|
<br />
|
2015-09-04 12:20:54 -04: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-18 00:44:46 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-12-12 23:06:38 -05:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2015-08-17 00:08:33 -04:00
|
|
|
|
<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-05 11:50:21 -05:00
|
|
|
|
|
2015-08-17 00:08:33 -04:00
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
|
|
|
|
</div>
|
2013-12-05 11:50:21 -05:00
|
|
|
|
</form>
|
2014-01-02 16:21:06 -05:00
|
|
|
|
|
2013-11-29 13:44:51 -05:00
|
|
|
|
</div>
|
2013-12-14 20:17:57 -05:00
|
|
|
|
|
2013-11-29 13:44:51 -05:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|