jellyfin-web/dashboard-ui/mysyncsettings.html

45 lines
1.6 KiB
HTML
Raw Normal View History

2016-06-19 09:53:53 -07:00
<div id="syncPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${ButtonSyncSettings}" 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>
2016-06-18 13:31:22 -07:00
<button type="button" is="paper-icon-button-light" id="btnSelectSyncPath" class="autoSize">
<i class="md-icon">search</i>
</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-18 13:31:22 -07:00
<button is="emby-button" type="submit" class="raised submit block">
<i class="md-icon">check</i>
<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>