-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettingsAgent.html
More file actions
187 lines (158 loc) · 7.09 KB
/
settingsAgent.html
File metadata and controls
187 lines (158 loc) · 7.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LuggageWay - Agent</title>
<!-- Font Aowesome kit's code -->
<script src="https://kit.fontawesome.com/8ebc734131.js" crossorigin="anonymous"></script>
<!-- custom css file link -->
<link rel="stylesheet" href="assets\css\style.css" />
</head>
<body>
<!-- header section starts -->
<header class="users_page">
<div id="menu-bar" class="fas fa-bars"></div>
<a href="index.html" class="logo"><img herf="Home.html" src="assets\images\logo.png" alt="LuggageWay" width="150px" /></a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="index.html#about_us">About us</a>
<a href="index.html#recruitment">Recruitment</a>
<a href="index.html#sponsors">Sponsors</a>
<a href="index.html#review">Reviews</a>
<a href="index.html#contact_us">Contact us</a>
</nav>
<div class="icons">
<div class="dropdown">
<i class="fa fa-user-circle-o dropbtn"></i>
<div class="dropdown-content">
<a href="Agent_MyOrders.html">My account</a>
<a href="php/logout.php">Logout</a>
</div>
</div>
</div>
</header>
<!-- header section ends -->
<!-- My account container starts -->
<!-- My account container ends -->
<!-- client body section starts -->
<section class="settingssection">
<div class="wrapper">
<aside class="sidebar">
<h3 class="print-name">client</h3>
<nav class="menu">
<a href="Agent_MyOrders.html" class="menu-item"><i class="fas fa-list-alt"></i> My Orders</a>
<a href="settingsAgent.html" class="menu-item is-active"><i class="fas fa-cog"></i> Settings</a>
</nav>
</aside>
<main class="content-body">
<form action="/action_page.php" class="contant_userpage" onsubmit="alert('your setting has been successfully update!')">
<br><br>
<div class="Personal_Info">
<h2>Personal Info</h2>
<br><br>
<div class="row">
<div class="col-25">
<label>Name:</label>
</div>
<div class="col-75">
<input type="text" class="box-neworder" placeholder="Enter your full name" autofocus required />
</div>
</div>
<br><br>
<div class="row">
<div class="col-25">
<label>Email:</label>
</div>
<div class="col-75">
<input type="email" placeholder="Enter a valid email address" class="box-neworder" id="myEmail " pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,3}$ " required />
</div>
</div><br><br>
<div class="row">
<div class="col-25">
<label>Password:</label>
</div>
<div class="col-75">
<input type="password" placeholder="Enter your password" class="box-neworder" pattern="^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#$%^&*_=+-]).{8,12}$" required />
</div>
</div>
<div class="row">
<div class="col-25">
<label>Phone number:</label>
</div>
<div class="col-75">
<input type="tel" placeholder="Enter your phone number" class="box-neworder" pattern="(?:\+?0*?966)?0?5[0-9]{8} " required />
</div>
</div>
<br><br>
<br><br>
<br><br>
<br><br>
<div class="row">
<div class="col-25">
<label>Gender:</label>
</div>
<div class="col-75 ">
<input type="radio" class="gender" name="gender" />
<label>Male</label>
<span class="space"></span>
<input type="radio" class="gender" name="gender" />
<label>Female</label>
</div>
</div>
<br><br>
<br><br>
<input type="submit" value="Update" class="btn" />
</div>
</form>
</main>
</div>
</section>
<!-- footer section stars -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Branch locations</h3>
<a href="# ">Saudi Arabia</a>
</div>
<div class="box">
<h3>Quick links</h3>
<a href="index.html">Home</a>
<a href="index.html#about_us">About us</a>
<a href="index.html#recruitment">Recruitment</a>
<a href="index.html#sponsors">Sponsors</a>
<a href="index.html#review">Reviews</a>
<a href="index.html#contact_us">Contact us</a>
</div>
<div class="social_media box">
<h3>Follow us</h3><br>
<li> <a href="https://www.instagram.com/luggageway1/"><i class="fab fa-instagram"></i></a></li>
<li> <a href="https://twitter.com/Luggageway1"><i class="fab fa-twitter"></i></a></li>
<li> <a href="linkedin.com/in/luggageway-company-935940239"><i class="fab fa-linkedin"></i></a>
</li>
</div>
</div>
<h1 class="credit">
created by <span> LuggageWay Team for gradutiom project </span> | all rights reserved!
</h1>
</section>
<!-- footer section ends -->
<!-- custom js file link -->
<script src="assets\js\script.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script>
$(document).ready(function() {
$.ajax({
url: "php/check_status.php",
method: "post",
data: {
"get_name": true
},
success: function(data) {
$(".print-name").text(data);
}
})
})
</script>
</body>
</html>