2014-10-11 18:46:02 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleDevices}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 08:43:03 -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,paper-input">
|
2014-10-11 18:46:02 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
|
|
|
<a href="devices.html" data-role="button" class="ui-btn-active">${TabDevices}</a>
|
|
|
|
|
<a href="devicesupload.html" data-role="button">${TabCameraUpload}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
|
|
|
|
|
<form class="deviceForm">
|
|
|
|
|
|
2014-10-30 21:57:24 -07:00
|
|
|
|
<p class="reportedName">
|
|
|
|
|
|
|
|
|
|
</p>
|
2014-12-26 10:45:06 -07:00
|
|
|
|
<br />
|
2014-10-11 18:46:02 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2014-10-13 13:14:53 -07:00
|
|
|
|
<label for="txtCustomName">${LabelCustomDeviceDisplayName}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="text" id="txtCustomName" />
|
2014-10-13 13:14:53 -07:00
|
|
|
|
<div class="fieldDescription">${LabelCustomDeviceDisplayNameHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li id="fldCameraUploadPath" style="display:none;">
|
2015-09-05 21:53:37 -07:00
|
|
|
|
<paper-input id="txtUploadPath" label="${LabelCameraUploadPath}" style="width:85%;display:inline-block;"></paper-input>
|
|
|
|
|
<paper-icon-button id="btnSelectUploadPath" icon="search"></paper-icon-button>
|
2014-10-11 18:46:02 -07:00
|
|
|
|
<div class="fieldDescription">${LabelCameraUploadPathHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
</ul><br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
2014-10-11 18:46:02 -07:00
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|