-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.html
62 lines (40 loc) · 1.65 KB
/
config.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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<title>Xcraft ext</title>
<body style='margin: 0 auto; width: 100%;'>
<div id="main">
<form id="config">
<button><a href="http://www.maxima.pe.hu" target="_blank"><img src="http://maxima.pe.hu/forum/Themes/default/images/kosmo.png" alt="XcraftExt" width="100%" height="100%" style="vertical-align: middle">
</a></button></p>
<HR WIDTH="90%" ALIGN="center" SIZE="2">
<fieldset style="width:300px; margin-left: 3%; border-radius: 5px;">
<legend>Настройка параметров</legend>
<label>
<input type="checkbox" id="alarm">
Подавать сигналы?
</label>
<br>
<HR WIDTH="90%" ALIGN="center" SIZE="3">
Количество сигналов:
<select id="signal">
<option value="3">3</option>
<option value="5">5</option>
<option value="7">7</option>
<option value="10">10</option>
<option value="30">30</option>
<option value="90">90</option>
</select>
<br>
<div id="status"></div>
<HR WIDTH="90%" ALIGN="center" SIZE="1">
<button id="save">Save</button>
</fieldset>
</form>
<div/>
<HR WIDTH="90%" ALIGN="center" SIZE="3">
<script type="text/javascript" src="js/config.js"></script>
</body>
</html>