Subversion Repositories SmartDukaan

Rev

Rev 7248 | Go to most recent revision | Details | 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">
5
    <link rel="stylesheet" href="css/rechargewebapp_18042013.css" type="text/css" />
6
 
7
	<script language="javascript" type="text/javascript" src="js/jquery-1.4.2.js"></script>
8
    <script language="javascript" type="text/javascript" src="js/jquery.colorbox-min.js"></script>
9
    <script language="javascript" type="text/javascript" src="js/jquery.validate.js"></script>
10
    <script language="javascript" type="text/javascript" src="js/jquery.dataTables.min.js"></script>
11
    <script language="javascript" type="text/javascript" src="js/storewebsite.js"></script>
12
 
13
	<style>
14
		.mandatory {
15
			color:red;
16
		}
17
 
18
		.error {
19
    		border: 1px solid red;
20
            padding: 5px;
21
            text-align: center;
22
            color: red;
23
		}
24
 
25
		.infoText {
26
		color:#777777;
27
		font-weight:bold;
28
		}
29
 
30
		.infoDiv {
31
		padding:3px;
32
		}
33
 
34
		.infoValue {
35
		color:#2789C1;
36
		font-weight:bolder;
37
		}
38
 
39
		.mainsearch {
40
		box-shadow: 1px -1px 10px -1px #999999 inset;
41
		height: 30px;
42
		margin-top: 100px;
43
		margin-right: 5px;
44
		width: 450px;
45
		border: 1px solid #777777;
46
		padding: 2px 5px 2px 10px;
47
		font-size: 17px;
48
		color: #777777;
49
		}
50
 
51
		.orderInputBox {
52
		height: 26px;
53
		border: 1px solid #999999;
54
		padding: 2px 5px 2px 10px;
55
		font-size: 17px;
56
		color: #777777;
57
		box-shadow: 1px -1px 10px -1px #999999 inset;
58
		}
59
 
60
		.w150 {
61
		width: 150px;
62
		}
63
 
64
		.w300 {
65
		width: 300px;
66
		}
67
 
68
		.addressLine {
69
		width:487px;
70
		margin:3px;
71
		}
72
 
73
		.addressText {
74
		width:125px;
75
		display:inline-block;
76
		text-align:right;
77
		font-size:14px;
78
		}
79
 
80
		.submitButton {
81
		height: 26px;
82
		margin: 15px;
83
		color: white;
84
		background-color: #2789c1;
85
		border: 1px solid blue;
86
		cursor: pointer; 
87
		}
88
 
89
	</style>
90
</head>
91
 
92
<body style="margin: 0;">
93
	<div style="line-height:40px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
94
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
95
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Today's Collection : </span><span style="font-size:20px">3272</span>
96
    	<a style="margin:0px 25px 0px 25px;color:white" href="/rch/report">REPORTS</a>
97
    	<a style="color:white;" href="/rch/!doLogout">Logout</a>	
98
    </div>
99
 
100
	<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
101
    	<img style="float:left;" src="/rch/images/Hotspot-Logo.jpg">
102
		<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
103
        <img style="float:right;margin-right:20px;" src="/rch/images/Saholic-Logo.jpg">
104
    </div>
105
 
106
	<div id="main" style="float:left;width:66%;min-width:900px;overflow: hidden;">
107
		<div style="float:left;margin:25px;height:481px;width:311px;padding:5px;border:1px solid #AAAAAA;">
108
			<img src='/storewebsite/images/1.jpg' height="481px" width="311px"></img>
109
		</div>
110
 
111
		<div style="overflow: hidden;position: relative;">
112
 
113
			<h2 style="margin-top: 25px;">Product Name S10 Black</h2>
114
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
115
 
116
    		<fieldset style="padding: 5px 0 10px 10px;border: 1px solid #CCCCCC;color: #666666;">
117
    			<legend style="color: RED;">BEST DEAL</legend>
118
    			Soap free with this product.
119
    		</fieldset>
120
 
121
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
122
			<form id="pincodeForm" action="/storewebsite/home">
123
				Please enter the pincode<br>
124
				<input type="hidden" name="product_id" value="9161">
125
                <input id="pincodeText" name="pin" type="text" maxlength="6" class='orderInputBox w150'>
126
                <input id="pincodeSubmit" type="submit" value="submit" class="submitButton">
127
            </form>
128
 
129
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
130
			<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>
131
			<div id="priceDiv"></div>
132
 
133
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
134
 
135
			<form id='shippingAddress' action='/storewebsite/payment-details' method='post' onsubmit="return validateAddress()" style="display:none;margin-bottom:20px;">
136
                <fieldset style='border:1px solid #CCCCCC;color:#666666'>
137
                    <legend style='color:#2789C1;font-size:17px;font-weight:bold;'>SHIPPING INFO</legend>
138
                    <div class='addressLine'><div class='addressText'>Address Line 1&nbsp;&nbsp;</div><input class='orderInputBox w300' name="line1" type="text"><br></div>
139
                    <div class='addressLine'><div class='addressText'>Address Line 2&nbsp;&nbsp;</div><input name="line2" type="text" class='orderInputBox w300'><br></div>
140
					<div class='addressLine'><div class='addressText'>City&nbsp;&nbsp;</div><input name="city" type="text" class='orderInputBox w300'><br></div>
141
					<div class='addressLine'><div class='addressText'>State&nbsp;&nbsp;</div><input name="state" type="text" class='orderInputBox w300'><br></div>
142
                    <div class='addressLine'><div class='addressText'>Pincode&nbsp;&nbsp;</div><span id="pinSpan" class="infoValue"></span></div>
143
					<div class='addressLine' style='text-align:center;'>
144
						<input class="submitButton" type="submit" style="background-color:orange;color:black;" value="NEXT">
145
						<input id="changePincode" class="submitButton" type="button" value="Change Pincode">
146
					</div>
147
					<input id="pincodeInput" type="hidden" name="pincode" value=""></input>
148
                </fieldset>
149
            </form>
150
 
151
		</div>
152
	</div>
153
</body>
154
</script>
155
</html>