2016-09-11 14:02:32 -07:00
|
|
|
|
<div id="devicesUploadPage" data-role="page" class="page type-interior devicesPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Camera%20upload" data-require="dashboard/devicesupload,emby-input,emby-checkbox,emby-button">
|
2014-10-11 13:38:13 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-10-11 13:38:13 -07:00
|
|
|
|
|
2016-08-21 11:33:17 -07:00
|
|
|
|
<form class="devicesUploadForm">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
|
|
|
|
<p>${HeaderCameraUploadHelp}</p>
|
|
|
|
|
|
2016-08-21 11:33:17 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2017-03-07 11:27:56 -07:00
|
|
|
|
<input is="emby-input" id="txtUploadPath" label="${LabelCameraUploadPath}" autocomplete="off" />
|
2016-08-21 11:33:17 -07:00
|
|
|
|
</div>
|
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectUploadPath" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription">${LabelCameraUploadPathHelp}</div>
|
|
|
|
|
</div>
|
2016-09-11 14:02:32 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkSubfolder" />
|
|
|
|
|
<span>${LabelCreateCameraUploadSubfolder}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelCreateCameraUploadSubfolderHelp}</div>
|
2016-08-21 11:33:17 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
2016-09-11 14:02:32 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
|
|
|
<span>${ButtonSave}</span>
|
|
|
|
|
</button>
|
2016-08-21 11:33:17 -07:00
|
|
|
|
</div>
|
2014-10-11 13:38:13 -07:00
|
|
|
|
|
2016-08-21 11:33:17 -07:00
|
|
|
|
</form>
|
2014-10-11 13:38:13 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|