b5da6fce931c25efaeb53069baa0d4d25d756d90
[app-web-oof.git] / tmpl / form.html
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <link rel="stylesheet" href="/static/style.css">
4 <title>Order form</title>
5
6 <h1 id="title">ledparts4you</h1>
7
8 <div id="info"></div>
9 <form action="continue" method="POST">
10 <table id="items">
11 <thead><tr><th>Item<th>Price<th>Stock<th>Quantity</thead>
12 <tbody><tr><td class="item"><a href="#" class="title"></a><br><span class="subtitle"></span><td class="price"><td class="stock"><td><input class="quantity" type="number" min="0" value="0"></tbody>
13 </table>
14
15 <label>Discount code (optional)<br><input name="discount" type="text"></label><br>
16 <input type="submit" value="Continue&raquo;" id="continue">
17 </form>
This page took 0.019034 seconds and 3 git commands to generate.