2014-05-07 11:38:50 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleMetadata}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-22 08:43:19 -07:00
|
|
|
|
<div id="metadataSubtitlesPage" data-role="page" class="page type-interior metadataConfigurationPage" data-require="scripts/metadatasubtitles,paperbuttonstyle">
|
2014-05-07 11:38:50 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
|
|
|
<a href="metadata.html" data-role="button">${TabBasics}</a>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="metadataimages.html" data-role="button">${TabServices}</a>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<a href="#" class="ui-btn-active" data-role="button">${TabSubtitles}</a>
|
2015-01-26 09:47:15 -07:00
|
|
|
|
<a href="metadatanfo.html" data-role="button">${TabNfo}</a>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="metadataadvanced.html" data-role="button">${TabAdvanced}</a>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="metadataSubtitlesForm">
|
|
|
|
|
<p>${HeaderSubtitleDownloadingHelp}</p>
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>${HeaderDownloadSubtitlesFor}</legend>
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkSubtitlesMovies" />
|
|
|
|
|
<label for="chkSubtitlesMovies">${OptionMovies}</label>
|
|
|
|
|
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkSubtitlesEpisodes" />
|
|
|
|
|
<label for="chkSubtitlesEpisodes">${OptionEpisodes}</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<br />
|
2014-05-07 13:16:57 -07:00
|
|
|
|
<div>
|
|
|
|
|
<label>${LabelDownloadLanguages}</label>
|
2014-05-07 19:16:11 -07:00
|
|
|
|
<div class="downloadLanguages" style="max-height: 150px; overflow-y: auto; border: 1px solid #e8e8e8;">
|
2014-05-07 13:16:57 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2014-05-07 19:16:11 -07:00
|
|
|
|
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2014-05-07 19:16:11 -07:00
|
|
|
|
<input type="checkbox" id="chkSkipIfAudioTrackPresent" data-mini="true" />
|
|
|
|
|
<label for="chkSkipIfAudioTrackPresent">${LabelSkipIfAudioTrackPresent}</label>
|
|
|
|
|
<div class="fieldDescription">${LabelSkipIfAudioTrackPresentHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<input type="checkbox" id="chkSkipIfGraphicalSubsPresent" data-mini="true" />
|
|
|
|
|
<label for="chkSkipIfGraphicalSubsPresent">${LabelSkipIfGraphicalSubsPresent}</label>
|
|
|
|
|
<div class="fieldDescription">${LabelSkipIfGraphicalSubsPresentHelp}</div>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label for="txtOpenSubtitleUsername">${LabelOpenSubtitlesUsername}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="text" id="txtOpenSubtitleUsername" required="required" />
|
2014-05-07 13:16:57 -07:00
|
|
|
|
<div class="fieldDescription"><a target="_blank" href="http://www.opensubtitles.org/">${ButtonRegister}</a></div>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label for="txtOpenSubtitlePassword">${LabelOpenSubtitlesPassword}</label>
|
2015-05-30 07:32:18 -07:00
|
|
|
|
<input type="password" id="txtOpenSubtitlePassword" autocomplete="off" />
|
2014-05-07 11:38:50 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2015-06-22 08:43:19 -07:00
|
|
|
|
<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>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
</button>
|
2015-06-22 08:43:19 -07:00
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|