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>
|
|
|
|
|
<div id="metadataConfigurationPage" data-role="page" class="page type-interior">
|
|
|
|
|
|
|
|
|
|
<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-04-03 15:50:04 -07:00
|
|
|
|
<a href="metadataimages.html?type=movies" data-role="button">${TabMovies}</a>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<a href="metadataimages.html?type=tv" data-role="button">${TabTV}</a>
|
|
|
|
|
<a href="metadataimages.html?type=games" data-role="button">${TabGames}</a>
|
|
|
|
|
<a href="metadataimages.html?type=music" data-role="button">${TabMusic}</a>
|
|
|
|
|
<a href="metadataimages.html?type=others" data-role="button">${TabOthers}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="metadataadvanced.html" data-role="button">${TabAdvanced}</a>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form id="metadataConfigurationForm">
|
|
|
|
|
<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-02-02 06:36:31 -07:00
|
|
|
|
<li>
|
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>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
${ButtonSave}
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</button>
|
2013-12-14 18:17:57 -07:00
|
|
|
|
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
${ButtonCancel}
|
2013-04-16 21:58:32 -07:00
|
|
|
|
</button>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$('#metadataConfigurationForm').on('submit', MetadataConfigurationPage.onSubmit);
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|