2015-07-29 19:35:11 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
|
|
|
|
<title>Emby</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<div id="syncPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${ButtonSyncSettings}" data-require="scripts/mysyncsettings,paper-checkbox,paper-input" data-backbutton="true" data-menubutton="false">
|
2015-07-29 19:35:11 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<form class="userProfileSettingsForm" style="margin: 0 auto;">
|
|
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderSync}
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
|
2015-09-11 09:26:06 -07:00
|
|
|
|
<div class="fldSyncPath hide">
|
2015-08-10 17:14:15 -07:00
|
|
|
|
<paper-input type="text" id="txtSyncPath" label="${LabelSyncPath}" style="display:inline-block;width:80%;" readonly></paper-input>
|
|
|
|
|
<paper-icon-button class="btnSelectSyncPath" icon="search"></paper-icon-button>
|
2015-08-12 14:39:02 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkWifi">${OptionSyncOnlyOnWifi}</paper-checkbox>
|
2015-08-10 17:14:15 -07:00
|
|
|
|
</div>
|
2015-08-14 07:42:40 -07:00
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkSyncLosslessAudio">${OptionSyncLosslessAudioOriginal}</paper-checkbox>
|
|
|
|
|
</div>
|
2015-07-29 19:35:11 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-09-26 07:51:26 -07:00
|
|
|
|
<br />
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderCameraUpload}
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
|
|
|
|
|
<p>${SelectCameraUploadServers}</p>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<div class="paperCheckboxList uploadServerList">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-07-29 19:35:11 -07:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<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>
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|