Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
3956 chandransh 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>Saholic COD Reconciliation</title>
5
	</head>
6
	<body>
7
		<h3>Saholic COD Reconciliation</h3>
8
		#set($errorMsg=$action.getErrorMsg())
9
		#if(!$errorMsg.isEmpty())
10
        <div style="color:red">
11
            $errorMsg
12
        </div>
13
		#end
14
		<form name="cod-reconciliation" action="$request.getContextPath()/cod-reconciliation/" method="post" enctype="multipart/form-data">
15
			<table>
16
				<tr>
17
					<td>Transferring Party:</td>
18
					<td>
19
						<select name="xferBy">
20
                            <option value="BlueDart" selected>BlueDart</option>
4673 rajveer 21
							<option value="Aramex" selected>Aramex</option>
3956 chandransh 22
						</select>
23
					</td>
24
				</tr>
25
				<tr>
26
					<td>Transaction Id:</td>
27
					<td>
28
						<input name="xferTxnId" type="text"/>
29
					</td>
30
				</tr>
31
                <tr>
32
					<td>Transaction Date (dd/MM/YYYY):</td>
33
					<td>
34
						<input name="xferTxnDate" type="text"/>
35
					</td>
36
				</tr>
37
				</tr>
38
				<tr>
39
					<td>Select File:</td>
40
					<td><input type="file" name="codReport"/></td>
41
				</tr>
42
				<tr>
43
					<td>&nbsp;</td>
44
					<td><input type="submit" value="Process Settlement"/></td>
45
				</tr>
46
            </table>
47
		</form>
48
	</body>
49
</html>