-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathWriteReviewModal.html
More file actions
120 lines (105 loc) · 3.84 KB
/
WriteReviewModal.html
File metadata and controls
120 lines (105 loc) · 3.84 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
<ac:pagelayout id="WriteReviewPage" showproscons="False">
<div class="clearfix">
<ac:widgetarea id="Top">
</ac:widgetarea>
$$PROFILEINACTIVE$$
<div class="col-lg-6 col-lg-offset-3 col-sm-8 col-sm-offset-2">
<ac:visibilityarea id="ExistingCustomers">
<div class="panel panel-default">
<div class="panel-heading">Existing Customers</div>
<div class="panel-body">If you have an account, $$LOGINLINK$$.</div>
</div>
</ac:visibilityarea>
<ac:visibilityarea id="ReviewForm">
<div class="panel panel-default">
<div class="panel-heading">
How do you rate this product?
</div>
<div class="panel-body">
<ac:layoutarea id="RatingListItem">
<div class="pad-10">
<div class="in-block v-mid">$$DIMENSIONNAME$$</div>
<div class="in-block v-mid">$$DIMENSIONRATING$$</div>
</div>
</ac:layoutarea>
<ac:visibilityarea id="SingleDimensionRating">
$$SINGLEDIMENSIONRATING$$
</ac:visibilityarea>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
Detail how you feel about this product. The title is optional, but you should at least
leave some comments about why you rated the product the way you did above.
</div>
<div class="panel-body">
<div class="pad-20 pad-b-only full-input">
<label>Title:</label>
<div>$$TITLEFIELD$$</div>
</div>
<div class="full-input">
<label>Review Body</label>
<div>
$$BODYFIELD$$
</div>
</div>
</div>
</div>
<ac:visibilityarea id="ProsCons">
<div class="panel panel-default">
<div class="panel-heading">Pick some keywords or adjectives that describe what you liked and/or disliked about the product
in particular, i.e. "price" or "quality."
</div>
<div class="panel-body">
<div class="pad-20 pad-b-only">Pros:
$$PROS$$
</div>
<div>
Cons:
$$CONS$$
</div>
</div>
</div>
</ac:visibilityarea>
<div class="panel panel-default">
<div class="panel-heading">
Your Information - Your email address will not be shown, but the rest of this information will be visible by anyone who can see the review.
</div>
<div class="panel-body">
<div class="pad-20 pad-b-only">
<label>$$DISPLAYNAMELABEL$$</label>
<div>$$DISPLAYNAMEFIELD$$</div>
</div>
<div class="pad-20 pad-b-only">
<label>Email</label>
<div>$$EMAILFIELD$$</div>
<small class="text-muted">To change your email address, please use the My Account page.</small>
</div>
<div class="pad-20 pad-b-only">
<label>Website:</label>
<div>$$WEBSITEFIELD$$</div>
</div>
<div class="pad-20 pad-b-only">
<label>Location:</label>
<div>$$LOCATIONFIELD$$</div>
</div>
<div>$$MAKEDEFAULTCHECKBOX$$</div>
</div>
</div>
<div style="text-align: right;">
<span class="RequiredStar">*</span> Indicates a Required Field<br>
$$CONTINUEBUTTON$$
</div>
<br>
</ac:visibilityarea>
<br>
<br>
<br>
<br>
<br>
<br>
<ac:widgetarea id="Bottom">
</ac:widgetarea>
</div>
</div>
</ac:pagelayout>