-
Notifications
You must be signed in to change notification settings - Fork 0
/
purchase.html
290 lines (269 loc) · 12 KB
/
purchase.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!--CSS Import-->
<link rel="stylesheet" href="css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/qolak.header.css">
<link rel="stylesheet" href="css/qolak.body.css">
<link rel="stylesheet" href="css/qolak.footer.css">
<!--IntroJS CSS Import-->
<link rel="stylesheet" href="css/introjs.min.css">
<link rel="stylesheet" href="css/introjs-rtl.min.css">
<link rel="stylesheet" href="img/intro-themes/introjs-nassim.css">
<!--JavaScript Import-->
<script src="js/jquery.min.js"></script>
<script src="js/materialize.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<!--IntroJS JavaScript Import-->
<script src="js/intro.min.js"></script>
<!--Scripts for initializing some objects for materializecss-->
<script src="js/qolak.js"></script>
<script type="text/javascript" src="js/jquery-asPieProgress.js"></script>
<!--Purchase CSS Import-->
<link rel="stylesheet" href="css/purchase.css">
<!--Purchase JavaScript Import-->
<script src="js/purchase.js"></script>
<script src="js/jquery.easing.min.js"></script>
</head>
<body>
<div id="introDiv" data-intro="به قلک خوش آمدید!" data-step="1" data-position="bottom"></div>
<div class="followMeBar" data-intro="برای شروع، میتوانید یک قلک بسازید تا مردم از شما حمایت مالی کنند! همچنین میتوانید در سایت جستجو کنید یا به مجله های ما که حاوی آخرین اخبار مربوط به قلک است، سری بزنید!" data-step="2" data-position="bottom">
<!--User Dropdown Initialization-->
<ul id="user-dropdown" class="dropdown-content">
<li><a href="http://qolak.com/user/profile">حساب کاربری</a></li>
<li><a href="http://qolak.com/user/settings">تنظیمات</a></li>
<li><a href="http://qolak.com/user/qolak">قلک من</a></li>
<li class="divider"></li>
<li><a href="http://qolak.com/logout">خروج</a></li>
</ul>
<!--Top Navigation Bar-->
<nav class="light-blue lighten-1" role="navigation">
<div class="container">
<!--Logo Container-->
<ul id="logo-container" class="right">
<li>
<a href="http://qolak.com" class="brand-logo right">قلک</a>
</li>
</ul>
<!--User Dropdown Container-->
<ul id="dropdown-container" class="right">
<li>
<a href="" class="dropdown-button" data-activates="user-dropdown" data-beloworigin="true"><i id="arrow" class="material-icons small">arrow_drop_down</i>آقای محمدی</a>
</li>
</ul>
<!--Search-Field for Large Screen-->
<input id="search-field" type="hidden" value="mehrdad">
<ul id="searchbar" class="right hide-on-med-and-down">
<li>
<form>
<div class="input-field">
<input id="search" type="search" required class="search-field">
<label for="search"><i class="material-icons">search</i></label>
</div>
</form>
</li>
</ul>
<!--Sidebar Menu Button-->
<a id="menu-button" href="" data-activates="nav-mobile" class="button-collapse show-on-large"><i class="material-icons">menu</i></a>
<!--Top Links Container-->
<ul id="top-button-container" class="hide-on-med-and-down left">
<li>
<a id="introButton" href="#" onclick="startIntro();"><i class="material-icons left">live_help</i>راهنمایی</a>
</li>
<li>
<a href="http://qolak.com/blog"><i class="material-icons left">description</i>مجله</a>
</li>
<li class="active">
<a href="http://qolak.com/create"><i class="material-icons left">queue</i>ساخت قلک</a>
</li>
</ul>
<!--Sidebar Items-->
<ul id="nav-mobile" class="side-nav">
<li id="sidebar-title" class="light-blue darken-1">
<h4 style="border-bottom: 2px; padding-bottom:5px;">منو</h4>
</li>
<li id="search-li" class="center hide-on-large-only">
<form id="search">
<div class="input-field">
<input placeholder="جستجو" id="sidebar-search" type="text" class="search-field">
<label for="sidebar-search"><i class="material-icons">search</i></label>
</div>
</form>
</li>
<li class="center hide-on-large-only">
<a href="#" onclick="startIntro();">راهنمایی</a>
</li>
<li class="center hide-on-large-only">
<a href="#">ساخت قلک</a>
</li>
<li class="center hide-on-large-only">
<a href="#">مجله</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- ******************************************************************** -->
<div class="container followMeBar white">
<div class="row white-text">
<ul class="progress-nav col s12 m8 offset-m2 center">
<li id="cart-li" class="">سبد</li>
<li id="baker-li" class="">مشخصات</li>
<li id="checkout-li" class="">پرداخت</li>
</ul>
</div>
<div class="divider"></div>
</div>
<div class="steps">
<div id="cart" class="container cart-section tab active">
<h4>سبد</h4>
<table class="cart-obj bordered striped centered" >
<thead>
<tr>
<th data-field="id">شرح کمک</th>
<th data-field="name">مبلغ کمک</th>
<th data-field="price">اصلاح</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<img class="responsive-img right" src="img/camp.png"/>
<span>کمک به محرومین نیازمند</span>
</td>
<td>670,000 ریال</td>
<td><a href="#"><i class="material-icons">remove_circle</i></a></td>
</tr>
<tr>
<td>
<img class="responsive-img right" src="img/camp.png"/>
<span>کمک به محرومین نیازمند</span>
</td>
<td>6,700 ریال</td>
<td><a href="#"><i class="material-icons">remove_circle</i></a></td>
</tr>
<tr>
<td>
<img class="responsive-img right" src="img/camp.png"/>
<span>کمک به محرومین نیازمند</span>
</td>
<td>670 ریال</td>
<td><a href="#"><i class="material-icons">remove_circle</i></a></td>
</tr>
</tbody>
</table>
<div class="row">
<div class="col s12 m5 l4">
<div class="card-panel light-blue lighten-1 center-align">
<h5 class="white-text">جمع کل مبلغ کمک</h5>
<div class="divider row"></div>
<h6 class="white-text">67,000,000 ریال</h6>
</div>
</div>
</div>
<div class="divider row"></div>
<div class="container center">
<h5><a class="waves-effect waves-light btn-large move-step" href="#baker">تایید محتویات سبد</a></h5>
</div>
</div>
<div id="baker" class="tab">
<div class="container row">
<h4>مشحصات شما</h4>
<div class="col s12 m8 offset-m2 left">
<div class="input-field col s12">
<input value="مهرداد" id="first_name" type="text" class="validate">
<label class="active" for="first_name">نام</label>
</div>
<div class="input-field col s12">
<input value="محمدی" id="first_name" type="text" class="validate">
<label class="active" for="first_name">نام خانوادگی</label>
</div>
<div class="input-field col s12">
<i class="material-icons prefix">mail</i>
<input value="[email protected]" id="email" type="text" class="validate">
<label class="active" for="email">ایمیل</label>
</div>
</div>
<img class="responsive-img col s6 offset-s3 m2 circle" src="img/profile.jpg">
<div class="input-field col s12">
<i class="material-icons prefix">directions</i>
<textarea id="textarea1" class="materialize-textarea"></textarea>
<label for="textarea1">آدرس(اختیاری)</label>
</div>
</div>
<div class="divider row"></div>
<div class="container row">
<a class="waves-effect waves-light btn-large move-step row col s12 m5 offset-m2" href="#checkout">
<h4 class="">
تایید مشخصات و تکمیل خرید
</h4>
</a>
<a class="waves-effect waves-light btn-large move-step col s12 m2 offset-m1 grey" href="#cart"><i class="material-icons center">forward</i></a>
</div>
</div>
<div id="checkout" class="tab">
<div class="container row">
<div class="col m4 hide-on-small-only row">
<img class="responsive-img right" src="img/heart.png"/>
</div>
<div class="col s12 m8">
<h5 class="blue-text">از کمک شما متشکریم</h5>
<h5>مهرداد محمدی عزیز</h5>
<h6>
ما در گروه قلک کمال تشکر را به خاطر انتخاب این سایت از شما داریم. ما تمام تلاش خود را می کنیم تا کمک ها شما در کمترین زمان و به نحو احسن به ثمر بنشیند.
</h6>
<h6>به محض تکمیل این قلک و انجام شدن آن شما را از طریق ایمیل در جریان کارها قرار می دهیم</h6>
<h6>با تشکر</h6>
</div>
<div class="col s12 center">
<a class="light-blue lighten-1 waves-effect waves-light btn-large checkout-btn" href="index.html">
<h4>
بازگشت به صفحه اصلی قلک
</h4>
</a>
</div>
</div>
</div>
</div>
<!-- ******************************************************************** -->
<footer class="page-footer light-blue lighten-1">
<div class="container">
<div class="row">
<div class="col l8 s12 right">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="#!">Link 1</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 2</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 3</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 4</a></li>
</ul>
</div>
<div id="newsletter-pane" class="col l4 s12 news-latter light-blue darken-2 hoverable" data-intro="در خبرنامه ما عضو شوید تا آخرین اخبار راجع به قلک را برای شما ایمیل کنیم!" data-step="5" data-position="top">
<h5 class="white-text">در جریان باشید</h5>
<p class="grey-text text-lighten-4">ایمیل خود را در کادر زیر وارد کنید تا شما را در جریان اخبار روز قرار دهیم</p>
<div class="input-field col s12 white-text">
<input id="email" type="email" class="validate">
<label class="white-text" for="email">ایمیل</label>
<button class="btn btn-medium waves-effect waves-light light-blue darken-4 text-right" type="submit" name="action">عضویت
<i class="Large material-icons">send</i>
</button>
</div>
</div>
</div>
</div>
<div class="footer-copyright light-blue">
<div class="container">
<a class="grey-text text-lighten-4 right" href="#!">لینک های دیگر</a>
<div class="cp left">تمامی حقوق این سایت، از جمله نشان قلک و نام تجاری قلک، محفوظ و متعلق به قلک است.
</div>
</div>
</div>
</footer>
</body>
</html>