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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>JobReader - Setting</title> <!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body>
<!-- header --> <?php include 'inc/header.php';?> <!-- end of header-->
<?php include 'inc/setting_nav.php';?>
<section class="wrapper">
<div class="container"> <div class="d-flex align-items-center mb-4"> <div class="h1"> Account Setting </div>
</div> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-2">Profile</p>
</div> <div class="col-md-9">
<p class="garyLightFont mb-2">Login Email </p> <p class="mb-4">vanny@gmail.com</p>
<p class="mb-2 garyLightFont">Password</p> <a class="mb-4 link" href="#" title="change Password" data-toggle="modal" data-target=".changePassword">Change password… </a>
</div>
</div>
<hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-2">Notification </p>
</div> <div class="col-md-9"> <p class="fieldWord mb-2">Receive the following from Jobs Reader.</p>
<div class="custom-control custom-checkbox mb-4"> <input type="checkbox" class="custom-control-input" checked id="Promitional"> <label class="custom-control-label" for="Promitional">Receive special offer and latest news from Jobs Reader.</label> </div> <!-- <div class="custom-control custom-checkbox mb-4"> <input type="checkbox" class="custom-control-input" id="Newsletter"> <label class="custom-control-label" for="Newsletter">Receive newsletter</label> </div> -->
<!-- <div class="form-check mb-4"> <input class="form-check-input" type="checkbox" value="" id="Promitional"> <label class="form-check-label" for="Promitional"> Receive promotional email </label> </div> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="Newsletter"> <label class="form-check-label" for="Newsletter"> Receive newsletter </label> </div> --> </div> </div> <!-- <hr /> -->
<!-- <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-2">Permissions </p> </div> <div class="col-md-9"> <p class="fieldWord mb-2">You are administrator of this account and have all permissions. </p>
</div> </div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-2">Permissions </p> </div> <div class="col-md-9"> <p class="fieldWord mb-2">Contact your administrator to change your permissions.</p>
<div class="custom-control custom-checkbox mb-4"> <input type="checkbox" class="custom-control-input" checked id="JobsCheck1" disabled> <label class="custom-control-label" for="JobsCheck1"> Jobs<br> <span class="garyLightFont font09">View, edit and post job ads.</span></label> </div> <div class="custom-control custom-checkbox mb-4"> <input type="checkbox" class="custom-control-input" checked id="CandidatesCheck1" disabled> <label class="custom-control-label" for="CandidatesCheck1"> Candidates<br> <span class="garyLightFont font09">View, manage and contact candidates</span> </label> </div>
<div class="custom-control custom-checkbox mb-4"> <input type="checkbox" class="custom-control-input" id="BuyCheck1" disabled> <label class="custom-control-label" for="BuyCheck1"> Buy Credits & Billing<br> <span class="garyLightFont font09">Buy job ad plans, view credit summary, credit history and invoices.</span> </label> </div> </div> </div> -->
</div>
</section>
<!-- end #section --> <!-- Modal --> <div class="modal fade changePassword" tabindex="-1" role="dialog" aria-labelledby="eventDateModal" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered" role="document"> <div class="modal-content">
<div class="modal-body"> <p class="h3 mb-4">Change New Password</p>
<div class="form-group passwordInput err"> <label for="currentPassword" class="blackDeepWord">Current Password</label> <input type="password" class="form-control reveal password" id="currentPassword" aria-describedby="currentPassword" placeholder=""> <p class="redWord validate mt-1 mb-0">Please enter this information. </p> <p class="redWord validate mt-1 mb-0"> Sorry, your password doesn’t match. </p> </div> <div class="form-group passwordInput err"> <label for="resetNewPassword" class="blackDeepWord">New Password</label> <input type="password" class="form-control reveal password" id="resetNewPassword" aria-describedby="resetNewPassword" placeholder=""> <p class="redWord validate mt-1 mb-0">Please enter this information. </p> <p class="redWord validate mt-1 mb-0">Your password should contain 8 to 20 characters with uppercase, lowercase and at least one number. </p> </div> <div class="form-group passwordInput err"> <label for="confirmPassword" class="blackDeepWord">Confirm New Password </label> <input type="password" class="form-control reveal password mb-2" id="confirmPassword" aria-describedby="confirmPasswords" placeholder=""> <p class="redWord validate mt-1 mb-0">Please enter this information. </p> <p class="redWord validate mt-1 mb-0">Sorry, your password doesn't match.
</p> <small class="fieldWord"> Your password must have:</small> <ul class="clickList inlinelist fieldWord small"> <li class="greenWord">8 or more characters </li> <li>upper & lowercase letter </li> <li>at least one number </li> </ul>
</div>
</div> <div class="modal-footer"> <button type="button" class="btn btn-outline-primary" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-primary changeBtn">Save Changes</button>
</div> </div> </div> </div>
<div class="warningBg succseeMessage"> <div class="expenContainer changePasswordMessage"> <div class="font09 updateMessages bold">
Password changed. <a href="javascript:void(0);" class="succseeCloseBtn"><i class="fas fa-times"></i></a> </div> </div>
</div>
<!-- footer --> <?php include 'inc/footer_p.php';?> <!-- end of footer -->
<!-- custom JS -->
<script> $(".changeBtn").click(function() { alert(12323); $(".changePassword").modal('hide'); $('.changePasswordMessage').fadeIn(); setTimeout(function() { $('.changePasswordMessage').fadeOut(); }, 8000);
}); </script> </body>
</html>
|