2014-10-11 13:38:13 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleDevices}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-07 21:47:19 -07:00
|
|
|
|
<div id="devicesUploadPage" data-role="page" class="page type-interior devicesPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Camera%20upload" data-require="scripts/devicesupload">
|
2014-10-11 13:38:13 -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">${TabDevices}</a>
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabCameraUpload}</a>
|
2014-11-14 19:31:03 -07:00
|
|
|
|
<!--<a href="dashboardsync.html" data-role="button">${TabSync}</a>-->
|
2014-10-11 13:38:13 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
|
|
|
|
|
<p>${HeaderCameraUploadHelp}</p>
|
|
|
|
|
|
|
|
|
|
<p class="noDevices" style="display:none;color:red;">${MessageNoDevicesSupportCameraUpload}</p>
|
|
|
|
|
|
|
|
|
|
<br />
|
2014-10-13 13:14:53 -07:00
|
|
|
|
<form class="devicesUploadForm" style="display:none;">
|
2014-10-11 13:38:13 -07:00
|
|
|
|
|
|
|
|
|
<div class="devicesList">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-09-05 21:53:37 -07:00
|
|
|
|
<br />
|
2014-10-11 13:38:13 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2015-09-05 21:53:37 -07:00
|
|
|
|
<paper-input id="txtUploadPath" label="${LabelCameraUploadPath}" style="width:84%;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>
|
|
|
|
|
<li>
|
|
|
|
|
<label for="chkSubfolder">${LabelCreateCameraUploadSubfolder}</label>
|
|
|
|
|
<input type="checkbox" id="chkSubfolder" data-mini="true" />
|
|
|
|
|
<div class="fieldDescription">${LabelCreateCameraUploadSubfolderHelp}</div>
|
2014-10-11 13:38:13 -07:00
|
|
|
|
</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 13:38:13 -07:00
|
|
|
|
</button>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2014-10-11 13:38:13 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|