| 7736 |
manish.sha |
1 |
<!-- File Created By Manish Sharma for Multiple Pincode Updation on 05-Jul-2013 -->
|
|
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
4 |
<head>
|
|
|
5 |
<title>Saholic Multiple Pincode Updation</title>
|
|
|
6 |
|
|
|
7 |
<link type = "text/css" href = "css/pincode.css" rel = "stylesheet"/>
|
|
|
8 |
<link type = "text/css" href = "css/colorbox.css" rel = "stylesheet"/>
|
|
|
9 |
<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
|
|
|
10 |
<script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
|
|
|
11 |
<script type = "text/javascript" src = "js/pincode.js"></script>
|
|
|
12 |
</head>
|
|
|
13 |
<body>
|
|
|
14 |
<h3>Saholic Multiple Pincode Updation</h3>
|
|
|
15 |
#set($errorMsg=$action.getErrorMsg())
|
|
|
16 |
#if(!$errorMsg.isEmpty())
|
|
|
17 |
<div style="color:red">
|
|
|
18 |
<span>$errorMsg</span>
|
|
|
19 |
</div>
|
|
|
20 |
#end
|
|
|
21 |
|
|
|
22 |
#set($successMsg=$action.getSuccessMessage())
|
|
|
23 |
#if(!$successMsg.isEmpty())
|
|
|
24 |
<div style="color:blue">
|
|
|
25 |
<span>$successMsg</span>
|
|
|
26 |
</div>
|
|
|
27 |
#end
|
|
|
28 |
|
|
|
29 |
<form id = 'multipleUpdatePincodeForm' action="$request.getContextPath()/pincode/" method="post" enctype="multipart/form-data" >
|
|
|
30 |
<span> Select File : </span>
|
|
|
31 |
<input type="file" id="recordsFile" name="recordsFile"/>
|
|
|
32 |
<br>
|
| 23122 |
amit.gupta |
33 |
<span> Choose Provider : </span>
|
|
|
34 |
<select name="provider">
|
|
|
35 |
<option value="2">Aramex(2)</option>
|
|
|
36 |
<option value="47">RQuick(47)</option>
|
| 23312 |
amit.gupta |
37 |
<option value="48">Rquick Surface(48)</option>
|
| 23122 |
amit.gupta |
38 |
<option value="49">ECom Express(49)</option>
|
|
|
39 |
</select>
|
|
|
40 |
<br>
|
| 22412 |
amit.gupta |
41 |
<span> Run Complete Update </span>
|
| 22413 |
amit.gupta |
42 |
<input type = 'checkbox' id = 'runCompleteUpdate' name = 'runCompleteUpdate'>
|
| 8830 |
manish.sha |
43 |
<br>
|
| 7736 |
manish.sha |
44 |
<button type = "submit">Update</button>
|
|
|
45 |
<br><br>
|
|
|
46 |
<span><b>Note:</b> Use attached <a alt="Download Attachment" title="Download Attachment" attachment="DataUpdationSheet.xls" href="/Support/Docs/DataUpdationSheet.xls" target="_blank">Spread Sheet</a> for updation. <br> Also read the instructions given in the sheet named as 'Instructions' </span>
|
|
|
47 |
<br><br>
|
|
|
48 |
<span id = "backToCodReconciliation" ><a href="$request.getContextPath()/cod-reconciliation"> Back To COD Reconciliation </a></span>
|
|
|
49 |
</form>
|
|
|
50 |
</body>
|
|
|
51 |
</html>
|