2016-08-21 11:33:17 -07:00
|
|
|
|
<div id="devicePage" data-role="page" class="page type-interior devicesPage" 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;">
|
|
|
|
|
<input is="emby-input" id="txtUploadPath" label="${LabelCameraUploadPath}" required="required" autocomplete="off" />
|
|
|
|
|
</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>
|
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
|
|
|
|
|
</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>
|