2015-12-15 13:10:41 -07:00
|
|
|
|
<div class="dialogHeader">
|
2016-02-13 00:19:49 -07:00
|
|
|
|
<paper-icon-button icon="arrow-back" class="btnCancel" tabindex="-1"></paper-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>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input type="text" id="txtLookupName" class="identifyField" data-lookup="Name" label="${LabelName}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fldLookupYear">
|
|
|
|
|
<paper-input type="number" id="txtLookupYear" class="identifyField" data-lookup="Year" pattern="[0-9]*" min="1800" label="${LabelYear}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="identifyProviderIds">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="search"></iron-icon><span>${ButtonSearch}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
</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 />
|
2015-10-04 09:15:08 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkIdentifyReplaceImages" checked>${OptionReplaceExistingImages}</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>${ButtonSubmit}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|