-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaged.html
More file actions
executable file
·323 lines (309 loc) · 18.7 KB
/
paged.html
File metadata and controls
executable file
·323 lines (309 loc) · 18.7 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
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> <!--320-->
<title>Write a review</title>
<meta name="description" content="">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<link rel="stylesheet" href="css/style.css">
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<!-- All JavaScript at the bottom, except this Modernizr build.
Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<body>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.<h3 class="legend">
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<header id="top">
<div class="inside">
<img src="img/buckle-logo.jpg" alt="Buckle" />
<ul id="formErrors">
<li>Oops! At least one required field was skipped.</li>
</ul>
</div>
</header>
<div id="main" role="main">
<form target="bv-submission-target"
id="bv-submission-form"
action="javascript:void(0);" method="POST">
<input type="hidden" name="passkey" value="" class="bv-noremember" />
<input type="hidden" name="action" value="preview" class="bv-noremember" />
<input type="hidden" name="apiversion" value="5.2" class="bv-noremember" />
<input type="hidden" name="callback" value="parent.rpc.returnSubmissionResponse" class="bv-noremember" />
<input type="hidden" name="productid" value="" class="bv-noremember" />
<input type="hidden" name="userid" value="" class="bv-noremember" />
<section id="page1">
<div class="progress">
<span class="current">1</span>
<span>2</span>
<span>3</span>
<span>4</span>
</div>
<fieldset id="fstars" class="incomplete required">
<div class="inside">
<div class="legend">How do you rate this product overall?</div>
<input type="radio" name="rating" id="overall-1" value="1" class="required" /> <label for="overall-1">*</label>
<input type="radio" name="rating" id="overall-2" value="2" /> <label for="overall-2">*</label>
<input type="radio" name="rating" id="overall-3" value="3" /> <label for="overall-3">*</label>
<input type="radio" name="rating" id="overall-4" value="4" /> <label for="overall-4">*</label>
<input type="radio" name="rating" id="overall-5" value="5" /> <label for="overall-5">*</label>
<em class="value">No selection</em>
</div>
</fieldset>
<fieldset id="frecommend" class="incomplete">
<div class="inside">
<div class="legend">Do you recommend this product?</div>
<span class="fieldgroup">
<span class="fieldpair">
<input type="radio" name="IsRecommended" id="recommend-1" value="true" />
<label for="recommend-1">Yes</label>
</span>
<span class="fieldpair">
<input type="radio" name="IsRecommended" id="recommend-2" value="false" />
<label for="recommend-2">No</label>
</span>
</span>
</div>
</fieldset>
<fieldset class="buttons">
<div class="inside">
<button id="page1buttonnext" class="nextButton" type="button">Next</button>
</div>
</fieldset>
</section>
<section id="page2" style="display: none;">
<div class="progress">
<span>1</span>
<span class="current">2</span>
<span>3</span>
<span>4</span>
</div>
<fieldset id="ftitle" class="incomplete required">
<div class="inside">
<label class="legend">Title of your review</label>
<input type="text" name="title" class="required" placeholder="Ex: Good price, okay features" />
</div>
</fieldset>
<fieldset id="freview" class="incomplete required">
<div class="inside">
<label class="legend">Your product review</label>
<textarea name="reviewtext" class="required" minlength="200"></textarea>
</div>
</fieldset>
<fieldset id="bv-rating-field" class="incomplete required" style="display:none;">
<div class="inside">
<div class="legend">How would you describe the fit of this product?</div>
<select name="rating_">
<option selected="selected" disabled="disabled"></option>
</select>
</div>
</fieldset>
<fieldset id="ftags" class="incomplete">
<div class="inside">
<div class="legend">How do you prefer to shop?</div>
<span class="fieldgroup">
<span class="fieldpair">
<input type="checkbox" name="contextdatavalue_Shopping" id="contextdatavalue_Shopping-1" value="InStore" />
<label for="contextdatavalue_Shopping-1">At the store</label>
</span>
<span class="fieldpair">
<input type="checkbox" name="contextdatavalue_Shopping" id="contextdatavalue_Shopping-2" value="Computer" />
<label for="contextdatavalue_Shopping-2">On my computer</label>
</span>
<span class="fieldpair">
<input type="checkbox" name="contextdatavalue_Shopping" id="contextdatavalue_Shopping-3" value="Mobile" />
<label for="contextdatavalue_Shopping-3">On my phone</label>
</span>
</span>
</div>
</fieldset>
<fieldset class="buttons">
<div class="inside">
<button id="page2buttonprevious" class="previousButton" type="button">Previous</button>
<button id="page2buttonnext" class="nextButton" type="button">Next</button>
</div>
</fieldset>
</section>
<section id="page3" style="display: none;">
<div class="progress">
<span>1</span>
<span>2</span>
<span class="current">3</span>
<span>4</span>
</div>
<fieldset id="fnickname" class="incomplete required">
<div class="inside">
<label class="legend">Choose a nickname</label>
<input type="text" name="usernickname" class="required"/>
</div>
</fieldset>
<fieldset id="flocation" class="incomplete">
<div class="inside">
<label class="legend">Where are you located?</label>
<input type="text" name="userlocation" />
</div>
</fieldset>
<fieldset id="fage" class="incomplete">
<div class="inside">
<div class="legend">What is your age?</div>
<select name="contextdatavalue_Age">
<option selected="selected" disabled="disabled"></option>
<option value="Under18">Under 18</option>
<option value="18to24">18-24</option>
<option value="25to34">25-34</option>
<option value="35to44">35-44</option>
<option value="45to54">45-54</option>
<option value="45to54">45-54</option>
<option value="55to64">55-64</option>
<option value="Over65">65 or Over</option>
</select>
</div>
</fieldset>
<fieldset id="fgender" class="incomplete">
<div class="inside">
<div class="legend">What is your gender?</div>
<select id="contextdatavalue_Gender" name="contextdatavalue_Gender">
<option selected="selected" disabled="disabled"></option>
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>
</div>
</fieldset>
<fieldset class="incomplete" id="contextdatavalue_FemaleBodyType" style="display:none;">
<div class="inside">
<div class="legend">Describe your body type:</div>
<select name="contextdatavalue_FemaleBodyType">
<option selected="selected" disabled="disabled"></option>
<option value="Athletic">Athletic</option>
<option value="Curvy">Curvy</option>
<option value="TallAndLean">Tall and Lean</option>
<option value="PearShaped">Pear Shaped</option>
<option value="Petite">Petite</option>
<option value="Slender">Slender</option>
</select>
</div>
</fieldset>
<fieldset class="incomplete" id="contextdatavalue_MaleBodyType" style="display:none;">
<div class="inside">
<div class="legend">Describe your body type:</div>
<select name="contextdatavalue_MaleBodyType">
<option selected="selected" disabled="disabled"></option>
<option value="Tall">Tall</option>
<option value="Short">Short</option>
<option value="Athletic">Athletic</option>
<option value="Thin">Thin</option>
<option value="Stocky">Stocky</option>
</select>
</div>
</fieldset>
<fieldset class="incomplete" id="contextdatavalue_PersonalStyle" style="display:none;">
<div class="inside">
<div class="legend">Describe your personal style:</div>
<select name="contextdatavalue_PersonalStyle">
<option selected="selected" disabled="disabled"></option>
<option value="Casual">Casual</option>
<option value="Polished">Polished</option>
<option value="Athletic">Athletic</option>
<option value="WestCoast">West Coast</option>
<option value="Edgy">Edgy</option>
</select>
</div>
</fieldset>
<fieldset id="fshop" class="incomplete">
<div class="inside">
<div class="legend">How often do you shop at Buckle?</div>
<select name="contextdatavalue_ShoppingFrequency">
<option selected="selected" disabled="disabled"></option>
<option value="EveryDay">Every Day</option>
<option value="OnceAWeek">Once a Week</option>
<option value="OnceAMonth">Once a Month</option>
<option value="OnceASeason">Once a Season</option>
<option value="OnceAYear">Once a Year</option>
</select>
</div>
</fieldset>
<fieldset id="femail" class="incomplete">
<div class="inside">
<label class="legend">Your email</label>
<input type="text" name="useremail" />
</div>
</fieldset>
<fieldset id="fnotify" class="incomplete">
<div class="inside">
<span class="fieldpair">
<input type="checkbox" checked="checked" name="sendemailalertwhenpublished" id="value-1" />
<label for="value-1">Notify me when my review is posted</label>
</span>
</div>
</fieldset>
<fieldset class="buttons">
<div class="inside">
<button id="page3buttonprevious" class="previousButton" type="button">Previous</button>
<button id="page3buttonnext" class="nextButton" type="button">Next</button>
</div>
</fieldset>
</section>
<section id="page4" style="display: none;">
<div class="progress">
<span>1</span>
<span>2</span>
<span>3</span>
<span class="current">4</span>
</div>
<fieldset id="fnetpromoter" class="incomplete">
<div class="inside">
<div class="legend">On a scale of 0 to 10, how likely are you to recommend Buckle to a friend?</div>
<input type="input" id="NetPromoterScore" name ="NetPromoterScore" />
<div class="slider-wrapper">
<div id="NetPromoterScore-slider"></div>
<div class="values">
<span class="never">Never</span>
<span class="maybe"> </span>
<span class="definitely">Definitely</span>
</div>
</div>
</div>
</fieldset>
<fieldset id="fnpscomment" class="incomplete npsComment">
<div class="inside">
<label class="legend">Please tell us why:</label>
<textarea name="netpromotercomment"></textarea>
</div>
</fieldset>
<fieldset class="buttons">
<div class="inside">
<button id="page4buttonprevious" class="previousButton" type="button">Previous</button>
<button id="submit" type="submit" class="nextButton">Post your review <img style="display:none;" id="spinner" src="img/ajax-loader.gif" alt="Loading"/></button>
</div>
</fieldset>
</section>
</form>
<a id="hack" href="#top"></a>
</div>
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://jzaefferer.github.com/jquery-validation/jquery.validate.js"></script>
<script src="js/libs/jquery-ui.min.js"></script>
<script src="js/libs/jquery.ui.touch-punch.min.js"></script>
<!-- scripts concatenated and minified via build script -->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="js/litsa.js"></script>
<script src="js/paged.js"></script>
<!-- end scripts -->
</body>
</html>