mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
50 lines
1.9 KiB
HTML
50 lines
1.9 KiB
HTML
<div class="dialogHeader">
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
|
<div class="dialogHeaderTitle">
|
|
${Identify}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="dialogContent smoothScrollY">
|
|
<div class="dialogContentInner centeredContent">
|
|
<form class="popupIdentifyForm" style="margin:auto;">
|
|
|
|
<p>${HeaderIdentifyItemHelp}</p>
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtLookupName" class="identifyField" data-lookup="Name" label="${LabelName}" />
|
|
</div>
|
|
<div class="fldLookupYear inputContainer">
|
|
<input is="emby-input" type="number" id="txtLookupYear" class="identifyField" data-lookup="Year" pattern="[0-9]*" min="1800" label="${LabelYear}" />
|
|
</div>
|
|
|
|
<div class="identifyProviderIds">
|
|
</div>
|
|
|
|
<p>
|
|
<button is="emby-button" type="submit" class="raised submit block">
|
|
<i class="md-icon">search</i>
|
|
<span>${Search}</span>
|
|
</button>
|
|
</p>
|
|
</form>
|
|
<div class="identificationSearchResults hide" style="text-align: center;">
|
|
|
|
<div class="identificationSearchResultList itemsContainer vertical-wrap"></div>
|
|
</div>
|
|
|
|
<form class="identifyOptionsForm hide" style="margin:auto;">
|
|
|
|
<br />
|
|
<div class="selectedSearchResult"></div>
|
|
<br />
|
|
<label class="checkboxContainer">
|
|
<input type="checkbox" is="emby-checkbox" id="chkIdentifyReplaceImages" />
|
|
<span>${ReplaceExistingImages}</span>
|
|
</label>
|
|
<button is="emby-button" type="submit" class="raised submit block btnSubmit">
|
|
<i class="md-icon">check</i>
|
|
<span>${ButtonOk}</span>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</div> |