Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
7285 rajveer 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
		<title>Recharge Top Up</title>
5
 
6
		<link type = "text/css" href = "css/pincode.css" rel = "stylesheet"/>
7
		<link type = "text/css" href = "css/colorbox.css" rel = "stylesheet"/>
8
		<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
9
		<script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
10
	</head>
11
	<body>
12
		<h3>Recharge Topup</h3>
13
		#set($errorMsg=$action.getErrorMsg())
14
		#if(!$errorMsg.isEmpty())
15
        <div style="color:red">
16
            $errorMsg
17
        </div>
18
		#end
7363 rajveer 19
		Saholic wallet balance (with MobiSoc) is : INR $action.getSaholicRechargeBalance()<br>
20
		Spice Retail Current wallet balance is : INR $action.getWalletBalance(1)
7285 rajveer 21
		<form name="recharge-topup" action="$request.getContextPath()/recharge-topup/" method="post"">
22
			<table>
23
				<tr>
24
					<td>Company:</td>
25
					<td>
26
						<select name="companyId">
27
                            <option value="1" selected>Spice Retail Pvt Ltd</option>
28
						</select>
29
					</td>
30
				</tr>
31
				<tr>
32
					<td>Amount:</td>
33
					<td>
34
						<input name="amount" type="text"/>
35
					</td>
36
				</tr>
37
				<tr>
38
					<td>&nbsp;</td>
39
					<td><input type="submit" value="Add amount"/></td>
40
				</tr>
41
            </table>
42
		</form>
43
 
44
		<br />
45
		<br />
46
		<br />
47
		<br />
48
 
49
	</body>
50
</html>