jellyfin-web/dashboard-ui/wizardsettings.html

48 lines
2.3 KiB
HTML
Raw Normal View History

2013-09-05 10:05:39 -07:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
2013-09-05 10:05:39 -07:00
</head>
<body>
2015-05-18 18:46:31 -07:00
<div id="wizardSettingsPage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage" data-require="scripts/wizardsettings">
2013-09-05 10:05:39 -07:00
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
2013-12-22 20:46:03 -07:00
<form class="wizardSettingsForm">
2015-07-30 07:34:46 -07:00
<h1>
2015-08-20 14:13:50 -07:00
${LabelConfigureSettings}
2015-07-30 07:34:46 -07:00
</h1>
<div style="margin: 3em 0;">
<paper-checkbox class="chkEnableInternetProviders" checked>${LabelDownloadInternetMetadata}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${LabelDownloadInternetMetadataHelp}</div>
2014-03-05 22:17:13 -07:00
</div>
2015-08-20 13:54:00 -07:00
<div>
<paper-checkbox class="chkSaveLocalMetadata">${LabelSaveLocalMetadata}</paper-checkbox>
2015-07-30 07:34:46 -07:00
<div class="fieldDescription paperCheckboxFieldDescription">${LabelSaveLocalMetadataHelp}</div>
2013-12-22 20:46:03 -07:00
</div>
2015-07-30 07:34:46 -07:00
<h1 style="margin-top: 1.5em;">${HeaderPreferredMetadataLanguage}</h1>
2013-12-22 20:46:03 -07:00
<div style="margin: 2em 0;">
2014-03-31 14:04:22 -07:00
<label for="selectLanguage">${LabelLanguage}</label>
2013-12-22 20:46:03 -07:00
<select name="selectLanguage" id="selectLanguage" data-mini="true" required="required"></select>
</div>
<div style="margin: 2em 0;">
2014-03-31 14:04:22 -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>
</div>
<div class="wizardNavigation">
2015-07-30 07:34:46 -07:00
<button type="button" data-role="none" class="clearButton" style="width:auto;" onclick="history.back();"><paper-button raised class="subdued"><iron-icon icon="arrow-back"></iron-icon><span>${LabelPrevious}</span></paper-button></button>
<button type="submit" data-role="none" class="clearButton" style="width:auto;"><paper-button raised class="accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></paper-button></button>
2013-12-22 20:46:03 -07:00
</div>
</form>
2013-09-05 10:05:39 -07:00
</div>
</div>
</div>
</body>
</html>