| Line 43... |
Line 43... |
| 43 |
|
43 |
|
| 44 |
<div align="center">
|
44 |
<div align="center">
|
| 45 |
To get AWB number specific report enter awb numbers separated by comma:
|
45 |
To get AWB number specific report enter awb numbers separated by comma:
|
| 46 |
<br/>
|
46 |
<br/>
|
| 47 |
AWB number(s) :
|
47 |
AWB number(s) :
|
| 48 |
<form id="courier-detail-by-awb" action="">
|
48 |
<form id="courier-detail-by-awb" action="/Support/courier-details!getAwbDetails">
|
| 49 |
<input type="text" id="awbNumberBox" name="awbNumbers"></input>
|
49 |
<input type="text" id="awbNumberBox" name="awbNumbers"></input>
|
| 50 |
<br/>
|
50 |
<input id='viewAwbDetails' type="button" value="View"></input>
|
| 51 |
<input type="submit" value="Get Details"/>
|
51 |
<input id='getAwbDetails' type="submit" value="Download"></input>
|
| 52 |
</input>
|
52 |
</form>
|
| - |
|
53 |
<div style="border-top: 1px dashed grey;padding: 10px 0;">OR</div>
|
| - |
|
54 |
<form id="courier-detail-by-awb-file" action="/Support/courier-details!getAwbDetailsByFile" enctype="multipart/form-data" method="post">
|
| - |
|
55 |
Upload file with AWB Numbers <input type="file" id="awbFile" name="awbFile"></input><span id='uploadMessage'></span><input id='uploadFile' type="submit" value="GET REPORT"/></input>
|
| 53 |
</form>
|
56 |
</form>
|
| 54 |
</div>
|
57 |
</div>
|
| - |
|
58 |
</div>
|
| 55 |
<div id="infopane">
|
59 |
<div id="infopane">
|
| 56 |
</div>
|
60 |
</div>
|
| 57 |
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
|
61 |
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
|
| 58 |
<script type="text/javascript" src="/Support/js/courier-details.js"></script>
|
62 |
<script type="text/javascript" src="/Support/js/courier-details.js"></script>
|
| 59 |
<script>
|
63 |
<script>
|