-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
86 lines (69 loc) · 3.48 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ج-كويري 1.4.0 يمين-يسار</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<link href="css/themes/default/rtl.jquery.mobile-1.4.0.css" rel="stylesheet" />
<script src="js/rtl.jquery.mobile-1.4.0.js"></script>
</head>
<body>
<div data-role="page" class="jqm-demos" data-quicklinks="true">
<div data-role="header">
<h2>مرحبا ج-كويري 1.4.0</h2>
</div>
<div role="main" class="ui-content">
<div data-demo-html="true">
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
<a href="#" class="ui-shadow ui-btn ui-corner-all ui-btn-icon-right ui-icon-plus ui-btn-b">إضافة</a>
<a href="#" class="ui-shadow ui-btn ui-corner-all ui-btn-icon-right ui-icon-delete ui-btn-b">حذف</a>
<a href="#" class="ui-shadow ui-btn ui-corner-all ui-btn-icon-right ui-icon-grid ui-btn-b">المزيد</a>
</div>
</div>
<div data-demo-html="true">
<input type="range" name="slider-fill-mini" id="slider-fill-mini" value="48" min="0" max="100" data-mini="true" data-highlight="true" data-theme="b" data-track-theme="b">
</div>
<div data-demo-html="true">
<form>
<div data-role="rangeslider">
<input type="range" name="range-1a" id="range-1a" min="0" max="100" value="40">
<input type="range" name="range-1b" id="range-1b" min="0" max="100" value="60">
</div>
</form>
</div>
<div data-demo-html="true">
<form>
<div data-role="rangeslider" data-mini="true">
<input type="range" name="range-2a" id="range-2a" min="0" max="100" value="30">
<input type="range" name="range-2b" id="range-2b" min="0" max="100" value="70">
</div>
</form>
</div>
<div data-demo-html="true">
<select name="slider2" id="slider2" data-role="slider">
<option value="off">مغلق</option>
<option value="on">شغال</option>
</select>
</div>
<div data-demo-html="true">
<select name="slider-flip-m" id="slider-flip-m" data-role="slider" data-mini="true">
<option value="off">مغلق</option>
<option value="on" selected>شغال</option>
</select>
</div>
<div data-demo-html="true">
<fieldset data-role="controlgroup">
<legend></legend>
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" checked>
<label for="checkbox-1a">موز</label>
<input type="checkbox" name="checkbox-2a" id="checkbox-2a">
<label for="checkbox-2a">برتقال</label>
<input type="checkbox" name="checkbox-3a" id="checkbox-3a">
<label for="checkbox-3a">تفاح</label>
</fieldset>
</div>
</div>
</div>
</body>
</html>