Subversion Repositories SmartDukaan

Rev

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

<!-- File Created By Manish Sharma for Multiple Pincode Updation on 05-Jul-2013  -->
<!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 Multiple Pincode Updation</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 Multiple Pincode Updation</h3>
                #set($errorMsg=$action.getErrorMsg())
                #if(!$errorMsg.isEmpty())
        <div style="color:red">
            <span>$errorMsg</span>
        </div>
                #end
                
                #set($successMsg=$action.getSuccessMessage())
                #if(!$successMsg.isEmpty())
        <div style="color:blue">
            <span>$successMsg</span>
        </div>
                #end
                
                <form id = 'multipleUpdatePincodeForm' action="$request.getContextPath()/pincode/" method="post" enctype="multipart/form-data" >
                <span> Select File : </span>
                                <input type="file" id="recordsFile" name="recordsFile"/>
                                <br>
                <span> Choose Provider : </span>
                                <select name="provider">
                                        <option value="2">Aramex(2)</option>
                                        <option value="47">RQuick(47)</option>
                                        <option value="48">Rquick Surface(48)</option>
                                        <option value="49">ECom Express(49)</option>
                                </select>
                                <br>
                                <span> Run Complete Update </span>
                <input type = 'checkbox' id = 'runCompleteUpdate' name = 'runCompleteUpdate'>
                <br>
                <button type = "submit">Update</button>
                                <br><br>
                                <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>
                                <br><br>
                                <span id = "backToCodReconciliation" ><a href="$request.getContextPath()/cod-reconciliation"> Back To COD Reconciliation </a></span>
                    </form>
                </body>
</html>