2015-01-18 21:29:57 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleAdvanced}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-05-14 10:16:29 -07:00
|
|
|
|
<div id="dashboardHostingPage" data-role="page" class="page type-interior advancedConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Hosting%20Settings" data-require="scripts/dashboardhosting">
|
2015-01-18 21:29:57 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
|
|
|
<a href="advanced.html" data-role="button">${TabGeneral}</a>
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabHosting}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="dashboardHostingForm">
|
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2015-08-19 09:43:23 -07:00
|
|
|
|
<paper-input type="number" id="txtPortNumber" label="${LabelLocalHttpServerPortNumber}" pattern="[0-9]*" required="required" min="1"></paper-input>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
<div class="fieldDescription">${LabelLocalHttpServerPortNumberHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2015-08-19 09:43:23 -07:00
|
|
|
|
<paper-input type="number" label="${LabelPublicHttpPort}" id="txtPublicPort" pattern="[0-9]*" required="required" min="1"></paper-input>
|
2015-01-18 21:53:28 -07:00
|
|
|
|
<div class="fieldDescription">${LabelPublicHttpPortHelp}</div>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2015-08-19 09:43:23 -07:00
|
|
|
|
<paper-input id="txtDdns" type="text" label="${LabelExternalDDNS}"></paper-input>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
<div class="fieldDescription">${LabelExternalDDNSHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2015-08-19 09:43:23 -07:00
|
|
|
|
<paper-input type="number" id="txtHttpsPort" pattern="[0-9]*" required="required" min="1" label="${LabelHttpsPort}"></paper-input>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
<div class="fieldDescription">${LabelHttpsPortHelp}</div>
|
|
|
|
|
</li>
|
2015-01-18 21:53:28 -07:00
|
|
|
|
<li>
|
2015-08-19 09:43:23 -07:00
|
|
|
|
<paper-input type="number" id="txtPublicHttpsPort" pattern="[0-9]*" required="required" min="1" label="${LabelPublicHttpsPort}"></paper-input>
|
2015-01-18 21:53:28 -07:00
|
|
|
|
<div class="fieldDescription">${LabelPublicHttpsPortHelp}</div>
|
|
|
|
|
</li>
|
2015-01-22 23:15:15 -07:00
|
|
|
|
<li>
|
2015-08-19 09:43:23 -07:00
|
|
|
|
<paper-input type="text" id="txtCertificatePath" label="${LabelCustomCertificatePath}" style="display: inline-block; width: 80%;"></paper-input>
|
|
|
|
|
<paper-icon-button id="btnSelectCertPath" icon="search" title="${ButtonSelectDirectory}"></paper-icon-button>
|
2015-01-22 23:15:15 -07:00
|
|
|
|
<div class="fieldDescription">${LabelCustomCertificatePathHelp}</div>
|
|
|
|
|
</li>
|
2015-01-25 12:13:04 -07:00
|
|
|
|
<li>
|
2015-08-19 09:43:23 -07:00
|
|
|
|
<paper-checkbox id="chkEnableHttps">${LabelEnableHttps}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableHttpsHelp}</div>
|
2015-01-25 12:13:04 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2015-08-19 09:43:23 -07:00
|
|
|
|
<paper-checkbox id="chkEnableUpnp">${LabelEnableAutomaticPortMap}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableAutomaticPortMapHelp}</div>
|
2015-01-25 12:13:04 -07:00
|
|
|
|
</li>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<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>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
</button>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|