2016-05-07 10:47:41 -07:00
|
|
|
|
<div id="syncPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${ButtonSyncSettings}" data-require="scripts/mysyncsettings,paper-checkbox,paper-input,paper-button,paper-icon-button-light" data-backbutton="true" data-menubutton="false">
|
2015-07-29 19:35:11 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<form class="userProfileSettingsForm" style="margin: 0 auto;">
|
2015-09-26 07:51:26 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<h1>
|
|
|
|
|
${HeaderSync}
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="detailSectionContent">
|
2015-09-26 07:51:26 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="fldSyncPath hide">
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<paper-input type="text" id="txtSyncPath" label="${LabelSyncPath}" style="display:inline-block;width:80%;"></paper-input>
|
2016-05-17 10:44:17 -07:00
|
|
|
|
<button type="button" is="paper-icon-button-light" class="btnSelectSyncPath"><iron-icon icon="search"></iron-icon></button>
|
2015-09-26 07:51:26 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-07-29 19:35:11 -07:00
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkWifi">${OptionSyncOnlyOnWifi}</paper-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderCameraUpload}
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="detailSectionContent">
|
|
|
|
|
|
|
|
|
|
<p>${SelectCameraUploadServers}</p>
|
|
|
|
|
|
2015-07-29 19:35:11 -07:00
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="paperCheckboxList uploadServerList">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<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>
|
2015-07-29 19:35:11 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|