Browse Source

updated for KNM12 as described in git docu

Thomas Thümmler 2 months ago
parent
commit
50414183e6
4 changed files with 5 additions and 4 deletions
  1. 2 2
      public/checklist.php
  2. 1 1
      public/index.php
  3. 1 0
      public/navbar.html
  4. 1 1
      public/recentSQLName.txt

+ 2 - 2
public/checklist.php

@@ -161,8 +161,8 @@
 
       <hr>
       <br>
-      <h3>Checks on <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM11/"  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/KNM11/doc/BrewManual.html" target="blank">here</a></p>
+      <h3>Checks on <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM12/"  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/KNM12/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 = ["KNM11", "KNM10", "KNM9", "KNM8", "KNM7", "KNM6"];
+          $Campaigns = ["KNM12", "KNM11", "KNM10", "KNM9", "KNM8", "KNM7", "KNM6"];
           for ($index=0; $index < count($Campaigns); $index++)
             {
             // $file = "recentSQLName.txt";

+ 1 - 0
public/navbar.html

@@ -28,6 +28,7 @@
           <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM9/" target="_blank">KNM9</a>
           <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM10/" target="_blank">KNM10</a>
           <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM11/" target="_blank">KNM11</a>
+          <a href="http://katana.npl.washington.edu/~sanshiro/brew/KNM12/" target="_blank">KNM12</a>
         </div>
       </div>
       <a href="https://kdb.kaas.kit.edu" target="_blank">kdb</a>

+ 1 - 1
public/recentSQLName.txt

@@ -1 +1 @@
-KNM11
+KNM12