Subversion Repositories SmartDukaan

Rev

Rev 4207 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4207 Rev 22452
Line 10... Line 10...
10
        </title>
10
        </title>
11
    </head>
11
    </head>
12
    <body>
12
    <body>
13
        <h2 >Bulk orders</h2>
13
        <h2 >Bulk orders</h2>
14
        <form action="/Support/bulk-order/new">
14
        <form action="/Support/bulk-order/new">
15
            <div ><input type="submit" value="Create new bulk order"/></div>
15
        	<div><input type="text" name="customerEmailId" style="width:200px" placeholder="email"/><input type="submit" value="Create bulk order"/></div>
16
        </form>
16
        </form>
17
        <br />
17
<!--        <br />
18
        <br />
18
        <br />
19
        <table >
19
        <table >
20
            <thead >
20
            <thead >
21
                <tr >
21
                <tr >
22
                    <th >Date</th>
22
                    <th >Date</th>
Line 64... Line 64...
64
                               { "sWidth": "10%" }],
64
                               { "sWidth": "10%" }],
65
                "aLengthMenu" : [ [ 10, 20, 30, -1 ], [ 10, 20, 30, "All" ] ]
65
                "aLengthMenu" : [ [ 10, 20, 30, -1 ], [ 10, 20, 30, "All" ] ]
66
            });
66
            });
67
        </script>
67
        </script>
68
 
68
 
69
    </body>
69
    </body> -->
70
</html>
70
</html>
71
71