-
Notifications
You must be signed in to change notification settings - Fork 2
/
popup.html
50 lines (43 loc) · 1.44 KB
/
popup.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 xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="popup.js"></script>
<style type="text/css">
#footer {
border-top: 1px solid #ccc;
margin-top: 17px;
overflow: hidden;
padding-top: 11px;
}
p {
line-height: 1.8em;
font-size: 12px;
}
</style>
</head>
<!--<body>
היישוב שלך:
התראות:
התראות קוליות:
</body>-->
<body dir="rtl">
<form id="popup" style=" font-family:Arial ">
<p style="display:none">
<!--<label style="width: 100px; display: inline-block;"> היישוב שלך: </label>-->
<span id="frequency"></span>
</p><p>
<!--<label style="width: 100px; display: inline-block;"> השמעת צליל: </label>-->
<!--<input type="checkbox" name="SoundActivated" disabled="disabled">-->
<span id="SoundActivated"></span>
</p><p>
<!--<label style="width: 100px; display: inline-block;"> הצגת התראות </label>-->
<!--<input type="checkbox" name="isActivated" disabled="disabled">-->
<span id="isActivated"></span>
</p>
<div id="footer">
<input type="button" name="but" id="op" style=" width: 224px;" value="ערוך" />
</div>
</form>
</body>
</html>