2016-02-12 20:40:49 -07:00
|
|
|
|
<div class="dialogHeader">
|
2016-02-12 23:46:46 -07:00
|
|
|
|
<paper-icon-button icon="arrow-back" class="btnCancel" tabindex="-1"></paper-icon-button>
|
2016-02-12 20:40:49 -07:00
|
|
|
|
<div class="dialogHeaderTitle">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-02-12 21:34:47 -07:00
|
|
|
|
<form class="episodeCorrectionForm" style="margin:auto;">
|
2016-02-12 15:42:11 -07:00
|
|
|
|
|
2016-02-12 21:34:47 -07:00
|
|
|
|
<p><span class="inputFile"></span></p>
|
2016-02-12 15:42:11 -07:00
|
|
|
|
|
2016-02-12 21:34:47 -07:00
|
|
|
|
<div style="margin: 1em 0 1em; min-width: 250px;">
|
|
|
|
|
<label for="selectSeries" class="selectLabel">${LabelSeries}</label>
|
|
|
|
|
<select id="selectSeries" data-mini="true" required="required"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<paper-input id="txtSeason" type="number" pattern="[0-9]*" required min="0" label="${LabelSeasonNumber}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<paper-input id="txtEpisode" type="number" pattern="[0-9]*" required min="0" label="${LabelEpisodeNumber}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<paper-input id="txtEndingEpisode" type="number" pattern="[0-9]*" min="0" label="${LabelEndingEpisodeNumber}"></paper-input>
|
|
|
|
|
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox type="checkbox" id="chkRememberCorrection">${OptionRememberOrganizeCorrection}</paper-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonOk}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
<input id="hfResultId" type="hidden" />
|
|
|
|
|
</form>
|