Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<html>
<head>
<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
<style>
actionMessage{
        paddding:0px;
}
.actionError{
        padding:0px;
}
</style>
</head>
<body>
<a href="/Support/reports">Back</a>
<a href="/Support/logout">Logout</a>
<div style="color:blue;">
        #sactionmessage()
</div>
<div style="color:red;">
        #sactionerror()
</div>
<h2>Credit User Wallet</h2>
<form action="/Support/user-wallet-credit!getWallet" method="POST">
        <label for="email">Email:</label>
    <input name="email" />
        <button type="submit" style="margin:5px;">Submit</button>
</form>
<hr/>
</body>
</html>