1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add device upload options

This commit is contained in:
Luke Pulverenti 2014-10-11 16:38:13 -04:00
parent 8ff293076b
commit 9ae5d347c1
8 changed files with 327 additions and 2 deletions

28
dashboard-ui/devices.html Normal file
View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<title>${TitleDevices}</title>
</head>
<body>
<div id="devicesPage" data-role="page" class="page type-interior devicesPage">
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="#" data-role="button" class="ui-btn-active">${TabDevices}</a>
<a href="devicesupload.html" data-role="button">${TabCameraUpload}</a>
</div>
<div class="readOnlyContent">
<div class="devicesList">
</div>
</div>
</div>
</div>
</div>
</body>
</html>