37 lines
1.8 KiB
HTML
37 lines
1.8 KiB
HTML
<div is="emby-scroller" class="view flex flex-direction-column scrollFrameY flex-grow" data-mousewheel="true" data-horizontal="false" data-forcescrollbar="true" data-focusscroll="true" data-bindheader="true">
|
|
<div class="scrollSlider flex-grow flex-direction-column padded-left padded-left-page padded-right padded-top-page padded-bottom-page settingsContainer">
|
|
<form class="userProfileSettingsForm auto-center">
|
|
|
|
<div style="margin:1em 0;">
|
|
<div class="premiereInfo"></div>
|
|
</div>
|
|
|
|
<div style="margin: 2em 0;" class="progressContainer hide">
|
|
<div class="secondaryText progressDescription" style="margin:0 0 .5em;"></div>
|
|
<div class="itemProgressBar"><div class="itemProgressBarForeground" style="width:50%;"></div></div>
|
|
</div>
|
|
|
|
<div style="margin: 1.5em 0;">
|
|
<h3 class="checkboxListLabel">${UploadToFollowingServers}</h3>
|
|
|
|
<div class="checkboxList uploadServerList autoSetting autoSave" data-settingmethod="cameraUploadServers" data-settingowner="appsettings" data-triggerchange="true">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<label class="checkboxContainer">
|
|
<input type="checkbox" is="emby-checkbox" class="chkWifi autoSetting autoSave" data-settingmethod="cameraUploadOnlyOnWifi" data-settingowner="appsettings" />
|
|
<span>${UploadOnlyOnWifi}</span>
|
|
</label>
|
|
|
|
<div class="fldUploadFolders hide" style="margin: 1.5em 0;">
|
|
<h3 class="checkboxListLabel">${HeaderFoldersToUpload}</h3>
|
|
|
|
<div class="uploadFolderList checkboxList autoSetting autoSave" data-settingmethod="cameraUploadFolders" data-settingowner="appsettings">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
</div>
|
|
</div> |