mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
25 lines
1021 B
HTML
25 lines
1021 B
HTML
<div class="readOnlyContent" style="max-width: 800px;margin:auto;">
|
|
<div>
|
|
<div class="subtitleList"></div>
|
|
</div>
|
|
<br />
|
|
<h1>${HeaderSearchForSubtitles}</h1>
|
|
|
|
<p style="margin: 1.5em 0;" class="originalFile"><span class="mediaInfoLabel pathLabel"></span><span class="pathValue"></span></p>
|
|
|
|
<form class="subtitleSearchForm" style="max-width:none;">
|
|
<div style="display: inline-block; width: 85%;">
|
|
<label for="selectLanguage" class="selectLabel">${LabelLanguage}</label>
|
|
<select autofocus id="selectLanguage" required="required" data-mini="true"></select>
|
|
</div>
|
|
<button type="submit" class="clearButton btnSearchSubtitles" style="width:auto;">
|
|
<paper-icon-button icon="search" title="${ButtonSearch}"></paper-icon-button>
|
|
</button>
|
|
</form>
|
|
<br />
|
|
<div class="subtitleResults"></div>
|
|
<div class="noSearchResults" style="display: none;">
|
|
${MessageNoSubtitleSearchResultsFound}
|
|
</div>
|
|
</div>
|