2013-12-17 13:02:12 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-22 08:43:19 -07:00
|
|
|
|
<div id="liveTvNewRecordingPage" data-role="page" class="page libraryPage liveTvPage" data-contextname="${HeaderLiveTv}" data-require="scripts/livetvcomponents,scripts/livetvnewrecording,livetvcss">
|
2013-12-17 13:02:12 -07:00
|
|
|
|
<div class="libraryViewNav">
|
2015-06-17 18:41:22 -07:00
|
|
|
|
<a href="livetvsuggested.html"><i class="material-icons">info</i>${TabSuggestions}</a>
|
|
|
|
|
<a href="livetvguide.html"><i class="material-icons">grid_on</i>${TabGuide}</a>
|
|
|
|
|
<a href="livetvchannels.html"><i class="material-icons">live_tv</i>${TabChannels}</a>
|
|
|
|
|
<a href="livetvrecordings.html" class="ui-btn-active"><i class="material-icons">slideshow</i>${TabRecordings}</a>
|
|
|
|
|
<a href="livetvtimers.html"><i class="material-icons">schedule</i>${TabScheduled}</a>
|
|
|
|
|
<a href="livetvseriestimers.html"><i class="material-icons">refresh</i>${TabSeries}</a>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
2013-12-19 14:51:32 -07:00
|
|
|
|
<form class="liveTvNewRecordingForm" style="margin: 0 auto;">
|
2013-12-17 13:02:12 -07:00
|
|
|
|
<p><span class="itemName inlineItemName"></span><span class="itemMiscInfo" style="display: inline;"></span></p>
|
|
|
|
|
<p class="itemEpisodeName"></p>
|
2013-12-22 14:11:32 -07:00
|
|
|
|
<p class="itemMiscInfo miscTvProgramInfo"></p>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
<p>
|
|
|
|
|
<span class="itemCommunityRating"></span>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="itemGenres"></p>
|
2015-06-07 18:23:56 -07:00
|
|
|
|
<p class="itemOverview smoothScrollY"></p>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
2013-12-17 22:44:46 -07:00
|
|
|
|
<div style="display: none;" id="eligibleForSeriesFields">
|
|
|
|
|
<p>
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<input type="checkbox" id="chkRecordSeries" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkRecordSeries">${OptionRecordSeries}</label>
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</p>
|
|
|
|
|
<br />
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2013-12-17 22:44:46 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm" id="seriesFields" style="display: none;">
|
|
|
|
|
<li>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<h3>${HeaderDays}</h3>
|
2013-12-17 22:44:46 -07:00
|
|
|
|
<div data-role="controlgroup">
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<input type="checkbox" id="chkSunday" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkSunday">${OptionSunday}</label>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<input type="checkbox" id="chkMonday" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkMonday">${OptionMonday}</label>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<input type="checkbox" id="chkTuesday" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkTuesday">${OptionTuesday}</label>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<input type="checkbox" id="chkWednesday" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkWednesday">${OptionWednesday}</label>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<input type="checkbox" id="chkThursday" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkThursday">${OptionThursday}</label>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<input type="checkbox" id="chkFriday" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkFriday">${OptionFriday}</label>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<input type="checkbox" id="chkSaturday" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkSaturday">${OptionSaturday}</label>
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<h3>${HeaderRepeatingOptions}</h3>
|
|
|
|
|
<div data-role="controlgroup">
|
|
|
|
|
|
|
|
|
|
<label for="chkNewOnly">${OptionRecordOnlyNewEpisodes}</label>
|
|
|
|
|
<input type="checkbox" id="chkNewOnly" />
|
|
|
|
|
<label for="chkAnyTime">${OptionRecordAnytime}</label>
|
|
|
|
|
<input type="checkbox" id="chkAnyTime" />
|
|
|
|
|
<label for="chkAllChannels">${OptionRecordOnAllChannels}</label>
|
|
|
|
|
<input type="checkbox" id="chkAllChannels" />
|
|
|
|
|
</div>
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
|
2014-01-18 21:25:01 -07:00
|
|
|
|
<div data-role="collapsible" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<h3>${HeaderPrePostPadding}</h3>
|
2013-12-17 22:44:46 -07:00
|
|
|
|
<div>
|
|
|
|
|
<br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2014-11-11 21:51:40 -07:00
|
|
|
|
<label for="txtPrePaddingMinutes">${LabelPrePaddingMinutes}</label>
|
2014-11-12 11:21:14 -07:00
|
|
|
|
<input type="number" id="txtPrePaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" />
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkPrePaddingRequired" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkPrePaddingRequired">${OptionPrePaddingRequired}</label>
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<div style="height: .5em;"></div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2014-11-11 21:51:40 -07:00
|
|
|
|
<label for="txtPostPaddingMinutes">${LabelPostPaddingMinutes}</label>
|
2014-11-12 11:21:14 -07:00
|
|
|
|
<input type="number" id="txtPostPaddingMinutes" pattern="[0-9]*" required="required" min="0" step="1" />
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkPostPaddingRequired" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkPostPaddingRequired">${OptionPostPaddingRequired}</label>
|
2013-12-17 22:44:46 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2013-12-17 13:02:12 -07:00
|
|
|
|
<br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<button type="submit" data-theme="a" data-icon="check">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
${ButtonRecord}
|
2013-12-17 13:02:12 -07:00
|
|
|
|
</button>
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<button id="btnCancel" type="button" data-icon="delete">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
${ButtonCancel}
|
2013-12-17 13:02:12 -07:00
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|