Subversion Repositories SmartDukaan

Rev

Rev 7248 | Rev 7293 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7248 Rev 7263
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
3
<head>
4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
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" />
5
    <link rel="stylesheet" href="css/storewebsite.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
		.plus91 {
-
 
69
		background: white url('/rch/images/+91.png') no-repeat 2px;
-
 
70
		padding-left:60px;
-
 
71
		width:250px;
-
 
72
		}
-
 
73
		
-
 
74
		.addressLine {
-
 
75
		width:487px;
-
 
76
		margin:3px;
-
 
77
		}
-
 
78
		
-
 
79
		.addressText {
-
 
80
		width:125px;
-
 
81
		display:inline-block;
-
 
82
		text-align:right;
-
 
83
		font-size:14px;
-
 
84
		}
-
 
85
		
-
 
86
		.submitButton {
-
 
87
		height: 26px;
-
 
88
		margin: 15px;
-
 
89
		color: white;
-
 
90
		background-color: #2789c1;
-
 
91
		border: 1px solid blue;
-
 
92
		cursor: pointer; 
-
 
93
		}
-
 
94
		
-
 
95
	</style>
-
 
96
</head>
6
</head>
97
 
7
 
98
<body style="margin: 0;">
8
<body style="margin: 0;">
99
	<div style="line-height:40px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
9
	<div style="line-height:40px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
100
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
10
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
Line 157... Line 67...
157
            </form>
67
            </form>
158
 
68
 
159
		</div>
69
		</div>
160
	</div>
70
	</div>
161
</body>
71
</body>
-
 
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>
162
</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>
163
</html>
79
</html>
164
80