2016-08-07 02:15:03 -04:00
|
|
|
|
<div class="formDialogHeader" style="margin:0 0 2em;">
|
2016-06-18 16:31:22 -04:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1">
|
2016-07-07 23:23:40 -04:00
|
|
|
|
<i class="md-icon"></i>
|
2016-06-18 16:31:22 -04:00
|
|
|
|
</button>
|
2016-08-07 02:15:03 -04:00
|
|
|
|
<div class="formDialogHeaderTitle">
|
2016-02-12 22:40:49 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-02-12 23:34:47 -05:00
|
|
|
|
<form class="episodeCorrectionForm" style="margin:auto;">
|
2016-02-12 23:42:11 +01:00
|
|
|
|
|
2016-02-12 23:34:47 -05:00
|
|
|
|
<p><span class="inputFile"></span></p>
|
2016-02-12 23:42:11 +01:00
|
|
|
|
|
2016-02-26 01:36:03 -05:00
|
|
|
|
<div style="margin: 1em 0 1em;">
|
|
|
|
|
<div style="width:85%;display:inline-block;">
|
|
|
|
|
<label for="selectSeries" class="selectLabel">${LabelSeries}</label>
|
|
|
|
|
<select id="selectSeries" data-mini="true" required="required"></select>
|
|
|
|
|
</div>
|
2016-06-18 16:31:22 -04:00
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnNewSeries" class="autoSize" title="${ButtonNew}">
|
|
|
|
|
<i class="md-icon">add</i>
|
|
|
|
|
</button>
|
2016-02-12 23:34:47 -05:00
|
|
|
|
</div>
|
2016-02-27 00:52:00 +01:00
|
|
|
|
<div class="fldSelectSeriesFolder hide" style="margin: 1em 0 1em;">
|
|
|
|
|
<div style="width:100%;display:inline-block;">
|
|
|
|
|
<label for="selectSeriesFolder" class="selectLabel">Series Root Folder</label>
|
2016-03-17 13:13:54 -04:00
|
|
|
|
<select id="selectSeriesFolder" data-mini="true"></select>
|
2016-02-27 00:52:00 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-08-23 01:08:07 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtSeason" type="number" pattern="[0-9]*" required min="0" label="${LabelSeasonNumber}"/>
|
2016-02-12 23:34:47 -05:00
|
|
|
|
</div>
|
2016-08-23 01:08:07 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtEpisode" type="number" pattern="[0-9]*" required min="0" label="${LabelEpisodeNumber}"/>
|
2016-02-12 23:34:47 -05:00
|
|
|
|
</div>
|
2016-08-23 01:08:07 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtEndingEpisode" type="number" pattern="[0-9]*" min="0" label="${LabelEndingEpisodeNumber}"/>
|
2016-02-12 23:34:47 -05:00
|
|
|
|
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
|
|
|
|
</div>
|
2016-02-21 01:25:25 -05:00
|
|
|
|
<div class="fldRemember hide">
|
2016-02-14 16:12:48 -05:00
|
|
|
|
<br />
|
2016-02-26 00:02:31 +01:00
|
|
|
|
<paper-checkbox type="checkbox" id="chkRememberCorrection">${OptionRememberOrganizeCorrection} <span class="extractedName" style="font-weight: bold; font-style: italic" /></paper-checkbox>
|
2016-02-12 23:34:47 -05:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-06-18 16:31:22 -04:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block">
|
|
|
|
|
<i class="md-icon">check</i>
|
|
|
|
|
<span>${ButtonOk}</span>
|
|
|
|
|
</button>
|
2016-02-12 23:34:47 -05:00
|
|
|
|
<input id="hfResultId" type="hidden" />
|
|
|
|
|
</form>
|