Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21101 kshitij.so 1
<html>
2
<head>
3
<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
4
<style>
5
actionMessage{
6
	paddding:0px;
7
}
8
.actionError{
9
	padding:0px;
10
}
11
</style>
12
</head>
13
<body>
14
<a href="/Support/reports">Back</a>
15
<a href="/Support/logout">Logout</a>
16
<div style="color:blue;">
17
	#sactionmessage()
18
</div>
19
<div style="color:red;">
20
	#sactionerror()
21
</div>
22
<h2>Credit User Wallet</h2>
23
<form action="/Support/user-wallet-credit!getWallet" method="POST">
24
	<label for="email">Email:</label>
25
    <input name="email" />
26
	<button type="submit" style="margin:5px;">Submit</button>
27
</form>
28
<hr/>
29
</body>
30
</html>