Subversion Repositories SmartDukaan

Rev

Rev 22748 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
        <head>
                <title>Saholic AWB Uploader</title>
                
                <link type = "text/css" href = "css/pincode.css" rel = "stylesheet"/>
                <link type = "text/css" href = "css/colorbox.css" rel = "stylesheet"/>
                <script type="text/javascript" src="js/jquery-1.4.2.js"></script>
                <script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
        <script type = "text/javascript" src = "js/pincode.js"></script>
        </head>
        <body>
                <h3>Saholic COD Reconciliation</h3>
                #set($errorMsg=$action.getErrorMsg())
                #if(!$errorMsg.isEmpty())
        <div style="color:red">
            $errorMsg
        </div>
                #end
                <div style="color:green;">
                        #sactionmessage()
                </div>
                <form name="cod-reconciliation" action="$request.getContextPath()/awb-upload/" method="post" enctype="multipart/form-data">
                        <table>
                                <tr>
                                        <td>Select Courier:</td>
                                        <td>
                                                <select name="providerId">
                            <option value="1">BlueDart</option>
                                                        <option value="6" >RedExpress</option>
                                                        <option value="3" >Delhivery</option>
                                                        <option value="47" selected>RQuick Express</option>
                                                        <option value="48" selected>RQuick Surface</option>
                                                </select>
                                        </td>
                                </tr>
                                <tr>
                                        <td>AWB Type:</td>
                                        <td>
                                        <select name="awbType">
                            <option value="true" selected>COD</option>
                                                        <option value="false" selected>Prepaid</option>
                                        </select>
                                        </td>
                                </tr>
                                <tr>
                                        <td>Awb User For:</td>
                                        <td>
                                        <select name="awbUsedFor">
                            <option value="0" selected>Single Package</option>
                                                        <option value="1" >Group Package</option>
                            <option value="2" >Both</option>
                                        </select>
                                        </td>
                                </tr>
                                <tr>
                                        <td>Select File:</td>
                                        <td><input type="file" name="awbFile"/></td>
                                </tr>

                                <tr>
                                        <td>&nbsp;</td>
                                        <td><input type="submit" value="Upload AWB"/></td>
                                </tr>
            </table>
                </form>         
                
        </body>
</html>