-
Notifications
You must be signed in to change notification settings - Fork 0
/
login.html
350 lines (345 loc) · 18 KB
/
login.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>سوبر خدمات الإنترنت</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="expires" content="-1" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-rtl.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link href="rtl.css" rel="stylesheet">
<!-- Latest compiled and minified JavaScript -->
<script src="js/jquery-1.12.1.min.js"></script>
<script src="parallax.min.js" ></script>
<script src="js/bootstrap.min.js" ></script>
<style type="text/css">
body{
padding-top: 40px;
}
</style>
</head>
<body style="background: #DCDEDE url('images/bg.png') no-repeat;" data-spy="scroll" data-target="#my-navbar">
$(if chap-id)
<form name="sendin" action="$(link-login-only)" method="post">
<input type="hidden" name="username" />
<input type="hidden" name="password" />
<input type="hidden" name="dst" value="$(link-orig)" />
<input type="hidden" name="popup" value="true" />
</form>
<script type="text/javascript" src="/md5.js"></script>
<script type="text/javascript">
<!--
function doLogin() {
document.sendin.username.value = document.login.username.value;
document.sendin.password.value = hexMD5('$(chap-id)' + document.login.password.value + '$(chap-challenge)');
document.sendin.submit();
return false;
}
//-->
</script>
<script type="text/javascript">
<!--
function doLogin2() {
document.sendin.username.value = document.login2.username.value;
document.sendin.password.value = hexMD5('$(chap-id)' + document.login2.password.value + '$(chap-challenge)');
document.sendin.submit();
return false;
}
//-->
</script>
$(endif)
<nav class="navbar navbar-inverse navbar-fixed-top" id="my-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand">شبكة سوبر ويفي</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#services">خدماتنا</a>
<li><a href="#contact">إتصل بنا</a>
<li><a href="#feedback">Feedback</a>
</ul>
<form class="navbar-form navbar-left" role="search" name="login" action="$(link-login-only)" method="post"
$(if chap-id) onSubmit="return doLogin()" $(endif)>
<input type="hidden" name="dst" value="$(link-orig)" />
<input type="hidden" name="popup" value="true" />
<div class="form-group">
<input type="text" class="form-control" name="username" type="text" value="$(username)" placeholder="إسم المستخدم">
</div>
<div class="form-group">
<input class="form-control" name="password" type="password" placeholder="كلمة المرور">
</div>
<button type="submit" class="btn btn-default">دخول</button>
</form>
</div>
</div>
</nav>
<div class="jumbotron" >
<div class="container text-center" >
<h1>مرحبا بكم في شبكة سوبرويفي</h1>
<p> خدمات الكمبيوتر و الإنترنت</p>
<a href="#contact" class="btn btn-lg btn-warning text-center">إشترك</a>
</div>
</div>
<!-- start trial section -->
<div class="container text-center" >$(if trial == 'yes')التجربة المجانية المتاحة، <a style="color: #FF8080"href="$(link-login-only)?dst=$(link-orig-esc)&username=T-$(mac-esc)">اضغط هنا</a>.$(endif)</div>
<!-- end trial section -->
<!-- start login section -->
<section>
<div class="well">
<div class="container text-center">
<h3>سجل الدخول للإستفادة من خدمة إنترنت</h3>
<p>أدخل رمز الدخول، الـ14 حرف و رقم</p>
$(if error)
<div class="alert alert-danger">$(error)</div>
$(endif)
<form class="form-inline" role="search" name="login2" action="$(link-login-only)" method="post"
$(if chap-id) onSubmit="return doLogin2()" $(endif)>
<input type="hidden" name="dst" value="$(link-orig)" />
<input type="hidden" name="popup" value="true" />
<div class="form-group">
<label for="subscription">رمز الدخول</label>
<input id="username" type="text" autocomplete="off" class="form-control" name="username" type="text" value="$(username)" placeholder="wnxk42i3vj9hit">
</div>
<div class="form-group">
<input id="password" class="form-control" name="password" type="hidden">
</div>
<button type="submit" class="btn btn-default">دخول</button>
</form>
<h3><a href="#contact">ليس لدي رمز دخول!!</a> </h3>
</div>
<!-- end Container-->
</div>
<!-- end well-->
</section>
<!-- end login section -->
<!-- Gallery -->
<div class="container">
<section >
<div class="page-header" id="services">
</div>
<div class="carousel slide" id="screenshot-carousel" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#screenshot-carousel" data-slide-to="0" class="active"></li>
<li data-target="#screenshot-carousel" data-slide-to="1"></li>
<li data-target="#screenshot-carousel" data-slide-to="2"></li>
<li data-target="#screenshot-carousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<a href="#internet">
<img src="slider-imgs/002.jpg" alt="Text of the image">
<div class="carousel-caption">
<h3>إنترنت</h3>
<p>إستفد من إنترنت سريع جدا</p>
</a>
</div>
</div>
<div class="item">
<img src="slider-imgs/003.png" alt="Text of the image">
<div class="carousel-caption">
<h3>اتصلات مجانية</h3>
<p><a href="http://10.10.1.90/?p=3117" target="_blank" style="text-decoration: none;">استفد من مكالمات مجنية صوت و صورة</a></p>
</div>
</div>
<div class="item">
<img src="slider-imgs/wifi-blog-header1.png" alt="Text of the image">
<div class="carousel-caption">
<h3>متصل دوما</h3>
<p>حساب واحد لكل الخدمات ، من أي جهاز و في كل الشبكة</p>
</div>
</div>
<div class="item">
<img src="slider-imgs/004.JPG" alt="Text of the image">
<div class="carousel-caption">
<h3>المساعدة الفورية</h3>
<p>مساعدة فريق العمل متاحة 24/24 7/7</p>
</div>
</div>
</div>
<!-- End Carousel inner -->
<a href="#screenshot-carousel" class="left carousel-control" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a href="#screenshot-carousel" class="right carousel-control" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
<!-- End Carousel -->
</section>
</div>
<!-- Feedback-->
<div class="container" >
<section>
<div class="page-header" id="internet">
<h2>الإنترنت.<small> إطلع على اقتراحات الإنترنت المميزة.</small></h2>
</div>
<div class="row">
<div class="col-md-4 text-center">
<blockquote>
<strong>100 دج</strong>
<p>غير محدودة بسرعة عالية 100دج يومي</p>
<a href="#contact" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px">إشترك</a>
<img src="images/receipt1.png" alt="100DA" class="img-responsive center-block" />
</blockquote>
</div>
<div class="col-md-4 text-center">
<blockquote>
<strong>500 دج</strong>
<p>غير محدودة بسرعة عالية 500 دج اسبوعي</p>
<a href="#contact" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px">إشترك</a>
<img src="images/receipt2.png" alt="500DA" class="img-responsive center-block" />
</blockquote>
</div>
<div class="col-md-4 text-center">
<blockquote>
<strong>1200 دج</strong>
<p>غير محدودة بسرعة عالية 1200 دج شهري</p>
<a href="#contact" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px">إشترك</a>
<img src="images/receipt3.png" alt="1200DA" class="img-responsive center-block" />
</blockquote>
</div>
</div>
<!-- End row -->
</section>
</div>
<!--End Container-->
<hr>
<div class="container text-centerpage-header text-center" id="contact">
<h1>كيف احصل على الرمز؟</h1>
<h3>يمكنكم شراء بطاقات التعبئة من موزعي بطاقات الهاتف النقال Taxiphones</h3>
</div>
<!-- authorised dealers section -->
<div class="container text-centerpage-header text-center">
<div class="panel panel-success">
<div class="panel-heading">
<h1 class="panel-title" style="font-size: 36px;">المحلات المعتمدين لبيع البطاقات</h1>
</div>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title" style="font-size: 30px;">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1">
الزياينة</a>
</h2>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-body">
<div class="row row-centered">
<div class="col-md-6 text-center col-centered">
<blockquote>
<strong>محل المواد الغذائية فؤاد الشاوي</strong>
<p>استخدم نظام الخرائط في هاتفك لتحدد الإتجاه</p>
<a href="https://www.google.com/maps/place/31%C2%B055'45.0%22N+5%C2%B020'06.3%22E/@31.929159,5.334411,197m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d31.929159!4d5.335078" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px">الإتجاه</a><br>
<a href="https://www.google.com/maps/place/31%C2%B055'45.0%22N+5%C2%B020'06.3%22E/@31.929159,5.334411,197m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d31.929159!4d5.335078" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px"><img src="images/store1.png" alt="100DA" class="img-responsive center-block" /></a>
</blockquote>
</div>
<div class="col-md-6 text-center col-centered">
<blockquote>
<strong>محل مواد البناء يونس</strong>
<p>استخدم نظام الخرائط في هاتفك لتحدد الإتجاه</p>
<a href="https://www.google.com/maps/place/31%C2%B055'44.4%22N+5%C2%B020'09.2%22E/@31.928986,5.3345533,395m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d31.928986!4d5.33589" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px">الإتجاه</a><br>
<a href="https://www.google.com/maps/place/31%C2%B055'44.4%22N+5%C2%B020'09.2%22E/@31.928986,5.3345533,395m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d31.928986!4d5.33589" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px"><img src="images/store2.png" alt="100DA" class="img-responsive center-block" /></a>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<!--div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" style="font-size: 30px;">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2">
سوق الرحمة</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">كشك الخدمات الهاتفية بن عطاء الله
</div>
</div>
</div-->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" style="font-size: 30px;">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3">
سكرة</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">
<div class="row row-centered">
<div class="col-md-12 text-center col-centered">
<blockquote>
<strong>كشك الخدمات و الادوات المكتبية مقابل الفرع البلدي سكرة</strong>
<p>استخدم نظام الخرائط في هاتفك لتحدد الإتجاه</p>
<a href="https://www.google.com/maps/place/31%C2%B056'19.1%22N+5%C2%B019'46.4%22E/@31.938639,5.3288894,197m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d31.938639!4d5.329558" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px">الإتجاه</a><br>
<a href="https://www.google.com/maps/place/31%C2%B056'19.1%22N+5%C2%B019'46.4%22E/@31.938639,5.3288894,197m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d31.938639!4d5.329558" class="btn btn-lg btn-warning text-center" style="margin: 1px 1px 7px 1px"><img src="images/store3.png" alt="100DA" class="img-responsive center-block" /></a>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container text-centerpage-header text-center" id="feedback">
<h1>للإستفسار اتصل على الأرقام التالية</h1>
</div>
<div class="row row-centered">
<div class="col-xs-6 col-centered">
<div class="panel panel-default text-center">
<div class="panel-body">
<span class="glyphicon glyphicon-earphone"></span>
<h4><a href="tel:0663974296">0663974296</a></h4>
<p>رجاءا الإتصال في الأوقات المناسبة فقط</p>
</div>
</div>
</div>
<div class="col-xs-6 col-centered">
<div class="panel panel-default text-center">
<div class="panel-body">
<span class="glyphicon glyphicon-phone-alt"></span>
<h4><a href="tel:0697371315">0697371315</a></h4>
<p>رجاءا الإتصال في الأوقات المناسبة فقط</p>
</div>
</div>
</div>
</div>
<!-- end row -->
<script type="text/javascript">
<!--
document.login.username.focus();
//-->
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#password").val($("#username").val());
$("#username").keyup(function() {
$("#password").val($("#username").val());
})
$('a[href^="#"]').on('click',function (e) {
e.preventDefault();
var target = this.hash;
var $target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top
}, 900, 'swing', function () {
window.location.hash = target;
});
});
});
</script>
</body>
</html>