IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29644


Ignore:
Timestamp:
Nov 2, 2010, 3:17:32 PM (16 years ago)
Author:
Serge CHASTEL
Message:

SVN revision number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_labels.php

    r29643 r29644  
    22include 'ipp.php';
    33include 'site.php';
    4 include 'version.php';
    54
    65$ID = checkID();
     
    6261$plotTypeLink = ($plotType == "linear") ? "log" : "linear";
    6362$link = "czartool_labels.php?pass=" . $pass . "&proj=" . $proj . "&label=" . $selectedLabel . "&stage=" . $selectedStage . "&revertstage=" . $stage . "&plottype=$plotTypeLink";
    64 echo "<p>Current SVN version: $Id:$</p>";
     63echo "<p>Current SVN version: ";
     64include 'version.php';
     65echo "</p>";
    6566echo "<p  align=\"center\"> Current status of the IPP as of $lastUpdateTime (faults are shown in parentheses). <br>Documentation can be found <a href=\"http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki/Processing\">here</a> and cluster load monitored <a href=\"http://ganglia.pan-starrs.ifa.hawaii.edu/?r=hour&s=descending&c=IPP%2520Production\">here</a><br>Current nightly science status: $nsStatus<br>Use <a href=\"$link\"> $plotTypeLink</a> plots <br/><a href=\"http://ipp004.ifa.hawaii.edu/clusterMonitor/top.html\">Who uses the cluster?</a></p>";
    6667
Note: See TracChangeset for help on using the changeset viewer.