-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
112 lines (94 loc) · 5.94 KB
/
index.php
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
<!DOCTYPE HTML><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0 minimal-ui"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/splash/splash-icon.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="images/splash/splash-icon-big.png">
<link rel="apple-touch-startup-image" href="images/splash/splash-screen.png" media="screen and (max-device-width: 320px)" />
<link rel="apple-touch-startup-image" href="images/splash/[email protected]" media="(max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)" />
<link rel="apple-touch-startup-image" href="images/splash/splash-screen-six.png" media="(device-width: 375px)">
<link rel="apple-touch-startup-image" href="images/splash/splash-screen-six-plus.png" media="(device-width: 414px)">
<link rel="apple-touch-startup-image" sizes="640x1096" href="images/splash/[email protected]" />
<link rel="apple-touch-startup-image" sizes="1024x748" href="images/splash/splash-screen-ipad-landscape" media="screen and (min-device-width : 481px) and (max-device-width : 1024px) and (orientation : landscape)" />
<link rel="apple-touch-startup-image" sizes="768x1004" href="images/splash/splash-screen-ipad-portrait.png" media="screen and (min-device-width : 481px) and (max-device-width : 1024px) and (orientation : portrait)" />
<link rel="apple-touch-startup-image" sizes="1536x2008" href="images/splash/splash-screen-ipad-portrait-retina.png" media="(device-width: 768px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)"/>
<link rel="apple-touch-startup-image" sizes="1496x2048" href="images/splash/splash-screen-ipad-landscape-retina.png" media="(device-width: 768px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)"/>
<title>Agent Gateway</title>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href="styles/framework.css" rel="stylesheet" type="text/css">
<link href="styles/owl.theme.css" rel="stylesheet" type="text/css">
<link href="styles/swipebox.css" rel="stylesheet" type="text/css">
<link href="styles/font-awesome.css" rel="stylesheet" type="text/css">
<link href="styles/animate.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/jqueryui.js"></script>
<script type="text/javascript" src="scripts/framework.plugins.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
</head>
<body>
<div id="preloader">
<div id="status">
<!-- <p class="center-text">
يرجى الانتظار.....
<em>جاري عرض البيانات...</em>
</p>-->
<p class="center-text">
Loading the content...
<em>Loading depends on your connection speed!</em>
</p>
</div>
</div>
<!--
<div class="header" >
<a href="#" class="main-logo"></a>
<img src="images/bag.gif"/>
</div>
<div class="all-elements">
<!-- Page Content-->
<div id="content" class="snap-content" style="
background-image: url('images/test.gif');
background-repeat: no-repeat;
background-size: 100% 100%;
">
<div class="content" style="padding-top: 150px;">
<div class="one-half-responsive">
<div style="text-align:center"> <h4>Loging - تسجيل الدخول</h4></div><br>
<form action="login_validate.php" method="post" class="contactForm" >
<fieldset>
<div class="formValidationError" id="contactEmailField">
<div class="static-notification-red tap-dismiss-notification">
<p class="center-text uppercase">Name is required!</p>
</div>
</div>
<div class="formValidationError" id="contactPasswordField">
<div class="static-notification-red tap-dismiss-notification">
<p class="center-text uppercase">Mail address required!</p>
</div>
</div>
<div class="formFieldWrap">
<!-- <label class="field-title contactNameField" for="contactNameField">Name:<span>(required)</span></label>-->
<input type="text" name="contactEmailField" value="" placeholder="[email protected]" class="contactField requiredField" id="contactEmailField" style="
background-color: white;
" required/>
</div><br>
<div class="formFieldWrap">
<!-- <label class="field-title contactNameField" for="contactNameField">Password: <span>(required)</span></label>-->
<input type="password" name="contactPasswordField" value="" placeholder="*****" class="contactField requiredField" id="contactPasswordField" style="
background-color: white;
"required/>
</div><br>
<div class="formSubmitButtonErrorsWrap">
<input type="submit" class="buttonWrap button button-green contactSubmitButton" value="Loging - تسجيل الدخول"/>
</div>
</fieldset>
</form>
</div>
</div>
<!-- <div style="margin-top: 130px;">
<img src="images/footer.png"/>
</div>-->
</div>
</div>
</div>
</body>