jellyfin-web/dashboard-ui/metadatasubtitles.html

54 lines
2.8 KiB
HTML
Raw Normal View History

2016-03-15 22:33:31 -07:00
<div id="metadataSubtitlesPage" data-role="page" class="page type-interior metadataConfigurationPage" data-require="scripts/metadatasubtitles,paper-input,paper-checkbox">
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-03-15 22:33:31 -07:00
<div class="paperCheckboxListLabel">${HeaderDownloadSubtitlesFor}</div>
<div class="paperCheckboxList">
<paper-checkbox id="chkSubtitlesMovies">${OptionMovies}</paper-checkbox>
<paper-checkbox id="chkSubtitlesEpisodes">${OptionEpisodes}</paper-checkbox>
</div>
<br />
<div>
<div class="paperCheckboxListLabel">${LabelDownloadLanguages}</div>
<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="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>
<button type="submit" data-role="none" class="clearButton">
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
</button>
</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>