-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (137 loc) · 7.82 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Thimar</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width; user-scalable=no" />
<!-- Style Sheets -->
<link href="css/jquery.mobile-1.4.0-rc.1.css" type="text/css" rel="stylesheet"/>
<!--<link href="css/rtl.jquery.mobile-1.3.0.css" type="text/css" rel="stylesheet"/>-->
<link href="css/custom-theme.css" type="text/css" rel="stylesheet"/>
<!--<link href="css/jquery.mobile.theme-1.3.2.css" type="text/css" rel="stylesheet"/>-->
<link href="css/custom-style.css" type="text/css" rel="stylesheet"/>
<!-- Scripts -->
<script src="js/cordova.js" type="text/javascript"></script>
<script src="js/jquery-2.0.3.min.js" type="text/javascript"></script>
<!--<script src="js/rtl.jquery.mobile-1.3.0.js" type="text/javascript"></script>-->
<script src="js/jquery.mobile-1.4.0-rc.1.js" text/javascript"></script>
<script src="js/custom-script.js" type="text/javascript"></script>
</head>
<body lang="ar" dir="rtl">
<section data-role="page" id="home-page">
<div data-role="header" data-theme="c" data-position="fixed">
<h1>تقارير اليوم</h1>
<a href="#" data-icon="refresh" data-iconpos="notext">refresh</a>
</div>
<div data-role="content">
<ul data-role="listview" class="news_box">
<li data-theme="b"><a href="#details-page" data-transition="slideup" data-theme="b">
<div class="news_text">
<p>هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية</p>
</div>
<hr>
<div class="news_info">
<p class="news_date">15-12-2013</p>
<p class="news_hint">توجد تفاصيل</p>
</div>
</a></li>
<li>
<div class="news_text">
<p>هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية</p>
</div>
<hr>
<div class="news_info">
<p class="news_date">15-12-2013</p>
</div>
</li>
<li data-theme="b"><a href="#details-page" data-transition="slideup" data-theme="b">
<div class="news_text">
<p>هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية</p>
</div>
<hr>
<div class="news_info">
<p class="news_date">15-12-2013</p>
<p class="news_hint">توجد تفاصيل</p>
</div>
</a></li>
<li>
<div class="news_text">
<p>هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية هناك أخبار حصرية لدى مؤسسة الجُمان للاستشارات الاقتصادية</p>
</div>
<hr>
<div class="news_info">
<p class="news_date">15-12-2013</p>
</div>
</li>
</ul>
</div>
<div data-role="footer" data-position="fixed" data-theme="c">
<nav data-role="navbar">
<ul>
<li><a href="#info-page" data-icon="info" data-iconpos="top" data-transition="slide">معلومات</a></li>
<li><a href="#" data-icon="search" data-iconpos="top">البحث</a></li>
<li><a href="#account-page" data-icon="gear" data-iconpos="top" data-transition="slide" data-direction="reverse">حسابي</a></li>
</ul>
</nav>
<h5>مركز الجُمان للاستشارات الاقتصادية</h5>
</div>
</section>
<section data-role="page" id="details-page">
<div data-role="header" data-theme="c" data-position="fixed">
<h1>تفاصيل التقرير</h1>
<a href="#home-page" class="ui-btn-left" data-icon="delete" data-iconpos="notext" data-rel="back"></a>
</div>
<div data-role="content">
</div>
<div data-role="footer" data-position="fixed" data-theme="c">
<h5>مركز الجُمان للاستشارات الاقتصادية</h5>
</div>
</section>
<section data-role="page" id="account-page">
<div data-role="header" data-theme="c" data-position="fixed">
<a href="#home-page" data-icon="arrow-r" data-iconpos="right" data-rel="back">تقارير اليوم</a>
<h1>حسابي</h1>
<a href="#" data-icon="refresh" data-iconpos="notext">refresh</a>
</div>
<div data-role="content">
</div>
<div data-role="footer" data-position="fixed" data-theme="c">
<h5>مركز الجُمان للاستشارات الاقتصادية</h5>
</div>
</section>
<section data-role="page" id="info-page">
<div data-role="header" data-theme="c" data-position="fixed">
<h1>معلومات</h1>
<a href="#home-page" class="ui-btn-left" data-icon="arrow-l" data-iconpos="left" data-rel="back">تقارير اليوم</a>
</div>
<div data-role="content">
<ul data-role="listview">
<li><a href="#sub-info-page" data-transition="slideup">عن الجُمان</a></li>
<li><a href="#sub-info-page" data-transition="slideup">اتفاقية الاشتراك</a></li>
<li><a href="#sub-info-page" data-transition="slideup">تبرئة مسبقة</a></li>
<li><a href="#sub-info-page" data-transition="slideup">منتجات الجُمان</a></li>
<li><a href="#sub-info-page" data-transition="slideup">تواصل معنا</a></li>
</ul>
</div>
<div data-role="footer" data-position="fixed" data-theme="c">
<h5>مركز الجُمان للاستشارات الاقتصادية</h5>
</div>
</section>
<section data-role="page" id="sub-info-page">
<div data-role="header" data-theme="c" data-position="fixed">
<h1>نوع المعلومات المطلوبة</h1>
<a href="#home-page" class="ui-btn-left" data-icon="delete" data-iconpos="notext" data-transition="slidedown"></a>
</div>
<div data-role="content">
<img class="ajax-loading" src="css/images/ajax-loader.gif"></div>
<p>
المعلومات الواردة من السيرفر
</p>
</div>
<div data-role="footer" data-position="fixed" data-theme="c">
<h5>مركز الجُمان للاستشارات الاقتصادية</h5>
</div>
</section>
</body>
</html>