2014-12-12 20:56:30 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleSync}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-01 22:46:06 -07:00
|
|
|
|
<div id="syncSettingsPage" data-role="page" class="page type-interior syncConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync" data-require="scripts/syncsettings">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
|
|
|
<a href="syncactivity.html" data-role="button">${TabActivity}</a>
|
2015-03-30 09:16:34 -07:00
|
|
|
|
<a href="appservices.html?context=sync" data-role="button">${TabServices}</a>
|
2014-12-12 20:56:30 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabSettings}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-01-23 21:50:45 -07:00
|
|
|
|
<form class="syncSettingsForm">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
2015-01-23 21:50:45 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<label for="txtSyncTempPath">${LabelSyncTempPath}</label>
|
2015-06-10 06:37:07 -07:00
|
|
|
|
<div style="display: inline-block; width: 85%;">
|
2015-01-23 21:50:45 -07:00
|
|
|
|
<input type="text" id="txtSyncTempPath" />
|
|
|
|
|
</div>
|
|
|
|
|
<button id="btnSelectSyncTempPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
${LabelSyncTempPathHelp}
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
2015-04-05 08:01:57 -07:00
|
|
|
|
<li>
|
2015-04-14 12:11:29 -07:00
|
|
|
|
<label for="txtUploadSpeedLimit">${LabelUploadSpeedLimit}</label>
|
|
|
|
|
<input type="number" id="txtUploadSpeedLimit" min="0" step=".5" />
|
2015-04-05 08:01:57 -07:00
|
|
|
|
</li>
|
2015-04-09 10:30:18 -07:00
|
|
|
|
<li>
|
|
|
|
|
<label for="txtCpuCoreLimit">${LabelConversionCpuCoreLimit}</label>
|
|
|
|
|
<input type="number" id="txtCpuCoreLimit" min="0" max="8" step="1" required="required" />
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
${LabelConversionCpuCoreLimitHelp}
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label for="chkEnableFullSpeedConversion">${OptionEnableFullSpeedConversion}</label>
|
|
|
|
|
<input type="checkbox" id="chkEnableFullSpeedConversion" />
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
${OptionEnableFullSpeedConversionHelp}
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
2015-01-23 21:50:45 -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-23 21:50:45 -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-23 21:50:45 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
2014-12-12 20:56:30 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|