jellyfin-web/dashboard-ui/metadatasubtitles.html

55 lines
2.9 KiB
HTML
Raw Normal View History

2016-07-05 22:13:26 -07:00
<div id="metadataSubtitlesPage" data-role="page" class="page type-interior metadataConfigurationPage" data-require="jqmlistview,scripts/metadatasubtitles,paper-input,paper-checkbox,emby-button">
2014-05-07 11:38:50 -07:00
2016-03-15 22:33:31 -07:00
<div data-role="content">
2014-05-07 11:38:50 -07:00
2016-03-15 22:33:31 -07:00
<div class="content-primary">
2014-05-07 11:38:50 -07:00
2016-03-15 22:33:31 -07:00
<form class="metadataSubtitlesForm">
2014-05-07 11:38:50 -07:00
2016-03-15 22:33:31 -07:00
<div style="display: none;">
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
</div>
2016-02-19 19:45:12 -07:00
2016-04-15 22:27:10 -07:00
<div class="paperListLabel">${HeaderDownloadSubtitlesFor}</div>
2016-03-15 22:33:31 -07:00
<div class="paperCheckboxList">
<paper-checkbox id="chkSubtitlesMovies">${OptionMovies}</paper-checkbox>
<paper-checkbox id="chkSubtitlesEpisodes">${OptionEpisodes}</paper-checkbox>
</div>
<br />
<div>
2016-04-15 22:27:10 -07:00
<div class="paperListLabel">${LabelDownloadLanguages}</div>
2016-03-15 22:33:31 -07:00
<div class="downloadLanguages paperList paperCheckboxList" style="max-height: 150px; overflow-y: auto; padding: .5em 1em;">
2014-05-07 13:16:57 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
<br /><br />
2014-05-07 11:38:50 -07:00
2016-03-15 22:33:31 -07:00
<ul data-role="listview" class="ulForm">
<li>
<paper-checkbox id="chkRequirePerfectMatch">${OptionRequirePerfectSubtitleMatch}</paper-checkbox>
</li>
2016-03-15 22:33:31 -07:00
<li>
<paper-checkbox id="chkSkipIfAudioTrackPresent">${LabelSkipIfAudioTrackPresent}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${LabelSkipIfAudioTrackPresentHelp}</div>
</li>
<li>
<paper-checkbox id="chkSkipIfGraphicalSubsPresent">${LabelSkipIfGraphicalSubsPresent}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${LabelSkipIfGraphicalSubsPresentHelp}</div>
</li>
<li>
2016-04-01 21:16:18 -07:00
<paper-input type="text" id="txtOpenSubtitleUsername" autocomplete="off" label="${LabelOpenSubtitlesUsername}"></paper-input>
2016-03-15 22:33:31 -07:00
<div class="fieldDescription"><a target="_blank" href="http://www.opensubtitles.org/">${ButtonRegister}</a></div>
</li>
<li>
<paper-input type="password" id="txtOpenSubtitlePassword" autocomplete="off" label="${LabelOpenSubtitlesPassword}"></paper-input>
</li>
</ul>
<ul data-role="listview" class="ulForm">
<li>
2016-07-23 11:43:07 -07:00
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
2016-03-15 22:33:31 -07:00
</li>
</ul>
</form>
2014-05-07 11:38:50 -07:00
</div>
2016-03-15 22:33:31 -07:00
2014-05-07 11:38:50 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>