Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 4141 |
chandransh |
1 |
<head>
|
|
|
2 |
<title>Payment Reconciliation Report</title>
|
|
|
3 |
</head>
|
|
|
4 |
<body>
|
|
|
5 |
<div id="login" align="center">
|
|
|
6 |
<p>Payment Details Report Generator</p>
|
|
|
7 |
<p>Please login to proceed.</p>
|
|
|
8 |
<form action="" method="post">
|
|
|
9 |
<label>Username:</label>
|
|
|
10 |
<input name="username" id="username" type="textbox" maxlength="30"/>
|
|
|
11 |
<br/>
|
|
|
12 |
<label>Password:</label>
|
|
|
13 |
<input name="password" id="password" type="password" maxlength="30"/>
|
|
|
14 |
<br/>
|
|
|
15 |
<input name="submit" type="submit" value="Proceed"/>
|
|
|
16 |
</form>
|
|
|
17 |
</div>
|
|
|
18 |
</body>
|