2016-05-13 14:28:05 -04:00
|
|
|
|
<div class="dialogHeader" style="margin:0 0 2em;">
|
2016-05-07 15:25:09 -04:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel" tabindex="-1"><iron-icon icon="arrow-back"></iron-icon></button>
|
2015-12-15 15:10:41 -05:00
|
|
|
|
<div class="dialogHeaderTitle">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="popupIdentifyForm" style="margin:auto;">
|
2015-10-04 12:15:08 -04:00
|
|
|
|
|
|
|
|
|
<p>${HeaderIdentifyItemHelp}</p>
|
2016-06-02 12:17:35 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtLookupName" class="identifyField" data-lookup="Name" label="${LabelName}" />
|
2015-10-04 12:15:08 -04:00
|
|
|
|
</div>
|
2016-06-02 12:17:35 -04:00
|
|
|
|
<div class="fldLookupYear inputContainer">
|
2016-06-04 23:50:07 -04:00
|
|
|
|
<input is="emby-input" type="number" id="txtLookupYear" class="identifyField" data-lookup="Year" pattern="[0-9]*" min="1800" label="${LabelYear}" />
|
2015-10-04 12:15:08 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="identifyProviderIds">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p>
|
2016-06-04 23:50:07 -04:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><iron-icon icon="search"></iron-icon><span>${ButtonSearch}</span></button>
|
2015-10-04 12:15:08 -04:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
|
|
|
|
<div class="identificationSearchResults" style="display:none; text-align: center;">
|
|
|
|
|
|
|
|
|
|
<div class="identificationSearchResultList"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="identifyOptionsForm" style="display:none;margin:auto;">
|
|
|
|
|
|
|
|
|
|
<div class="selectedSearchResult"></div>
|
2015-10-04 14:23:49 -04:00
|
|
|
|
<br />
|
2016-06-11 11:56:15 -04:00
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkIdentifyReplaceImages" />
|
|
|
|
|
<span>${OptionReplaceExistingImages}</span>
|
|
|
|
|
</label>
|
2016-06-04 23:50:07 -04:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSubmit}</span></button>
|
2015-10-04 12:15:08 -04:00
|
|
|
|
</form>
|