-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
27 lines (22 loc) · 886 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Web OBEX UI</title>
<script type="text/javascript" src="js/jquery-1.4.min.js"></script>
<script type="text/javascript" src="js/hci.js"></script>
</head>
<body>
<h2>Web OBEX UI</h2>
<div id="content">
</div>
<p>
<button id="scan" onclick="scan_hci();">Scan Device</button>
<button id="download" disabled onclick="download_hci();">Download Selected File(s)</button>
<button id="download_all" disabled onclick="download_all();">Download All</button>
<button id="play" onclick="file_hci();">Play Local File(s)</button>
<button id="stop" onclick="stop();" style="display: none;">Stop</button>
</p>
</body>
</html>