Subversion Repositories SmartDukaan

Rev

Rev 22748 | 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">
22748 amit.gupta 29
                            <option value="1">BlueDart</option>
30
							<option value="6" >RedExpress</option>
31
							<option value="3" >Delhivery</option>
32
							<option value="47" selected>RQuick Express</option>
23155 amit.gupta 33
							<option value="48" selected>RQuick Surface</option>
7567 rajveer 34
						</select>
35
					</td>
36
				</tr>
37
				<tr>
38
					<td>AWB Type:</td>
7593 rajveer 39
					<td>
7567 rajveer 40
					<select name="awbType">
41
                            <option value="true" selected>COD</option>
42
							<option value="false" selected>Prepaid</option>
43
					</select>
7593 rajveer 44
					</td>
7567 rajveer 45
				</tr>
46
				<tr>
13146 manish.sha 47
					<td>Awb User For:</td>
48
					<td>
49
					<select name="awbUsedFor">
50
                            <option value="0" selected>Single Package</option>
51
							<option value="1" >Group Package</option>
52
                            <option value="2" >Both</option>
53
					</select>
54
					</td>
55
				</tr>
56
				<tr>
7567 rajveer 57
					<td>Select File:</td>
58
					<td><input type="file" name="awbFile"/></td>
59
				</tr>
60
 
61
				<tr>
62
					<td>&nbsp;</td>
63
					<td><input type="submit" value="Upload AWB"/></td>
64
				</tr>
65
            </table>
66
		</form>		
67
 
68
	</body>
69
</html>