2016-08-29 00:12:24 -07:00
|
|
|
|
<div class="formDialogHeader">
|
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
2016-09-08 23:59:23 -07:00
|
|
|
|
<h3 class="formDialogHeaderTitle">
|
|
|
|
|
</h3>
|
2016-02-12 20:40:49 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-29 00:12:24 -07:00
|
|
|
|
<div class="formDialogContent smoothScrollY">
|
|
|
|
|
<div class="dialogContentInner dialog-content-centered">
|
|
|
|
|
<form class="episodeCorrectionForm">
|
2016-02-12 15:42:11 -07:00
|
|
|
|
|
2016-08-29 00:12:24 -07:00
|
|
|
|
<p><span class="inputFile"></span></p>
|
2016-02-12 15:42:11 -07:00
|
|
|
|
|
2016-08-29 00:12:24 -07: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>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnNewSeries" class="autoSize" title="${ButtonNew}">
|
|
|
|
|
<i class="md-icon">add</i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<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>
|
|
|
|
|
<select id="selectSeriesFolder" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtSeason" type="number" pattern="[0-9]*" required min="0" label="${LabelSeasonNumber}" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtEpisode" type="number" pattern="[0-9]*" required min="0" label="${LabelEpisodeNumber}" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
2016-09-15 16:17:50 -07:00
|
|
|
|
<input is="emby-input" id="txtEndingEpisode" type="number" pattern="[0-9]*" min="0" label="${LabelEndingEpisodeNumber}"/>
|
2016-08-29 00:12:24 -07:00
|
|
|
|
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
|
|
|
|
</div>
|
2016-09-15 16:17:50 -07:00
|
|
|
|
<label class="fldRemember hide checkboxContainer">
|
|
|
|
|
<input is="emby-checkbox" id="chkRememberCorrection" type="checkbox"/>
|
|
|
|
|
<span>${OptionRememberOrganizeCorrection}</span>
|
|
|
|
|
<span class="extractedName hide"></span>
|
|
|
|
|
</label>
|
2016-08-29 00:12:24 -07:00
|
|
|
|
<br />
|
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block">
|
|
|
|
|
<span>${ButtonOk}</span>
|
|
|
|
|
</button>
|
|
|
|
|
<input id="hfResultId" type="hidden" />
|
|
|
|
|
</form>
|
2016-02-12 21:34:47 -07:00
|
|
|
|
</div>
|
2016-08-29 00:12:24 -07:00
|
|
|
|
</div>
|