Subversion Repositories SmartDukaan

Rev

Blame | 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>Ebay Our Shipping Order Creation Dashboard</title>
                <link type = "text/css" href = "css/ebay.css" rel = "stylesheet"/>
                <script type="text/javascript" src="js/jquery-1.4.2.js"></script>
        </head>
        <body>
                <span><a href="/Support/ebay-dashboard">Go to Ebay Dashboard</a></span>
                <h2 style = "text-align:center;text-decoration: underline">Ebay Our Shipping Order Creation Dashboard</h2>
                <br/>
                #set($errorMsg=$action.getErrorMsg())
                #if(!$errorMsg.isEmpty())
        <div style="color:red">
            $errorMsg
        </div>
                #end
                <form name="ebay-order-creation" class = "ebay-file-uploader" action="$request.getContextPath()/ebay-normal-order-creator/" method="post" enctype="multipart/form-data" style = "margin-left:30px">
                        <table>
                                <tr/>
                                <tr>
                                        <td>Select File:</td>
                                        <td><input type="file" name="orderDataFile"/></td>
                                </tr>
                                <tr/>
                                <tr>
                                        <td>&nbsp;</td>
                                        <td><input type="submit" value="Create Orders"/></td>
                                </tr>
            </table>
                </form>
                
        </body>
</html>