This repository has been archived by the owner on Nov 26, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathoptions.html
60 lines (59 loc) · 1.72 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
<html>
<head>
<title>Enhancer for Google Map Maker™ Options</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/options.css">
<script src="js/lib/jquery-latest.js"></script>
<script src="js/options.js"></script>
</head>
<body>
<div id="interfaceDelete">
<h1></h1>
<div id="deleteZoom">
<label><input type="checkbox"></label><span></span>
<div><img src="img/deleteZoom.png"></div>
</div>
<div id="deleteMarks">
<label><input type="checkbox"></label><span></span>
<div><img src="img/deleteMarks.png"></div>
</div>
<div id="deleteOverlays">
<label><input type="checkbox"></label><span></span>
<div><img src="img/deleteOverlays.png"></div>
</div>
<div id="deleteAddinf">
<label><input type="checkbox"></label><span></span>
<div><img src="img/deleteAddinf.png"></div>
</div>
<div id="noShift">
<label><input type="checkbox"></label><span></span>
<div><img src="img/noShift.png"></div>
</div>
</div>
<div id="functions">
<h1></h1>
<div id="floors">
<label><input type="checkbox"></label><span></span>
<div><img src="img/floors.png"></div>
</div>
<div id="shortlinks">
<label><input type="checkbox"></label><span></span>
<div><img src="img/shortlinks.png"></div>
</div>
<div class="cb"></div>
<div id="helpmenu">
<label><input type="checkbox"></label><span></span>
<div><img src="img/helpmenu.png"></div>
</div>
<div id="replytemplates">
<label><input type="checkbox"></label><span></span>
<div><img src="img/replytemplates.png"></div>
</div>
<div class="cb"></div>
<div id="noduildingdups">
<label><input type="checkbox"></label><span></span>
<div><img src="img/noduildingdups.png"></div>
</div>
</div>
</body>
</html>