-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEdit Profile.html
258 lines (254 loc) · 9.34 KB
/
Edit Profile.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
<!DOCTYPE html>
<html lang="fa">
<head>
<title>Home Page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./Style/MobileStyle.css">
<link rel="stylesheet" href="./Style/Color.css">
<link href="./dist/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="./dist/css/tiFontIcon.css" rel="stylesheet" type="text/css" />
<script src="./Jquery-3.3.1/jquery-3.3.1.js"></script>
<script src="./bootstrap-4.1.3/js/bootstrap.js"></script>
<script src="./js/Action.js"></script>
<link rel="stylesheet" href="./Style/treeview.css">
</head>
<body dir="rtl" onresize="menuToggler()">
<!-- the navigation part -->
<div>
<!-- the drop down menu -->
<div id="topnav" class="d-flex bg-light flex-column justify-content-end fixed-top" style="height: 55px;">
<div class="container flex-grow-1" style="overflow-y: scroll">
<!-- start profile -->
<div class="row mt-2">
<!-- start profile picture -->
<div class="col-4">
<img src="./img/avatar5.png" class="rounded-circle img-thumbnail" width="90px" alt="">
</div>
<!-- end profile picture -->
<div class="col-7 d-flex flex-column align-items-center justify-content-around">
<div>پارسا لاریمیان</div> <!-- name of the user -->
<div class="wrap-solve">
<!-- for edit profile btn -->
<button type="button" class="btn bg-transparent border-info rounded shadow hover-bg-1 hover-text-3 w-50">ویرایش</button>
<!-- end edit profile btn -->
<!-- for exit btn -->
<button type="button" class="btn bg-transparent border-info rounded shadow hover-bg-1 hover-text-3 w-50">خروج
</button>
<!-- end exit btn -->
</div>
</div>
</div>
<!-- end profile -->
<hr>
<!-- start tree view menu -->
<div>
<ul id="myUL">
<li class="mt-2 py-1 d-flex px-0">
<a href="Profile.html" class="cursor-pointer hover-bg-4 hover-text-3 rounded p-1 w-100">گزارش کمپین ها</a>
</li>
<li class="p-0 hover-bg-4 hover-text-3 rounded">
<div onclick="rotate(this)" class="d-flex justify-content-between caret p-1">
گزارش مالی
<i class="fa fa-angle-left float-left pl-1" style=""></i>
</div>
<ul class="nested bg-light">
<li class="py-1 d-flex"><a class="w-100 hover-bg-2 hover-text-3 p-1 rounded" href="">گزارش مالی 1</a></li>
<li class="py-1 d-flex"><a class="w-100 hover-bg-2 hover-text-3 p-1 rounded" href="">گزارش مالی 2</a></li>
</ul>
</li>
<li class="p-0 hover-bg-4 hover-text-3 rounded">
<div onclick="rotate(this)" class="d-flex justify-content-between caret p-1">
تنظیمات
<i class="fa fa-angle-left float-left pl-1" style=""></i>
</div>
<ul class="nested bg-light">
<li class="py-1 d-flex"><a class="w-100 hover-bg-2 hover-text-3 p-1 rounded" href="">افزودن پیج</a></li>
<li class="py-1 d-flex"><a class="w-100 hover-bg-2 hover-text-3 p-1 rounded" href="">ربات تلگرام</a></li>
<li class="py-1 d-flex"><a class="w-100 hover-bg-2 hover-text-3 p-1 rounded" href="">حساب بانکی</a></li>
</ul>
</li>
</ul>
</div>
<!-- end tree view menu -->
</div>
<nav class="navbar-expand-sm p-2 border-b-1">
<div class="row nowrap">
<!-- for the drop down btn -->
<div id="aplication" class="cursor-pointer col-1 d-flex">
<a class="m-auto">
<i class="fa fa-align-justify"></i>
</a>
</div>
<!-- end for the drop down btn -->
<!-- for the logo part -->
<div class="col-9">
<div class="row">
<a class="mx-auto navbar-brand text-dark" href="#">
<b>
Digi<span class="text-danger">Rasan</span>
</b>
</a>
</div>
</div>
<!-- end for the logo part -->
<!-- for the help icon -->
<div class="pl-1 d-none">
<a class="text-warning m-auto" href="#">
<i class="fa fa-question-circle fa-2x"></i>
</a>
</div>
<!-- end for the help icon -->
</div>
</nav>
</div>
<!-- end the drop down menu -->
<!-- start the footer part -->
<nav class="navbar bg-light fixed-bottom border-t-1">
<div class="container">
<!-- profile page -->
<a class="text-secondary" href="./Profile.html">
<i class="ti-Line-Person fa-2x"></i>
</a>
<!-- end profile page -->
<!-- notification page -->
<a class="text-secondary" href="./Notification.html">
<div style="position: relative">
<i class="fa fa-bell-o fa-2x"></i>
<span style="position: absolute;top: 0;left: 40%" class="badge badge-warning">10</span>
</div>
</a>
<!-- end notification page -->
<!-- help page -->
<a class="text-warning" href="#">
<i class="fa fa-question-circle fa-2x"></i>
</a>
<!-- end help page -->
<!-- calender page -->
<a class="text-secondary" href="#">
<i class="ti-Line-Calendar-2 fa-2x"></i>
</a>
<!-- end calender page -->
<!-- home dashboard page -->
<a class="text-secondary" href="/HomeDashboard.html">
<i class="ti-Line-Home fa-2x"></i>
</a>
<!-- end home dashboard page -->
</div>
</nav>
<!-- end the footer part -->
</div>
<!-- end navigation part -->
<div style="clear: both;height: 60px;"></div> <!-- this is for spacing the navigation and body -->
<!-- start mainBody -->
<div id="mainBody" class="container flex-column d-flex mt-3">
<form>
<!-- start Name Section -->
<div class="row my-2 text-right">
<label class="col-5">نام</label><!-- name label -->
<div class="col-6">
<input type="text" class="form-control" placeholder="نام"><!-- name text box -->
</div>
</div>
<!-- end Name Section -->
<!-- start last name section -->
<div class="row my-2 text-right">
<label class="col-5">نام خانوادگی</label><!-- last name label -->
<div class="col-6">
<input type="text" class="form-control" placeholder="نام خانوادگی"><!-- last name text box -->
</div>
</div>
<!-- end last name section -->
<!-- start phone number section -->
<div class="row my-2 text-right">
<label class="col-5">شماره تلفن</label><!-- phone number label -->
<div class="col-6">
<input type="text" class="form-control"><!-- phone number text box -->
</div>
</div>
<!-- end phone number section -->
<!-- start city section -->
<div class="row my-2 text-right">
<label class="col-5">شهر</label><!-- city label -->
<div class="col-6">
<!-- start city combo box -->
<select class="w-100 form-control">
<option value="volvo">بابل</option>
<option value="saab">رشت</option>
<option value="opel">ساری</option>
<option value="audi">بابلسر</option>
</select><!-- end city combo box -->
</div>
</div>
<!-- end city section -->
<!-- start state section -->
<div class="row my-2 text-right">
<label class="col-5">استان</label><!-- label -->
<div class="col-6">
<!-- start state combo box -->
<select class="w-100 form-control">
<option value="volvo">مازندران</option>
<option value="saab">تهران</option>
<option value="opel">گلستان</option>
<option value="audi">گیلان</option>
</select><!-- end state combo box -->
</div>
</div>
<!-- end state section -->
<!-- start country section -->
<div class="row my-2 text-right">
<label class="col-5">کشور</label><!-- country label -->
<div class="col-6">
<input class="form-control" type="text" value="ایران" disabled><!-- country text box -->
</div>
</div>
<!-- end country section -->
<!-- start exact address section -->
<div class="row my-1 text-right">
<label class="col-5">آدرس دقیق</label><!-- exact address label -->
<div class="col-6">
<textarea rows="4" class="form-control"></textarea><!-- exact address text box -->
</div>
</div>
<!-- end exact address section -->
<!-- start bank account section -->
<div class="row my-2 text-right">
<button class="btn bg-light w-75 m-auto">حساب بانکی</button>
</div>
<!-- end bank account section -->
<!-- save or cancel btns -->
<div class="row my-3">
<!-- cancel btn section -->
<div class="col-6">
<div>
<button type="button" class="btn rounded w-100 text-4 border-2-red bg-transparent hover-text-3 hover-bg-1 shadow">لغو</button>
</div>
</div>
<!-- end cancel btn section -->
<!-- save btn section -->
<div class="col-6">
<div>
<button type="button" class="btn rounded w-100 text-4 border-2-green bg-transparent hover-text-3 hover-bg-6 shadow">ذخیره</button>
</div>
</div>
<!-- end save btn section -->
</div>
<!-- end save or cancel btns -->
</form>
</div>
<!-- End mainBody -->
<div style="clear: both;height: 60px;"></div> <!-- this is for spacing the navigation and body -->
<!-- for treeview -->
<script>
var toggler = document.getElementsByClassName("caret");
var i;
for (i = 0; i < toggler.length; i++) {
toggler[i].addEventListener("click", function() {
this.parentElement.querySelector(".nested").classList.toggle("open");
this.classList.toggle("caret-down");
});
}
</script>
<!-- end for treeview -->
</body>
</html>