2016-06-13 21:06:57 -07:00
|
|
|
|
<div id="syncPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${ButtonSyncSettings}" data-require="scripts/mysyncsettings,emby-checkbox,emby-input,emby-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>
|
2015-09-26 07:51:26 -07:00
|
|
|
|
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div class="inputContainer fldSyncPath hide">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
|
|
|
|
<input is="emby-input" id="txtSyncPath" class="txtSyncPath" label="${LabelSyncPath}" autocomplete="off" />
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectSyncPath"><iron-icon icon="search"></iron-icon></button>
|
2015-09-26 07:51:26 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
</div>
|
2015-09-26 07:51:26 -07:00
|
|
|
|
|
2016-06-13 21:06:57 -07:00
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkWifi"/>
|
|
|
|
|
<span>${OptionSyncOnlyOnWifi}</span>
|
|
|
|
|
</label>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderCameraUpload}
|
|
|
|
|
</h1>
|
|
|
|
|
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<p>${SelectCameraUploadServers}</p>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<br />
|
2016-06-13 21:06:57 -07:00
|
|
|
|
<div class="checkboxList uploadServerList">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</form>
|
2015-07-29 19:35:11 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|