mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
54 lines
2.3 KiB
HTML
54 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleDevices}</title>
|
|
</head>
|
|
<body>
|
|
<div id="devicePage" data-role="page" class="page type-interior devicesPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Devices" data-require="scripts/device">
|
|
|
|
<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">
|
|
|
|
<p class="reportedName">
|
|
|
|
</p>
|
|
<br />
|
|
<ul data-role="listview" class="ulForm">
|
|
<li>
|
|
<label for="txtCustomName">${LabelCustomDeviceDisplayName}</label>
|
|
<input type="text" id="txtCustomName" />
|
|
<div class="fieldDescription">${LabelCustomDeviceDisplayNameHelp}</div>
|
|
</li>
|
|
<li id="fldCameraUploadPath" style="display:none;">
|
|
<paper-input id="txtUploadPath" label="${LabelCameraUploadPath}" style="width:85%;display:inline-block;"></paper-input>
|
|
<paper-icon-button id="btnSelectUploadPath" icon="search"></paper-icon-button>
|
|
<div class="fieldDescription">${LabelCameraUploadPathHelp}</div>
|
|
</li>
|
|
|
|
</ul><br />
|
|
<ul data-role="listview" class="ulForm">
|
|
<li>
|
|
<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>
|
|
</button>
|
|
</li>
|
|
</ul>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|