This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoptions.html
138 lines (136 loc) · 6.18 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!doctype html>
<html>
<head>
<title>Deploy Spy Configuration</title>
<style>
body {
font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
font-size: 100%;
width: 600px;
}
.deploy_spy_configuration_name {
width: 100px;
}
.deploy_spy_configuration_url {
width: 300px;
}
.deploy_spy_header_name {
display: inline-block;
width: 105px;
}
.deploy_spy_header_url {
display: inline-block;
width: 300px;
}
</style>
</head>
<body>
<div id="status"></div>
<div class='deploy_spy_container'>
<div class='deploy_spy_headers'>
<div class='deploy_spy_header_name'>Name</div>
<div class='deploy_spy_header_url'>URL</div>
</div>
<form id="deploy_spy_configuration" name="deploy_spy_configuration">
<input class="deploy_spy_configuration_name" type="text" name="name_1" />
<input class="deploy_spy_configuration_url" type="text" name="url_1" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_2" />
<input class="deploy_spy_configuration_url" type="text" name="url_2" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_3" />
<input class="deploy_spy_configuration_url" type="text" name="url_3" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_4" />
<input class="deploy_spy_configuration_url" type="text" name="url_4" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_5" />
<input class="deploy_spy_configuration_url" type="text" name="url_5" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_6" />
<input class="deploy_spy_configuration_url" type="text" name="url_6" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_7" />
<input class="deploy_spy_configuration_url" type="text" name="url_7" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_8" />
<input class="deploy_spy_configuration_url" type="text" name="url_8" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_9" />
<input class="deploy_spy_configuration_url" type="text" name="url_9" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_10" />
<input class="deploy_spy_configuration_url" type="text" name="url_10" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_11" />
<input class="deploy_spy_configuration_url" type="text" name="url_11" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_12" />
<input class="deploy_spy_configuration_url" type="text" name="url_12" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_13" />
<input class="deploy_spy_configuration_url" type="text" name="url_13" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_14" />
<input class="deploy_spy_configuration_url" type="text" name="url_14" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_15" />
<input class="deploy_spy_configuration_url" type="text" name="url_15" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_16" />
<input class="deploy_spy_configuration_url" type="text" name="url_16" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_17" />
<input class="deploy_spy_configuration_url" type="text" name="url_17" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_18" />
<input class="deploy_spy_configuration_url" type="text" name="url_18" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_19" />
<input class="deploy_spy_configuration_url" type="text" name="url_19" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_20" />
<input class="deploy_spy_configuration_url" type="text" name="url_20" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_21" />
<input class="deploy_spy_configuration_url" type="text" name="url_21" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_22" />
<input class="deploy_spy_configuration_url" type="text" name="url_22" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_23" />
<input class="deploy_spy_configuration_url" type="text" name="url_23" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_24" />
<input class="deploy_spy_configuration_url" type="text" name="url_24" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_25" />
<input class="deploy_spy_configuration_url" type="text" name="url_25" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_26" />
<input class="deploy_spy_configuration_url" type="text" name="url_26" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_27" />
<input class="deploy_spy_configuration_url" type="text" name="url_27" />
<br />
<input class="deploy_spy_configuration_name" type="text" name="name_28" />
<input class="deploy_spy_configuration_url" type="text" name="url_28" />
<div>
<button id="save">Save</button>
</div>
<div>
<button id="clear">Clear All</button>
</div>
</form>
<div>
<button id="import">Import</button>
<input type="text" id="import_url" name="import_url"
value=""
size="50"
/>
</div>
</div>
<script src="jquery-2.1.3.min.js"></script>
<script src="options.js"></script>
</body>
</html>