jellyfin-web/dashboard-ui/devices.html

29 lines
825 B
HTML
Raw Normal View History

2014-10-11 13:38:13 -07:00
<!DOCTYPE html>
<html>
<head>
<title>${TitleDevices}</title>
</head>
<body>
2014-12-26 10:45:06 -07:00
<div id="devicesPage" data-role="page" class="page type-interior devicesPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Devices">
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="#" 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">
2014-11-13 23:27:10 -07:00
2014-10-11 13:38:13 -07:00
</div>
</div>
</div>
</div>
</div>
</body>
</html>