Subversion Repositories SmartDukaan

Rev

Rev 5375 | Rev 6322 | 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>
5376 rajveer 22
							<option value="Delhivery" selected>Delhivery</option>
3956 chandransh 23
						</select>
24
					</td>
25
				</tr>
26
				<tr>
27
					<td>Transaction Id:</td>
28
					<td>
29
						<input name="xferTxnId" type="text"/>
30
					</td>
31
				</tr>
32
                <tr>
33
					<td>Transaction Date (dd/MM/YYYY):</td>
34
					<td>
35
						<input name="xferTxnDate" type="text"/>
36
					</td>
37
				</tr>
38
				</tr>
39
				<tr>
40
					<td>Select File:</td>
41
					<td><input type="file" name="codReport"/></td>
42
				</tr>
43
				<tr>
44
					<td>&nbsp;</td>
45
					<td><input type="submit" value="Process Settlement"/></td>
46
				</tr>
47
            </table>
48
		</form>
49
	</body>
50
</html>