index.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <div class="wrapper">
  20. <section id="container" class="container">
  21. <form action="/api/?a=pos_upload" method="post">
  22. <div id="result_strip">
  23. <ul class="thumbnails"></ul>
  24. </div>
  25. <div id="interactive" class="viewport"></div>
  26. <div id="manual_entry">
  27. Manuell:
  28. <input type="number" id="manual_code" step="0.001" placeholder="000.000"/>
  29. <button id="snapshot">
  30. <i class="glyphicon glyphicon-camera"></i>
  31. </button>
  32. </div>
  33. <input type="submit" id="submit_button" />
  34. </form>
  35. </section>
  36. </div>
  37. <script src="js/jquery-1.11.0.min.js"></script>
  38. <script src="js/adapter-latest.js" type="text/javascript"></script>
  39. <script src="js/quagga.min.js" type="text/javascript"></script>
  40. <script src="js/live_w_locator.js" type="text/javascript"></script>
  41. <script src="js/scale.fix.js"></script>
  42. </body>
  43. </html>