-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage1.html
51 lines (37 loc) · 1.76 KB
/
page1.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>I do We Know</title>
<link rel="stylesheet" href="main.css" type = "text/css">
<script src="http://alexschneider.github.io/pushbullet-js/pushbullet.min.js" type="text/javascript"></script>
<br/><br/><br/>
<h1>PushBullet for WebOS</h1>
<br/><br/>
<body>
<center>
<p>Enter your push bullet token</p><br/>
<input type= "text" id= "token" name="token" maxlength="100" style="width:300px"/><br/><br/><br/>
<input class = "button" type="button" id ="button" value="login" Onclick="login()"/> <br/><br/>
<p id="result"></p>
<input class = "button" type="button" value ="gogogo" id ="go" onclick="gonext()" />
<p id ="goto_url">hellooo</p>
<br/><br/>
<p>msg</p>
<input type= "text" id= "msg" name="msg" maxlength="500" style="width:500px"/><br/><br/><br/>
<input class = "button" type="button" id ="msg_button" value="send msg" Onclick="send()"/> <br/><br/>
<br/><br/>
<p>msg to :</p>
<input type= "text" id= "email" name="email" maxlength="50" style="width:80px"/><br/>
<input type= "text" id= "msg_to" name="msg_to" maxlength="500" style="width:500px"/><br/>
<p id ="email"></p>
<input class = "button" type="button" id ="msg_button_to" value="send msg to " Onclick="send_to()"/> <br/><br/>
<input class = "button" type="button" id ="button_user" value="user info" Onclick="get_user()"/> <br/><br/>
<p id ="user"></p>
<input class = "button" type="button" id ="button_history" value="history" Onclick="get_history()"/> <br/><br/>
<p id ="history"></p>
<input class = "button" type="button" id ="button_del" value="del_history" Onclick="del_history()"/> <br/><br/>
<p id ="del_history"></p>
</center>
</body>
</html>