| 7226 |
anupam.sin |
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 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 7325 |
anupam.sin |
5 |
<link rel="stylesheet" href="/storewebsite/css/storewebsite.css" type="text/css" />
|
| 7226 |
anupam.sin |
6 |
</head>
|
|
|
7 |
|
|
|
8 |
<body style="margin: 0;">
|
| 7293 |
anupam.sin |
9 |
<div style="line-height:35px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
|
| 7386 |
anupam.sin |
10 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
|
| 19706 |
amit.gupta |
11 |
<a style="color:white;margin-right:25px;" href="/storewebsite/!doLogout">Logout</a>
|
|
|
12 |
#if($action.getOCRSession())
|
| 7343 |
anupam.sin |
13 |
<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
|
| 7293 |
anupam.sin |
14 |
<span id="editPriceButton" style="color:white;cursor:pointer;text-decoration:underline;display:none;">Edit</span>
|
|
|
15 |
<span id="editPriceSpan" style='display:none;'>
|
|
|
16 |
<input id="editPriceBox" type="text" style="height: 15px;font-size: 14px;" value=""></input>
|
|
|
17 |
<input id="priceFixButton" style='margin:0px;' type="button" value="OK" class="submitButton"></input>
|
|
|
18 |
</span>
|
| 19706 |
amit.gupta |
19 |
#end
|
| 7226 |
anupam.sin |
20 |
</div>
|
|
|
21 |
|
|
|
22 |
<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
|
| 7483 |
anupam.sin |
23 |
<img style="float:left;" src="/storewebsite/images/hotspotLogoBlue.jpg">
|
| 7226 |
anupam.sin |
24 |
<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
|
| 7386 |
anupam.sin |
25 |
|
| 7226 |
anupam.sin |
26 |
</div>
|
|
|
27 |
|
|
|
28 |
<div id="main" style="float:left;width:66%;min-width:900px;overflow: hidden;">
|
|
|
29 |
<div style="float:left;margin:25px;height:481px;width:311px;padding:5px;border:1px solid #AAAAAA;">
|
| 7323 |
anupam.sin |
30 |
<img src='$imageSource' height="481px" width="311px"></img>
|
| 7226 |
anupam.sin |
31 |
</div>
|
|
|
32 |
|
|
|
33 |
<div style="overflow: hidden;position: relative;">
|
|
|
34 |
|
| 7323 |
anupam.sin |
35 |
<h2 style="margin-top: 25px;">$productName</h2>
|
|
|
36 |
|
| 7226 |
anupam.sin |
37 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
|
|
38 |
|
|
|
39 |
<form id="pincodeForm" action="/storewebsite/home">
|
|
|
40 |
Please enter the pincode<br>
|
| 7323 |
anupam.sin |
41 |
<input type="hidden" name="product_id" value="$product_id">
|
| 7226 |
anupam.sin |
42 |
<input id="pincodeText" name="pin" type="text" maxlength="6" class='orderInputBox w150'>
|
|
|
43 |
<input id="pincodeSubmit" type="submit" value="submit" class="submitButton">
|
|
|
44 |
</form>
|
|
|
45 |
|
|
|
46 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
| 7323 |
anupam.sin |
47 |
|
| 7343 |
anupam.sin |
48 |
#if($bestDealText && !$bestDealText.isEmpty())
|
|
|
49 |
<fieldset style="padding: 5px 0 10px 10px;border: 1px solid #CCCCCC;color: #666666;">
|
| 7323 |
anupam.sin |
50 |
<legend style="color: RED;">BEST DEAL</legend>
|
| 7343 |
anupam.sin |
51 |
$bestDealText
|
| 7323 |
anupam.sin |
52 |
</fieldset>
|
|
|
53 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
| 7343 |
anupam.sin |
54 |
#end
|
| 7323 |
anupam.sin |
55 |
|
| 7226 |
anupam.sin |
56 |
<span id='loading' style="display:none;width:200px;height: 30px;background: url('/storewebsite/images/loading.gif') no-repeat 8px 0;padding-left: 45px;padding-top: 7px;">Please Wait ...</span>
|
| 7343 |
anupam.sin |
57 |
|
| 7226 |
anupam.sin |
58 |
<div id="priceDiv"></div>
|
|
|
59 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
|
|
60 |
|
|
|
61 |
<form id='shippingAddress' action='/storewebsite/payment-details' method='post' onsubmit="return validateAddress()" style="display:none;margin-bottom:20px;">
|
|
|
62 |
<fieldset style='border:1px solid #CCCCCC;color:#666666'>
|
|
|
63 |
<legend style='color:#2789C1;font-size:17px;font-weight:bold;'>SHIPPING INFO</legend>
|
| 7358 |
anupam.sin |
64 |
<div class='addressLine'><div class='addressText'>Name<span class='mandatory'>*</span> </div><input name="name" type="text" class='orderInputBox w300'></input></div>
|
| 7386 |
anupam.sin |
65 |
<div class='addressLine'><div class='addressText'>Email<span class='mandatory'>*</span> </div><input name="email" type="text" class='orderInputBox w300'></input></div>
|
| 7358 |
anupam.sin |
66 |
<div class='addressLine'><div class='addressText'>Mobile Number<span class='mandatory'>*</span> </div><input name="phone" type="text" maxlength='10' class='orderInputBox plus91'></input></div>
|
| 7386 |
anupam.sin |
67 |
<div class='addressLine'><div class='addressText'>Address Line 1<span class='mandatory'>*</span> </div><input maxlength='40' class='orderInputBox w300' name="line1" type="text"></input></div>
|
| 7248 |
anupam.sin |
68 |
<div class='addressLine'><div class='addressText'>Address Line 2 </div><input name="line2" type="text" class='orderInputBox w300'></input></div>
|
| 7358 |
anupam.sin |
69 |
<div class='addressLine'><div class='addressText'>City<span class='mandatory'>*</span> </div><input name="city" type="text" class='orderInputBox w300'></input></div>
|
| 7386 |
anupam.sin |
70 |
<div class='addressLine'><div class='addressText'>State<span class='mandatory'>*</span> </div>
|
|
|
71 |
<select class="select_state" name="state" id="shipState" style='font-size:15px;height:25px;'>
|
|
|
72 |
<option value="">Select State</option>
|
|
|
73 |
<option value="Andaman & Nicobar Island">Andaman & Nicobar Island</option>
|
|
|
74 |
<option value="Andhra Pradesh">Andhra Pradesh</option>
|
|
|
75 |
<option value="Arunachal Pradesh">Arunachal Pradesh</option>
|
|
|
76 |
<option value="Assam">Assam</option>
|
|
|
77 |
<option value="Bihar">Bihar</option>
|
|
|
78 |
<option value="Chandigarh">Chandigarh</option>
|
|
|
79 |
<option value="Chattisgarh">Chattisgarh</option>
|
|
|
80 |
<option value="Dadra & Nagar Haveli">Dadra & Nagar Haveli</option>
|
|
|
81 |
<option value="Daman & Diu">Daman & Diu</option>
|
|
|
82 |
<option value="Delhi">Delhi</option>
|
|
|
83 |
<option value="Goa">Goa</option>
|
|
|
84 |
<option value="Gujarat">Gujrat</option>
|
|
|
85 |
<option value="Haryana">Haryana</option>
|
|
|
86 |
<option value="Himachal Pradesh">Himachal Pradesh</option>
|
|
|
87 |
<option value="Jammu & Kashmir">Jammu & Kashmir</option>
|
|
|
88 |
<option value="Jharkhand">Jharkhand</option>
|
|
|
89 |
<option value="Karnataka">Karnataka</option>
|
|
|
90 |
<option value="Kerala">Kerala</option>
|
|
|
91 |
<option value="Lakshadweep">Lakshadweep</option>
|
|
|
92 |
<option value="Madhya Pradesh">Madhya Pradesh</option>
|
|
|
93 |
<option value="Maharashtra">Maharashtra</option>
|
|
|
94 |
<option value="Manipur">Manipur</option>
|
|
|
95 |
<option value="Meghalaya">Meghalaya</option>
|
|
|
96 |
<option value="Mizoram">Mizoram</option>
|
|
|
97 |
<option value="Nagaland">Nagaland</option>
|
|
|
98 |
<option value="Orissa">Orissa</option>
|
|
|
99 |
<option value="Pondicherry">Pondicherry</option>
|
|
|
100 |
<option value="Punjab">Punjab</option>
|
|
|
101 |
<option value="Rajasthan">Rajasthan</option>
|
|
|
102 |
<option value="Sikkim">Sikkim</option>
|
|
|
103 |
<option value="Tamil Nadu">Tamil Nadu</option>
|
|
|
104 |
<option value="Tripura">Tripura</option>
|
|
|
105 |
<option value="Uttar Pradesh">Uttar Pradesh</option>
|
|
|
106 |
<option value="Uttarakhand">Uttarakhand</option>
|
|
|
107 |
<option value="West Bengal">West Bengal</option>
|
|
|
108 |
</select>
|
|
|
109 |
</div>
|
|
|
110 |
|
|
|
111 |
|
| 7226 |
anupam.sin |
112 |
<div class='addressLine'><div class='addressText'>Pincode </div><span id="pinSpan" class="infoValue"></span></div>
|
|
|
113 |
<div class='addressLine' style='text-align:center;'>
|
| 7293 |
anupam.sin |
114 |
<input id="pincodeInput" type="hidden" name="pincode" value=""></input>
|
| 7323 |
anupam.sin |
115 |
<input type="hidden" name="product_id" value="$product_id"></input>
|
|
|
116 |
<input type="hidden" name="price" value="$price"></input>
|
| 7293 |
anupam.sin |
117 |
<input type="hidden" name="advanceAmount" value=""></input>
|
| 7529 |
anupam.sin |
118 |
<input type="hidden" name="minAdvanceAmount" value=""></input>
|
| 7293 |
anupam.sin |
119 |
<input type="hidden" name="deliveryDate" value=""></input>
|
|
|
120 |
<input type='hidden' name='maxPrice' value=''></input>
|
|
|
121 |
<input type='hidden' name='minPrice' value=''></input>
|
| 7323 |
anupam.sin |
122 |
<input type='hidden' name='productName' value='$productName'></input>
|
|
|
123 |
<input type='hidden' name='bestDealText' value=''></input>
|
|
|
124 |
<input type='hidden' name='catalogItemId' value='$item.getCatalogItemId()'></input>
|
| 7226 |
anupam.sin |
125 |
<input class="submitButton" type="submit" style="background-color:orange;color:black;" value="NEXT">
|
|
|
126 |
<input id="changePincode" class="submitButton" type="button" value="Change Pincode">
|
|
|
127 |
</div>
|
|
|
128 |
</fieldset>
|
|
|
129 |
</form>
|
|
|
130 |
|
|
|
131 |
</div>
|
|
|
132 |
</div>
|
|
|
133 |
</body>
|
| 7325 |
anupam.sin |
134 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-1.4.2.js"></script>
|
|
|
135 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-ui.min.js"></script>
|
|
|
136 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.colorbox-min.js"></script>
|
|
|
137 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.validate.js"></script>
|
|
|
138 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.dataTables.min.js"></script>
|
| 7695 |
anupam.sin |
139 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/storewebsite_20130704.js"></script>
|
| 7325 |
anupam.sin |
140 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.ui.autocomplete.js"></script>
|
| 7226 |
anupam.sin |
141 |
</html>
|