1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/components/subtitleeditor/subtitleeditor.template.html

23 lines
966 B
HTML
Raw Normal View History

2015-09-17 12:04:04 -04:00
<div class="readOnlyContent" style="max-width: 800px;margin:auto;">
2015-09-16 21:33:46 -04:00
<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>
2015-09-17 12:04:04 -04:00
<form class="subtitleSearchForm" style="max-width:none;">
2015-09-16 21:33:46 -04:00
<div style="display: inline-block; width: 85%;">
2016-02-17 16:24:01 -05:00
<label for="selectLanguage" class="selectLabel">${LabelLanguage}</label>
2016-02-02 13:41:18 -05:00
<select autofocus id="selectLanguage" required="required" data-mini="true"></select>
2015-09-16 21:33:46 -04:00
</div>
2016-05-07 15:25:09 -04:00
<button is="paper-icon-button-light" title="${ButtonSearch}" class="btnSearchSubtitles"><iron-icon icon="search"></iron-icon></button>
2015-09-16 21:33:46 -04:00
</form>
<br />
2015-09-17 12:04:04 -04:00
<div class="subtitleResults"></div>
<div class="noSearchResults" style="display: none;">
${MessageNoSubtitleSearchResultsFound}
2015-09-16 21:33:46 -04:00
</div>
</div>