Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
7567 rajveer 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 AWB Uploader</title>
5
 
6
		<link type = "text/css" href = "css/pincode.css" rel = "stylesheet"/>
7
		<link type = "text/css" href = "css/colorbox.css" rel = "stylesheet"/>
8
		<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
9
		<script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
10
        <script type = "text/javascript" src = "js/pincode.js"></script>
11
	</head>
12
	<body>
13
		<h3>Saholic COD Reconciliation</h3>
14
		#set($errorMsg=$action.getErrorMsg())
15
		#if(!$errorMsg.isEmpty())
16
        <div style="color:red">
17
            $errorMsg
18
        </div>
19
		#end
20062 kshitij.so 20
		<div style="color:green;">
21
			#sactionmessage()
22
		</div>
7567 rajveer 23
		<form name="cod-reconciliation" action="$request.getContextPath()/awb-upload/" method="post" enctype="multipart/form-data">
24
			<table>
25
				<tr>
7593 rajveer 26
					<td>Select Courier:</td>
7567 rajveer 27
					<td>
28
						<select name="providerId">
29
                            <option value="1" selected>BlueDart</option>
30
							<option value="6" selected>RedExpress</option>
31
							<option value="3" selected>Delhivery</option>
32
						</select>
33
					</td>
34
				</tr>
35
				<tr>
36
					<td>AWB Type:</td>
7593 rajveer 37
					<td>
7567 rajveer 38
					<select name="awbType">
39
                            <option value="true" selected>COD</option>
40
							<option value="false" selected>Prepaid</option>
41
					</select>
7593 rajveer 42
					</td>
7567 rajveer 43
				</tr>
44
				<tr>
13146 manish.sha 45
					<td>Awb User For:</td>
46
					<td>
47
					<select name="awbUsedFor">
48
                            <option value="0" selected>Single Package</option>
49
							<option value="1" >Group Package</option>
50
                            <option value="2" >Both</option>
51
					</select>
52
					</td>
53
				</tr>
54
				<tr>
7567 rajveer 55
					<td>Select File:</td>
56
					<td><input type="file" name="awbFile"/></td>
57
				</tr>
58
 
59
				<tr>
60
					<td>&nbsp;</td>
61
					<td><input type="submit" value="Upload AWB"/></td>
62
				</tr>
63
            </table>
64
		</form>		
65
 
66
	</body>
67
</html>