-
Notifications
You must be signed in to change notification settings - Fork 0
/
Feedback.html
357 lines (292 loc) · 13 KB
/
Feedback.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
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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<html>
<head>
<title>Sign Up</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css\jquery.mobile-1.4.5.min.css">
<link rel="stylesheet" type="text/css" href="css\feedback.css">
<link rel="stylesheet" type="text/css" href="css\general.css">
<script src="Jquery\jquery-1.11.3.min.js"></script>
<script src="Jquery\jquery.mobile-1.4.5.min.js"></script>
<script src="Jquery\feedback.js"></script>
<link rel="stylesheet" type="text/css" href="css\HomePage.css">
<link rel="stylesheet" type="text/css" href="css\ChromeItems.css">
</head>
<body>
<div class="header">
<div id="shortSlider">
<div class="tag-slider">
<div class="marquee down" id="marquee-down-text">
<div class="sliding-words-wrapper">
<div class="sliding-words">
<span> Buy 2 coca cola & Get 1 FREE </span>
<span> Fresh Fruits & Vegies - Try Now </span>
<span> Vouchers for expenses above 5K! </span>
</div>
</div>
</div>
</div>
</div>
<div id="myNav" class="overlay">
<p href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</p>
<img class="logoPanel" src= "images\logoPanel.png"></img>
<img class="logo" src= "images\logo.png"></img>
<img class="menueLine" src= "images\menueLine.png"></img>
<p class=logoTittle>Treemart</p>
<div class="greenLine"></div>
<div class="overlay-content">
<div class="accountSection">
<a href="login.html" rel="external">Login</a>
<br>
<a href="signup.html" rel="external">Signup</a></div>
<br><br>
<a href="home.html" rel="external">Home</a>
<br>
<a href="favourites.html" rel="external">Favorites</a>
<br>
<a href="#" rel="external">Shopping Cart</a>
<br>
<a href="Competition.html" rel="external">Competition</a>
<br><br>
<a href="StoreLocate.html" rel="external">Store Locator</a>
<br>
<a href="AboutUs.html" rel="external">About Us</a>
<br>
<a href="Feedback.html" rel="external">System Feedback</a>
<br>
</div>
</div>
<div class="navigationPanel">
<img class="logoPanelNavBar" src= "images\logoPanelNavBar.png">
<img class="logoNavBar" src= "images\logoNavBar.png">
<p class=logoTittleNavBar>Treemart</p>
<img class="QRScanLogo" src= "images\QRScan.png">
<p class=seperatorOne>|</p>
<img class="accountIcon" src= "images\accountIcon.png">
<p class=seperatorTwo>|</p>
<img class="loginIcon" src= "images\login.png">
<p class=loginWordIcon>Login</p>
<img class="signUpIcon" src= "images\signUpIcon.png">
<p class=signUpWordIcon>Sign Up</p>
<img class="QRScanBig" src= "images\QRScanBig.png">
<p class=QRScanBigWord>QR Scan</p>
<img class="cartGreen" src= "images\cartGreen.png">
<p class=cartGreenWord>Cart</p>
<img class="cartIcon" src= "images\cartIcon.png">
<p class=QRScanTittle>QR Scan</p>
<p class=account>Account</p>
<p class=cart>Cart</p>
<p class=horizontalLineSeperator src="images\horizontalSepratorLine.png"></p>
<input type="text" class="searchBar" style="padding-left:10px;" id="searchbox" placeholder=" Enter your search item(s) here...">
<p class="categories" style="padding-left:5px;" onclick="openNav2()">▼Categories</p>
<span class="hamburgerMenuIcon" style="cursor:pointer" onclick="openNav()">☰ </span>
<img class="searchButton" src = "images\searchIcon.png" >
</div>
<div id="myNav2" class="overlay2">
<p href="javascript:void(0)" class="closebtn2" onclick="closeNav2()"><span style="color: #333333;">×</span></p>
<img class="logoPanel2" src= "images/logoPanel.png"></img>
<img class="logo2" src= "images/logo.png"></img>
<img class="menueLine2" src= "images/muneLineBlack.png"></img>
<p class="logoTittle2">Treemart</p>
<div class="greenLine2"></div>
<div class="overlay-content2">
<a style="text-align:left;" href="#">Frozen Foods <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Pharmacy <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Grocery <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Household <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Liqour <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Beverages <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Homeware <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Vegetables <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Meat <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Milk Powder <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Chocolates <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Soft Drinks <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Fruits <span style="float:right;">▼</span> </a>
<br>
<a style="text-align:left;" href="#">Biscuits <span style="float:right;">▼</span> </a>
<br>
</div>
</div>
</div>
<div data-role="page" class="header-page">
<div class="background-pic"></div>
<div role="main" class="ui-content signup-main-wrapper">
<div class="main-wrapper">
<h4 id="treemart" style="width:160px;">System Feedback</h4>
<form class="signup-wrapper" rel="external">
<br/>
<center><span id= "feedack-welcome"> We welcome your Feedback</span></center>
<br/><br/>
<div class="left">
<label for="txt-title">Category:<span class="star">*</span></label>
<div id="title_drop_down">
<select>
<option value="" selected>Delivery Related</option>
<option value="mr">Product Related</option>
<option value="mrs">Payment Related</option>
<option value="miss">Webapp Related</option>
</select>
</div>
</div>
<div class="right">
<label for="txt-name">First Name:<span class="star">*</span></label>
<input type="text" name="txt-name" id="txt-name" value="" required>
</div>
<div class="left">
<label for="txt-email">Last Name:</label>
<input type="text" name="txt-email" id="txt-email" value="">
</div>
<div class="right">
<label for="txt-ph-number">Home Address:</label>
<input type="text" name="txt-ph-number" id="txt-ph-number" value="">
</div>
<div class="left">
<label for="txt-address">Contact Number:</label>
<input type="tel" name="txt-ph-number" id="txt-ph-number" value="" pattern="^\d{10}$" title="Ten Digits Require">
</div>
<!--<div class="right">
<span class="hide-in-iphone"><label for="txt-address" style="opacity: 0;">Address<span class="star">*</span></label></span>
<input type="text" name="txt-address-city" id="txt-address-city" value="">
<label class="signup-placeholder">City</label>
</div>-->
<div class="right">
<label for="txt-email">E-mail</label>
<input type="text" name="txt-email" id="txt-email" value="" pattern="[A-Za-z0-9._%+-]+@[^ @]+\.[A-Za-z]{1,63}$" title="enter valid email address">
</div>
<br/>
<div class="feedback-message">
<label for="txt-name">Message:<span class="star">*</span></label>
<textarea name="message" id="feedback-message" placeholder="Enter your feedback here..." required>></textarea>
</div>
<label class="required">* Required Fields</label>
<br/> <br/>
<div class="submit-wrapper">
<center> <input type="submit" value="Submit Feedback"></center>
<!-- <center> <a href="#dlg-sign-up-sent" data-rel="popup" data-transition="pop" data-position-to="window" id="btn-submit" class="ui-btn ui-btn-b ui-corner-all mc-top-margin-1-5">Submit</a></center> -->
</div>
</form>
</div>
</div><!-- /content -->
<div class="goToTopButton">
<img class="goToUpImage" src="images\goToUp.png">
<p class="goToUpWord"><b>TOP</b></p>
</div>
<div class="collapseFooter" >
<button class="collapsible"><b>Our Social Network</b></button>
<div class="content"><br>
<img class="socialNetworkIcon" src="images\facebookIcon.png">
<img class="socialNetworkIcon" src="images\instergramIcon.png">
<img class="socialNetworkIcon" src="images\linkedinIcon.png">
<img class="socialNetworkIcon" src="images\twitterIcon.png">
<img class="socialNetworkIcon" src="images\yelpIcon.png">
<img class="socialNetworkIcon" src="images\youtubeIcon.png">
<img class="socialNetworkIcon" src="images\pinterestIcon.png">
<img class="socialNetworkIcon" src="images\whatsappIcon.png">
</div>
<button class="collapsible"><b>Locations & Contact Details</b></button>
<div class="content">
<div class="contactInfo">
<h2><img class="smallIconContactDetails" src="images\office.png"> Head Office</h2>
<p ><pre>
Treemart HO
No. 571,
High Level road,
Delkanda,
Nugegoda</pre>
</div>
<hr>
<div class="contactInfo">
<h2 ><img src="images\contact.png"> Contact Number</h2>
<p><pre>
Call Now: 0115128128 / 0770128128
Fax Now: 0115128128 / 0110128128</pre>
</p>
</div>
<hr>
<div class="contactInfo">
<h2 ><img src="images\email.png"> Email</h2>
<p> <pre>
Customer Inqueries:
Treemart.CusCare@tm.lk
Apply for an Opportunity:
Treemart.Careers@tm.lk
</pre>
</p>
</div>
</div>
<button class="collapsible"><b> Additional Information</b></button>
<div class="content">
<div class="contactInfo">
<h2 >We offer</h2>
<img class="financekIcon"src="images\master.png">
<img class="financekIcon"src="images\stripe.png">
<img class="financekIcon"src="images\visa.png">
<img class="financekIcon"src="images\paypal.png">
<br>
<hr>
<h2 >System Feedback & Regulations</h2>
<p> FAQ<img class="linkIcon"src="images\link.png"></p>
<p> TERMS & CONDITIONS<img class="linkIcon"src="images\link.png"></p>
<p> PRIVACY POLICY<img class="linkIcon"src="images\link.png"> </p>
<p>Partners<img class="linkIcon"src="images\link.png"></p>
<p>Feedback<img class="linkIcon"src="images\link.png"></p>
<p>Site Map<img class="linkIcon"src="images\link.png"></p>
<br>
</div>
</div>
<div class="subscribeBar">
</div>
<p class="newslaterWord">Newsletter Subscribe </p>
<img class="newsletterLine" src="images\newsletterLine.png">
<p class="newsInfo">Subscribe with Treemart to be inspired with all in-store & online promotions, latest culinary adventures, lifestyle tips and much more.</p>
<!-- <input class="subButton" placeholder="Type your email in here..."></input> -->
<p class="subWord"> Subscribe Now</p>
<footer class="devInfo">
<p class="copyrightInfo">Copyright © 2002- 2019 . M M (Pvt) Ltd.</p>
</footer>
</div><!-- /page -->
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
<script>
function openNav2() {
document.getElementById("myNav2").style.width = "100%";
}
function closeNav2() {
document.getElementById("myNav2").style.width = "0%";
}
</script>
</body>
</html>