IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32783 for trunk/ippMonitor


Ignore:
Timestamp:
Nov 23, 2011, 12:58:59 PM (15 years ago)
Author:
rhenders
Message:

removed redundant 'states' argument to label table method; a little tidying up

File:
1 edited

Legend:

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

    r32644 r32783  
    2727menu($myMenu, 'Czartool on '.$lastUpdateTime, 'ipp.css', $ID['link'], $ID['proj']);
    2828
    29 $states=array("full","new","drop","wait");
    30 $stages=array("burntool", "chip","cam","fake","warp","stack","diff","magic","magicDS","dist", "pub");
     29$stages=array(
     30        "burntool",
     31        "chip",
     32        "cam",
     33        "fake",
     34        "warp",
     35        "stack",
     36        "diff",
     37        "magic",
     38        "magicDS",
     39        "dist",
     40        "pub");
     41
    3142$servers=array(
    3243        "addstar",
     
    150161echo "<br>";
    151162echo $table;
    152 #"<table width=\"$width\" align=\"middle\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\" style=\"font-size:80%\">\n";
     163
    153164createTableTitle("Status and links", 3);
    154165echo "<tr>\n";
     
    180191         $pubLabels,
    181192         $stages,
    182          $states,
    183193         "new",
    184194         $selectedLabel,
     
    349359        $pubLabels,
    350360        $stages,
    351         $states,
    352361        $selectedState,
    353362        $selectedLabel, $selectedStage, $plotType) {
Note: See TracChangeset for help on using the changeset viewer.