jellyfin-web/dashboard-ui/dashboardsync.html

26 lines
781 B
HTML
Raw Normal View History

2014-07-26 10:30:15 -07:00
<!DOCTYPE html>
<html>
<head>
<title>${TitleServer}</title>
</head>
<body>
2014-11-13 23:27:10 -07:00
<div id="dashboardSyncPage" data-role="page" class="page type-interior devicesPage">
2014-07-26 10:30:15 -07:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-11-13 23:27:10 -07:00
<a href="devices.html" data-role="button">${TabDevices}</a>
<a href="devicesupload.html" data-role="button">${TabCameraUpload}</a>
<a href="dashboardsync.html" data-role="button" class="ui-btn-active">${TabSync}</a>
2014-07-26 10:30:15 -07:00
</div>
<div class="syncActivity">
</div>
</div>
</div>
</div>
</body>
</html>