Changeset 35200 for trunk/ippMonitor
- Timestamp:
- Feb 22, 2013, 11:33:47 AM (13 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 3 edited
-
Makefile.in (modified) (1 diff)
-
raw/czartool_getplot.php (modified) (1 diff)
-
raw/heathers_plot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r34904 r35200 76 76 $(DESTWWW)/diskUsage.php \ 77 77 $(DESTWWW)/version.php \ 78 $(DESTWWW)/show_log.php 78 $(DESTWWW)/show_log.php \ 79 $(DESTWWW)/heathers_plot.php 79 80 80 81 DEFSRC = \ -
trunk/ippMonitor/raw/czartool_getplot.php
r34249 r35200 34 34 else if ($type=="id") 35 35 $filePath = "$path/ippToPsps_density_".$label.".png"; 36 else if ($type=="hp_c") 37 $filePath = "$path/heathers_plots/cam.png"; 38 else if ($type=="hp_s") 39 $filePath = "$path/heathers_plots/skycal.png"; 36 40 37 41 -
trunk/ippMonitor/raw/heathers_plot.php
r35199 r35200 17 17 echo "</tr>\n"; 18 18 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"; 19 echo "<tr>\n"; 20 echo "<td><img src=\"czartool_getplot.php?type=hp_c\"/></td>\n"; 21 echo "<td><img src=\"czartool_getplot.php?type=hp_s\"/></td>\n"; 22 echo "</tr>\n"; 21 23 22 24 echo "</table>\n";
Note:
See TracChangeset
for help on using the changeset viewer.
