2016-05-13 14:28:05 -04:00
|
|
|
|
<div class="dialogHeader" style="margin:0 0 2em;">
|
2016-06-23 01:26:20 -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-23 01:26:20 -04:00
|
|
|
|
</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-18 16:31:22 -04:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block">
|
|
|
|
|
<i class="md-icon">search</i>
|
|
|
|
|
<span>${ButtonSearch}</span>
|
|
|
|
|
</button>
|
2015-10-04 12:15:08 -04:00
|
|
|
|
</p>
|
|
|
|
|
</form>
|
2016-06-25 13:39:22 -04:00
|
|
|
|
<div class="identificationSearchResults hide" style="text-align: center;">
|
2015-10-04 12:15:08 -04:00
|
|
|
|
|
|
|
|
|
<div class="identificationSearchResultList"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-06-25 13:39:22 -04:00
|
|
|
|
<form class="identifyOptionsForm hide" style="margin:auto;">
|
2015-10-04 12:15:08 -04:00
|
|
|
|
|
|
|
|
|
<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-18 16:31:22 -04:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block">
|
|
|
|
|
<i class="md-icon">check</i>
|
|
|
|
|
<span>${ButtonSubmit}</span>
|
|
|
|
|
</button>
|
2015-10-04 12:15:08 -04:00
|
|
|
|
</form>
|