Changeset 19741 for trunk/www


Ignore:
Timestamp:
10/08/19 09:00:46 (5 years ago)
Author:
Daniela Dorner
Message:
added runid for list of runs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/dch/obs_summary.php

    r19451 r19741  
    2020$date  = isset($_GET["d"]) ? $_GET["d"] : date("Y-m-d");//'2016-02-16';
    2121$night = str_replace("-", "", $date);
     22$legend = isset($_GET["nolegend"]) ? 0 : 1;
    2223
    2324// ====================================================================
     
    189190        $html2 .= " </tr>\n";
    190191
     192        $diff .= $row["fRunID"].": ";
    191193        $diff .= $row["fRunStart"]." | ";
    192194        $diff .= $row["fSourceName"]." | ";
     
    383385</div>
    384386
     387EOT;
     388
     389if ($legend)
     390{
     391echo <<<EOT
     392
    385393<hr>
    386394
     
    498506
    499507<hr>
     508EOT;
     509
     510}
     511
     512echo <<<EOT
    500513
    501514</body>
Note: See TracChangeset for help on using the changeset viewer.