submit.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="generator" content="GitLab Pages">
  6. <title>KATRIN remote analysis shift</title>
  7. <link rel="shortcut icon" href="https://ikp-neu-katrin.ikp.kit.edu/routine/pics/KATRINlogo.ico" />
  8. <link rel="stylesheet" href="style.css">
  9. </head>
  10. <body>
  11. <div class="navbar">
  12. <a style="background-color:#1761B2;text-decoration:none"><b>Quick links:</b></a>
  13. <a href="http://adei-katrin.kaas.kit.edu" target="_blank">Adei</a>
  14. <a href="http://katana.npl.washington.edu" target="_blank">katana</a>
  15. <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM6/" target="_blank">brew</a>
  16. <a href="https://webtrium.mpp.mpg.de" target="_blank">webtrium</a>
  17. </div>
  18. <center>
  19. <h1>Checklist for remote analysis shifts</h1>
  20. </center>
  21. <hr>
  22. <h2 style="text-align:right">Step 3/3</h2>
  23. <center>
  24. <h3>Summary:</h3>
  25. <br>
  26. <hr>
  27. <table id="table" style="max-width:600px;">
  28. <tr>
  29. <td style="text-align:left"><body onload="document.getElementById('result').innerHTML = localStorage.getItem('summary')">
  30. <text id="result"></text>
  31. </body></td>
  32. </tr>
  33. </table>
  34. <br>
  35. <hr>
  36. <br>
  37. <button type="submit" onclick="cancel()" id="Cancel">Cancel</button>
  38. <button type="submit" onclick="submit()" id="Submit">Submit report</button>
  39. <br><br><br><br>
  40. <script type="text/javascript">
  41. function cancel() {
  42. window.location.href="index.html";
  43. }
  44. function submit() {
  45. window.location.href="index.html";
  46. }
  47. </script>
  48. </center>
  49. </body>
  50. </html>