Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
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">
7263 anupam.sin 5
    <link rel="stylesheet" href="css/storewebsite.css" type="text/css" />
7226 anupam.sin 6
</head>
7
 
8
<body style="margin: 0;">
9
	<div style="line-height:40px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
10
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
11
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Today's Collection : </span><span style="font-size:20px">3272</span>
12
    	<a style="margin:0px 25px 0px 25px;color:white" href="/rch/report">REPORTS</a>
13
    	<a style="color:white;" href="/rch/!doLogout">Logout</a>	
14
    </div>
15
 
16
	<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
17
    	<img style="float:left;" src="/rch/images/Hotspot-Logo.jpg">
18
		<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
19
        <img style="float:right;margin-right:20px;" src="/rch/images/Saholic-Logo.jpg">
20
    </div>
21
 
22
	<div id="main" style="float:left;width:66%;min-width:900px;overflow: hidden;">
23
		<div style="float:left;margin:25px;height:481px;width:311px;padding:5px;border:1px solid #AAAAAA;">
24
			<img src='/storewebsite/images/1.jpg' height="481px" width="311px"></img>
25
		</div>
26
 
27
		<div style="overflow: hidden;position: relative;">
28
 
29
			<h2 style="margin-top: 25px;">Product Name S10 Black</h2>
30
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
31
 
32
    		<fieldset style="padding: 5px 0 10px 10px;border: 1px solid #CCCCCC;color: #666666;">
33
    			<legend style="color: RED;">BEST DEAL</legend>
34
    			Soap free with this product.
35
    		</fieldset>
36
 
37
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
38
			<form id="pincodeForm" action="/storewebsite/home">
39
				Please enter the pincode<br>
40
				<input type="hidden" name="product_id" value="9161">
41
                <input id="pincodeText" name="pin" type="text" maxlength="6" class='orderInputBox w150'>
42
                <input id="pincodeSubmit" type="submit" value="submit" class="submitButton">
43
            </form>
44
 
45
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
46
			<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>
47
			<div id="priceDiv"></div>
48
 
49
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
50
 
51
			<form id='shippingAddress' action='/storewebsite/payment-details' method='post' onsubmit="return validateAddress()" style="display:none;margin-bottom:20px;">
52
                <fieldset style='border:1px solid #CCCCCC;color:#666666'>
53
                    <legend style='color:#2789C1;font-size:17px;font-weight:bold;'>SHIPPING INFO</legend>
7248 anupam.sin 54
					<div class='addressLine'><div class='addressText'>Name&nbsp;&nbsp;</div><input name="name" type="text" class='orderInputBox w300'></input></div>
55
					<div class='addressLine'><div class='addressText'>Mobile Number&nbsp;&nbsp;</div><input name="phone" type="text" maxlength='10' class='orderInputBox plus91'></input></div>
56
                    <div class='addressLine'><div class='addressText'>Address Line 1&nbsp;&nbsp;</div><input class='orderInputBox w300' name="line1" type="text"></input></div>
57
                    <div class='addressLine'><div class='addressText'>Address Line 2&nbsp;&nbsp;</div><input name="line2" type="text" class='orderInputBox w300'></input></div>
58
					<div class='addressLine'><div class='addressText'>City&nbsp;&nbsp;</div><input name="city" type="text" class='orderInputBox w300'></input></div>
59
					<div class='addressLine'><div class='addressText'>State&nbsp;&nbsp;</div><input name="state" type="text" class='orderInputBox w300'></input></div>
7226 anupam.sin 60
                    <div class='addressLine'><div class='addressText'>Pincode&nbsp;&nbsp;</div><span id="pinSpan" class="infoValue"></span></div>
61
					<div class='addressLine' style='text-align:center;'>
62
						<input class="submitButton" type="submit" style="background-color:orange;color:black;" value="NEXT">
63
						<input id="changePincode" class="submitButton" type="button" value="Change Pincode">
64
					</div>
65
					<input id="pincodeInput" type="hidden" name="pincode" value=""></input>
66
                </fieldset>
67
            </form>
68
 
69
		</div>
70
	</div>
71
</body>
7263 anupam.sin 72
<script language="javascript" type="text/javascript" src="js/jquery-1.4.2.js"></script>
73
<script language="javascript" type="text/javascript" src="/js/jquery-ui.min.js"></script>
74
<script language="javascript" type="text/javascript" src="js/jquery.colorbox-min.js"></script>
75
<script language="javascript" type="text/javascript" src="js/jquery.validate.js"></script>
76
<script language="javascript" type="text/javascript" src="js/jquery.dataTables.min.js"></script>
77
<script language="javascript" type="text/javascript" src="js/storewebsite.js"></script>
78
<script language="javascript" type="text/javascript" src="/js/jquery.ui.autocomplete.js"></script>
7226 anupam.sin 79
</html>