2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<title>${TitleAdvanced}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2016-03-02 22:17:00 -07:00
|
|
|
|
<div id="advancedConfigurationPage" data-role="page" class="page type-interior advancedConfigurationPage" data-require="emby-collapsible,scripts/advancedconfigurationpage,paper-input,paper-checkbox">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-01-07 11:39:35 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabGeneral}</a>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
<a href="dashboardhosting.html" data-role="button">${TabHosting}</a>
|
2016-01-19 20:02:14 -07:00
|
|
|
|
<a href="serversecurity.html" data-role="button">${TabSecurity}</a>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</div>
|
2015-05-14 10:16:29 -07:00
|
|
|
|
<form class="advancedConfigurationForm">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<li id="fldRunAtStartup" style="display: none;">
|
2016-02-16 10:39:09 -07:00
|
|
|
|
<paper-checkbox id="chkRunAtStartup">${LabelRunServerAtStartup}</paper-checkbox>
|
|
|
|
|
<div id="windowsStartupDescription" class="fieldDescription paperCheckboxFieldDescription" style="display: none;">
|
2014-07-21 18:29:06 -07:00
|
|
|
|
${LabelRunServerAtStartupHelp}
|
2013-09-30 08:15:47 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</li>
|
2014-01-11 13:13:18 -07:00
|
|
|
|
<li>
|
2016-02-16 10:39:09 -07:00
|
|
|
|
<paper-checkbox id="chkDebugLog">${LabelEnableDebugLogging}</paper-checkbox>
|
2014-01-11 13:13:18 -07:00
|
|
|
|
</li>
|
2016-03-02 22:17:00 -07:00
|
|
|
|
<li>
|
|
|
|
|
<paper-checkbox id="chkUsageData">${OptionEnableAnonymousUsageReporting}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">
|
|
|
|
|
${OptionEnableAnonymousUsageReportingHelp}
|
|
|
|
|
<div style="margin-top:.5em;">
|
|
|
|
|
<a target="_blank" href="https://emby.media/privacy">${ButtonLearnMore}</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
2014-01-11 13:13:18 -07:00
|
|
|
|
</ul>
|
2014-07-21 18:29:06 -07:00
|
|
|
|
|
2016-03-02 22:17:00 -07:00
|
|
|
|
<emby-collapsible title="${HeaderAutomaticUpdates}">
|
|
|
|
|
<br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li class="fldAutomaticUpdates">
|
|
|
|
|
<div data-role="controlgroup">
|
|
|
|
|
<input type="checkbox" id="chkEnableAutomaticServerUpdates" data-mini="true" />
|
|
|
|
|
<label for="chkEnableAutomaticServerUpdates">${OptionEnableAutomaticServerUpdates}</label>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label class="lnlAutomaticUpdateLevel selectLabel" for="selectAutomaticUpdateLevel"></label>
|
|
|
|
|
<select name="selectAutomaticUpdateLevel" id="selectAutomaticUpdateLevel">
|
|
|
|
|
<option value="Release">${OptionRelease}</option>
|
|
|
|
|
<option value="Beta">${OptionBeta}</option>
|
|
|
|
|
<option value="Dev">${OptionDev}</option>
|
|
|
|
|
</select>
|
|
|
|
|
<div id="devBuildWarning" class="fieldDescription warningFieldDescription" style="display: none;">
|
|
|
|
|
${DevBuildWarning}
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li id="fldEnableAutomaticRestart" style="display: none;">
|
|
|
|
|
<paper-checkbox id="chkEnableAutomaticRestart">${LabelAllowServerAutoRestart}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">
|
|
|
|
|
${LabelAllowServerAutoRestartHelp}
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</emby-collapsible>
|
|
|
|
|
|
|
|
|
|
<emby-collapsible title="${HeaderDeveloperOptions}">
|
|
|
|
|
<br />
|
2014-07-21 18:29:06 -07:00
|
|
|
|
<div>
|
2016-03-02 22:17:00 -07:00
|
|
|
|
<paper-checkbox id="chkEnableDashboardResponseCache">${OptionEnableWebClientResponseCache}</paper-checkbox>
|
2014-07-21 18:29:06 -07:00
|
|
|
|
</div>
|
2016-03-02 22:17:00 -07:00
|
|
|
|
<br />
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div>
|
2016-03-02 22:17:00 -07:00
|
|
|
|
<paper-checkbox id="chkEnableMinification">${OptionEnableWebClientResourceMinification}</paper-checkbox>
|
2015-01-17 22:45:10 -07:00
|
|
|
|
</div>
|
2016-03-02 22:17:00 -07:00
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">
|
|
|
|
|
${OptionDisableForDevelopmentHelp}
|
|
|
|
|
</div>
|
|
|
|
|
<br /><br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<paper-input type="text" id="txtDashboardSourcePath" label="${LabelDashboardSourcePath}" style="display: inline-block; width: 80%;"></paper-input>
|
|
|
|
|
<paper-icon-button id="btnSelectDashboardSourcePath" icon="search" title="${ButtonSelectDirectory}"></paper-icon-button>
|
|
|
|
|
<div class="fieldDescription">${LabelDashboardSourcePathHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</emby-collapsible>
|
|
|
|
|
|
2014-03-25 14:13:55 -07:00
|
|
|
|
<br />
|
2013-12-14 18:17:57 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<li>
|
2015-06-25 18:10:56 -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-02-20 18:33:05 -07:00
|
|
|
|
</button>
|
|
|
|
|
</li>
|
2013-12-25 20:55:59 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|