-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoptions.html
47 lines (39 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Torqolay - Option</title>
<link rel="stylesheet" href="style/options.css">
</head>
<body>
<div class="options">
<div class="panel">
<div class="panel-title">
تورقولاي
</div>
<div class="panel-body">
<div>
<label>ئۆزگۈرۈش رايونى *</label>
</div>
ئۇيغۇرچە خەتلىك رايون
<input type="radio" name="select">
ئۇمۇمىي رايون
<input type="radio" name="select" checked>
<div>
<small>پۈتۈن رامكىدا ئۆزگەرتىش كىرگۈزۈش ياكى پەقەت ئۇيغۇرچە خەت بايقالغان رامكىدا ئۆزگەرتىش كىرگۈزۈش *</small>
</div>
<br>
<div>
<input type="checkbox" id="mouseSelect">
<label for="mouseSelect">مائۇس ئارقىلىق خەت تونۇش</label>
</div>
<hr>
<button id="save">ساقلاش</button>
<p class="status" style="display: none;" id="status"></p>
</div>
</div>
</div>
<p id="version" class="version"></p>
<script type="text/javascript" src="options.js"></script>
</body>
</html>