config.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <title>Kasse</title>
  7. <base href="/mobile/">
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  10. <!--[if lt IE 9]>
  11. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. <link rel="stylesheet" href="css/styles.css">
  14. <link rel="stylesheet" href="css/example.css">
  15. <link rel="stylesheet" href="css/pygment_trac.css">
  16. <link rel="stylesheet" href="/vendor/styles/glyphicons.css">
  17. </head>
  18. <body>
  19. <h1>Konfiguration</h1>
  20. <form action="/mobile" method="GET">
  21. Wäscheklammer / Kasse:
  22. <select name="pos_id">
  23. <option value="1">1. rot</option>
  24. <option value="2">2. gelb</option>
  25. <option value="3">3. t&uuml;rkis</option>
  26. <option value="4">4. gr&uuml;n</option>
  27. <option value="5">5. wei&szlig;</option>
  28. <option value="6">6. blau</option>
  29. <option value="7">7. pink</option>
  30. <option value="8">8. violett</option>
  31. <option value="9">9. orange</option>
  32. </select><br/><br/>
  33. Kassierer Name:
  34. <input type="text" name="cashier" /><br/><br/>
  35. <input type="submit" value="senden" />
  36. </form>
  37. <!--<a href="/mobile/?seller_id=1&cashier=Robert">hier klicken!</a>-->
  38. </body>
  39. </html>