1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/mysyncsettings.html

40 lines
1.5 KiB
HTML
Raw Normal View History

2016-06-11 11:56:15 -04:00
<div id="syncPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${ButtonSyncSettings}" data-require="scripts/mysyncsettings,paper-checkbox,emby-input,emby-button,paper-icon-button-light" data-backbutton="true" data-menubutton="false">
2015-07-29 22:35:11 -04:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
<form class="userProfileSettingsForm" style="margin: 0 auto;">
2015-09-26 10:51:26 -04:00
2016-03-16 01:33:31 -04:00
<h1>
${HeaderSync}
</h1>
2015-09-26 10:51:26 -04:00
2016-06-11 11:56:15 -04: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 10:51:26 -04:00
</div>
2016-06-11 11:56:15 -04:00
</div>
2015-09-26 10:51:26 -04:00
2016-06-11 11:56:15 -04:00
<div>
<paper-checkbox id="chkWifi">${OptionSyncOnlyOnWifi}</paper-checkbox>
2016-03-16 01:33:31 -04:00
</div>
<br />
<h1>
${HeaderCameraUpload}
</h1>
2016-06-11 11:56:15 -04:00
<p>${SelectCameraUploadServers}</p>
2016-03-16 01:33:31 -04:00
2016-06-11 11:56:15 -04:00
<br />
<div class="paperCheckboxList uploadServerList">
2016-03-16 01:33:31 -04:00
</div>
<br />
<br />
2016-06-04 23:50:07 -04:00
<button is="emby-button" type="submit" class="raised submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></button>
2016-03-16 01:33:31 -04:00
</form>
2015-07-29 22:35:11 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>