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