Subversion Repositories SmartDukaan

Rev

Rev 20427 | Rev 20519 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20427 kshitij.so 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<title>Hotspot Store | Contact Us</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
7
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
8
#include ( "templates/commoncssfiles.vm" )
9
</head>
10
<body>
11
#include("templates/header.vm")
12
 
13
<!--Contact Us Starts Here-->
14
 
15
<div class="contactUs_Container">
16
 
17
<img src="images/_contact_us_banner.gif" class="contactUs_Image" />
18
 
19
<p><strong>You may be able to find an answer to your query in our help pages.</strong><br />
20
 
21
If our help pages did not provide an answer to your question, please complete the form below. Mandatory fields are marked with*<br /><br />
22
You can also call us on our Toll Free <strong>1800 419 1133</strong><br />
20518 kshitij.so 23
OR Mail us at <strong><a href="mailto:wecare@spicehotspot.co.in" target="_top">wecare@spicehotspot.co.in</a></strong>
20427 kshitij.so 24
</p>
25
 
26
<div class="contactUs_formContainer">
27
<div class="contactUs_formContainerLeft">
28
<ul class="contactUs_formUL">
29
<li>Name*</li>
30
<li>Email*</li>
31
<li>City</li>
32
<li>State</li>
33
<li>Mobile Number</li>
34
<li>Catergory*</li>
35
<li>Message</li>
36
</ul>
37
</div>
38
 
39
<div class="contactUs_formContainerRight">
40
<ul class="contactUs_formUL">
41
<li><input type="text" style="width:250px;" /></li>
42
<li><input type="text" style="width:250px;" /></li>
43
<li><input type="text" style="width:250px;" /></li>
44
<li><input type="text" style="width:250px;" /></li>
45
<li><input type="text" style="width:250px;" /></li>
46
<li><select>
47
  <option>Corporate</option>
48
  <option>General</option>
49
  <option>Feedback</option>
50
  <option>Bulk</option>
51
</select></li>
52
<li><textarea class="contactUs_TextArea"></textarea></li>
53
<li><input type="button" class="contactUs_submit" value="SUBMIT" /></li>
54
</ul>
55
</div>
56
</div>
57
</div>
58
 
59
 
60
<!--Contact Us Starts Ends Here-->
61
 
62
 
63
 
64
#include("templates/footer.vm")
65
 
66
</body>
67
</html>