2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<title>${TitleMetadata}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<div id="metadataConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage" data-require="scripts/metadataconfigurationpage">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${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="metadatasubtitles.html" 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>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-06-08 14:32:20 -07:00
|
|
|
|
<form class="metadataConfigurationForm">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
2014-02-26 20:57:37 -07:00
|
|
|
|
<li>
|
|
|
|
|
<input type="checkbox" id="chkEnableInternetProviders" name="chkEnableInternetProviders" data-mini="true" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkEnableInternetProviders">${LabelDownloadInternetMetadata}</label>
|
|
|
|
|
<div class="fieldDescription">${LabelDownloadInternetMetadataHelp}</div>
|
2014-02-26 20:57:37 -07:00
|
|
|
|
</li>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<li>
|
2013-12-14 18:17:57 -07:00
|
|
|
|
<input type="checkbox" id="chkSaveLocal" name="chkSaveLocal" data-mini="true" />
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="chkSaveLocal">${LabelSaveLocalMetadata}</label>
|
|
|
|
|
<div class="fieldDescription">${LabelSaveLocalMetadataHelp}</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</li>
|
2014-10-19 20:04:45 -07:00
|
|
|
|
<li style="display:none;">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="selectImageSavingConvention">${LabelImageSavingConvention}</label>
|
2014-02-02 06:36:31 -07:00
|
|
|
|
<select name="selectImageSavingConvention" id="selectImageSavingConvention" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<option value="Compatible">${OptionImageSavingCompatible}</option>
|
|
|
|
|
<option value="Legacy">${OptionImageSavingStandard}</option>
|
2014-02-02 06:36:31 -07:00
|
|
|
|
</select>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<div class="fieldDescription">${LabelImageSavingConventionHelp}</div>
|
2014-02-02 06:36:31 -07:00
|
|
|
|
</li>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<li>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="selectLanguage">${LabelMetadataDownloadLanguage}</label>
|
2013-12-22 20:46:03 -07:00
|
|
|
|
<select name="selectLanguage" id="selectLanguage" data-mini="true" required="required"></select>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="selectCountry">${LabelCountry}</label>
|
2013-12-22 20:46:03 -07:00
|
|
|
|
<select name="selectCountry" id="selectCountry" data-mini="true" required="required"></select>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</li>
|
2013-04-16 21:58:32 -07:00
|
|
|
|
<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>
|
2013-04-16 21:58:32 -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>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|