Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html>
<head>

        <script src="/Support/js/jquery-1.4.2.js">
        </script>
        <style>
              #content{
              margin-top:20px;
              }
        </style>
        <title>Upload Entities</title>
</head>
<body>
        <span><a href="/content/entity">Back</a></span>
        <div style="margin: 5px;">
                &nbsp;
        </div>
        <h4>Bulk Upload Entity</h4>
        <div class="options">
                <hr>
                <a href="http://173.255.253.139/entity-upload-template.xls" target="_blank">Download Content Upload Template</a><br>
                <br>
                <a href="http://173.255.253.139/catalog-upload-template.xls" target="_blank">Download Catalog Upload Template</a>
                <br>
                <hr>
                <form id="upload-form" action="/content/entity-upload" enctype="multipart/form-data" method="post" name="fileUpload">
                        <select name="category">
                                <option value="0">
                                        Select Category
                                </option>
                                <option value="1">
                                        Carrying Case
                                </option>
                                <option value="2">
                                        Screen Guard
                                </option>
                                <option value="3">
                                        Battery
                                </option>
                        </select> <input name="changeCatalog" type="checkbox" value="1">Only Change Catalog?<br>
                        <div style="margin: 2px;">
                                &nbsp;
                        </div><label for="filePath" style="font-size: 14px;">Path :</label> <input id="upload" name="upload" type="file"> <input name="formSubmit" type="submit" value="Upload">
                </form>
                <hr>
        </div>
</body>
</html>