Subversion Repositories SmartDukaan

Rev

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

Rev 7358 Rev 7386
Line 5... Line 5...
5
    <link rel="stylesheet" href="/storewebsite/css/storewebsite.css" type="text/css" />
5
    <link rel="stylesheet" href="/storewebsite/css/storewebsite.css" type="text/css" />
6
</head>
6
</head>
7
 
7
 
8
<body style="margin: 0;">
8
<body style="margin: 0;">
9
	<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;">
10
    	<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">$action.getStoreCode()</span>
11
    	
11
    	
12
    	<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
12
    	<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
13
    	<a style="color:white;" href="/storewebsite/!doLogout">Logout</a>	
13
    	<a style="color:white;" href="/storewebsite/!doLogout">Logout</a>	
14
    </div>
14
    </div>
15
	
15
	
16
	<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
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="/storewebsite/images/Hotspot-Logo.jpg">
17
    	<img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
18
		<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
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="/storewebsite/images/Saholic-Logo.jpg">
-
 
-
 
19
        
20
    </div>
20
    </div>
21
	
21
	
22
	<div id="main" style="float:left;width:66%;min-width:900px;overflow: hidden;">
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;">
23
		<div style="float:left;margin:25px;height:481px;width:311px;padding:5px;border:1px solid #AAAAAA;">
24
			<img src='$imageSource' height="481px" width="311px"></img>
24
			<img src='$imageSource' height="481px" width="311px"></img>
Line 46... Line 46...
46
			</div>
46
			</div>
47
			<div class='advance'>
47
			<div class='advance'>
48
				<span class='infoText'>Advance to be paid</span>
48
				<span class='infoText'>Advance to be paid</span>
49
				<span class='infoValue'>&nbsp;Rs.&nbsp;$action.getAdvanceAmount()</span>
49
				<span class='infoValue'>&nbsp;Rs.&nbsp;$action.getAdvanceAmount()</span>
50
			</div>
50
			</div>
-
 
51
			<div class='advance'>
-
 
52
				<span class='infoText'>Balance to be paid on Delivery</span>
-
 
53
				<span class='infoValue' style='color:#ff8000'>&nbsp;Rs.&nbsp;$action.getDifference($action.getPrice(), $action.getAdvanceAmount())</span>
-
 
54
			</div>
51
			
55
			
52
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
56
			<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
53
			
57
			
54
			<fieldset id='editAddBlock' style='display:none;border:1px solid #CCCCCC;color:#666666'>
58
			<fieldset id='editAddBlock' style='display:none;border:1px solid #CCCCCC;color:#666666'>
55
                <legend style='color:#2789C1;font-size:17px;font-weight:bold;'>EDIT SHIPPING DETAILS</legend>
59
                <legend style='color:#2789C1;font-size:17px;font-weight:bold;'>EDIT SHIPPING DETAILS</legend>
Line 92... Line 96...
92
					<input id="pincodeEdit" style="float:right;margin:0;height:21px;" type="button" value="EDIT" class="submitButton"></input>
96
					<input id="pincodeEdit" style="float:right;margin:0;height:21px;" type="button" value="EDIT" class="submitButton"></input>
93
				</div>
97
				</div>
94
				<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
98
				<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
95
				
99
				
96
				<div id="paymode" style="padding:7px;">
100
				<div id="paymode" style="padding:7px;">
-
 
101
					<div class='addressLine'>
97
					<span style="color:#666666;margin-right:20px;">Please choose a payment mode</span>
102
						<div class='addressText'>Amount in cash&nbsp;&nbsp;</div>
98
					<input type="radio" name="paymode" value="cash" checked="checked">Cash
103
						<input name="cashAmount" type="text" class='orderInputBox w150'></input>
-
 
104
					</div>
-
 
105
					<div class='addressLine'>
-
 
106
						<div class='addressText' >Amount by card&nbsp;&nbsp;</div>
99
					<input type="radio" name="paymode" value="card">Card
107
						<input name="cardAmount" type="text" class='orderInputBox w150'></input>
-
 
108
					</div>
100
				</div>
109
				</div>
101
				<div id="bankSelector" style="display:none;padding:7px;">
110
				<div id="bankSelector" style="display:none;padding:7px;">
102
					<span style="color:#666666;margin-right:20px;">Please choose a Bank</span>
111
					<span style="color:#666666;margin-right:20px;">EDC Bank</span>
-
 
112
					<select class="select_bank" name="edc" id="edcSelector" style='font-size:15px;height:25px;'>
103
					<input type="radio" name="bank" value="bnk1">XYZ Bank
113
						#foreach($bank in $action.getAllEdcBanks())
104
					<input type="radio" name="bank" value="bank2">United XYZ of India
114
							<option value="$bank">$bank</option>
-
 
115
						#end
-
 
116
					</select>
105
				</div>
117
				</div>
106
				
118
				
107
				<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
119
				<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
108
				
120
				
109
                <input id="createOrder" type="submit" style="background-color:orange;color:black;" value="CREATE ORDER" class="submitButton"></input>
121
                <input id="createOrder" type="submit" style="float:right;background-color:orange;color:black;" value="CREATE ORDER" class="submitButton"></input>
110
            </form>
122
            </form>
111
		</div>
123
		</div>
112
	</div>
124
	</div>
113
</body>
125
</body>
114
 
126