2017-02-01 13:55:56 -07:00
|
|
|
|
<div id="devicePage" data-role="page" class="page type-interior devicesPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Devices" data-require="scripts/device,emby-input,emby-button">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
|
2016-08-21 11:33:17 -07:00
|
|
|
|
<form class="deviceForm">
|
|
|
|
|
|
|
|
|
|
<p class="reportedName">
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtCustomName" label="${LabelCustomDeviceDisplayName}" />
|
|
|
|
|
<div class="fieldDescription">${LabelCustomDeviceDisplayNameHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer hide" id="fldCameraUploadPath">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
2016-09-08 13:32:30 -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}" class="autoSize"><i class="md-icon">search</i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription">${LabelCameraUploadPathHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-09-17 22:52:10 -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>
|
|
|
|
|
</form>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2014-10-11 18:46:02 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|