IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35200 for trunk/ippMonitor


Ignore:
Timestamp:
Feb 22, 2013, 11:33:47 AM (13 years ago)
Author:
Serge CHASTEL
Message:

Heather's plots. Fixed

Location:
trunk/ippMonitor
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r34904 r35200  
    7676$(DESTWWW)/diskUsage.php \
    7777$(DESTWWW)/version.php \
    78 $(DESTWWW)/show_log.php
     78$(DESTWWW)/show_log.php \
     79$(DESTWWW)/heathers_plot.php
    7980
    8081DEFSRC = \
  • trunk/ippMonitor/raw/czartool_getplot.php

    r34249 r35200  
    3434else if ($type=="id")
    3535$filePath = "$path/ippToPsps_density_".$label.".png";
     36else if ($type=="hp_c")
     37$filePath = "$path/heathers_plots/cam.png";
     38else if ($type=="hp_s")
     39$filePath = "$path/heathers_plots/skycal.png";
    3640
    3741
  • trunk/ippMonitor/raw/heathers_plot.php

    r35199 r35200  
    1717echo "</tr>\n";
    1818
    19 echo "<td><img alt="cam image" src="/data/ipp009.0/czartool_plots/heathers_plots/cam.png"/></td>\n";
    20 echo "<td><img alt="skycal image" src="/data/ipp009.0/czartool_plots/heathers_plots/skycal.png"/></td>\n";
     19echo "<tr>\n";
     20echo "<td><img src=\"czartool_getplot.php?type=hp_c\"/></td>\n";
     21echo "<td><img src=\"czartool_getplot.php?type=hp_s\"/></td>\n";
     22echo "</tr>\n";
    2123
    2224echo "</table>\n";
Note: See TracChangeset for help on using the changeset viewer.