Index: trunk/www/dch/obs_summary.php
===================================================================
--- trunk/www/dch/obs_summary.php	(revision 19451)
+++ trunk/www/dch/obs_summary.php	(revision 19741)
@@ -20,4 +20,5 @@
 $date  = isset($_GET["d"]) ? $_GET["d"] : date("Y-m-d");//'2016-02-16';
 $night = str_replace("-", "", $date);
+$legend = isset($_GET["nolegend"]) ? 0 : 1;
 
 // ====================================================================
@@ -189,4 +190,5 @@
         $html2 .= " </tr>\n";
 
+        $diff .= $row["fRunID"].": ";
         $diff .= $row["fRunStart"]." | ";
         $diff .= $row["fSourceName"]." | ";
@@ -383,4 +385,10 @@
 </div>
 
+EOT;
+
+if ($legend)
+{
+echo <<<EOT
+
 <hr>
 
@@ -498,4 +506,9 @@
 
 <hr>
+EOT;
+
+}
+
+echo <<<EOT
 
 </body>
