forked from pparadis/videotron_monitor_chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
55 lines (48 loc) · 1.47 KB
/
options.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
51
52
53
54
55
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head><title>Options - Videotron Internet Usage Monitor</title></head>
<link href="styles.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="scripts.js" charset="utf-8"></script>
<script type="text/javascript" src="options.js" charset="utf-8"></script>
</head>
<body>
<img id="title_image" src="Images/background_en.png" style="position: relative; left: 170px" />
<table cellspacing="0" cellpadding="0">
<tr>
<td class="inputText">
<span id="userkey_intro">Vidéotron User Key</span>:
</td>
<td>
<input type="text" id="userkey" placeholder="1234567890ABCDEF" size="18" maxlength="16" />
</td>
</tr>
<tr>
<td class="inputText">
<span id="upload_color_intro">Colored Upload</span>:
</td>
<td>
<input type="checkbox" id="color_code_upload" value="1" />
</td>
</tr>
<tr>
<td class="inputText">
<span id="show_notifications_intro">Show Notifications</span>:
</td>
<td>
<input type="checkbox" id="show_notifications" value="1" />
</td>
</tr>
</table>
<div class="inputText">
<button id="save">Save</button>
</div>
<div class="inputText">
<span id="status"></span>
</div>
<br/>
<div id="where_to_find_user_key" style="width: 400px; left: 200px; position: absolute"></div>
</body>
</html>