2 次代碼提交 044651cb6f ... 7413d8c43e

作者 SHA1 備註 提交日期
  koellenberger 7413d8c43e overwrite the back action on summary page 1 年之前
  koellenberger 4007aa0a56 updated checklist for KNM9 1 年之前
共有 5 個文件被更改,包括 12 次插入4 次删除
  1. 2 2
      public/checklist.php
  2. 1 1
      public/index.php
  3. 1 0
      public/navbar.html
  4. 1 1
      public/recentSQLName.txt
  5. 7 0
      public/submit.php

+ 2 - 2
public/checklist.php

@@ -159,8 +159,8 @@
 
       <hr>
       <br>
-      <h3>Checks on <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM8/"  target="_blank">brew</a>:</h3>
-      <p>A guide on how to use brew can be found <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM8/doc/BrewManual.html" target="blank">here</a></p>
+      <h3>Checks on <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM9/"  target="_blank">brew</a>:</h3>
+      <p>A guide on how to use brew can be found <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM9/doc/BrewManual.html" target="blank">here</a></p>
       <p>If one of the columns doesn't exist in the latest brew table, mark the corresponding question as ok.</p>
       <table width="100%" id="table" align="center">
 

+ 1 - 1
public/index.php

@@ -64,7 +64,7 @@
         </style>
 
         <?php
-          $Campaigns = ["KNM8", "KNM7", "KNM6"];
+          $Campaigns = ["KNM9", "KNM8", "KNM7", "KNM6"];
           for ($index=0; $index < count($Campaigns); $index++)
             {
             // $file = "recentSQLName.txt";

+ 1 - 0
public/navbar.html

@@ -25,6 +25,7 @@
           <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM6/" target="_blank">KNM6</a>
           <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM7/" target="_blank">KNM7</a>
           <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM8/" target="_blank">KNM8</a>
+          <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM9/" target="_blank">KNM9</a>
         </div>
       </div>
       <a href="https://kdb.kaas.kit.edu" target="_blank">kdb</a>

+ 1 - 1
public/recentSQLName.txt

@@ -1 +1 @@
-KNM8
+KNM9

+ 7 - 0
public/submit.php

@@ -1,6 +1,13 @@
 <!DOCTYPE html>
 <html>
   <head>
+      <script language="javascript" type="text/javascript">
+       history.pushState(null, document.title, location.href);
+       window.addEventListener('popstate', function (event)
+       {
+          history.pushState(null, document.title, location.href);
+       });
+      </script>
       <meta charset="utf-8">
       <meta name="generator" content="GitLab Pages">
       <title>KATRIN remote analysis shift</title>