Changeset 35391
- Timestamp:
- Apr 11, 2013, 11:46:41 AM (13 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 2 edited
-
czartool_getplot.php (modified) (1 diff)
-
heathers_plot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_getplot.php
r35200 r35391 38 38 else if ($type=="hp_s") 39 39 $filePath = "$path/heathers_plots/skycal.png"; 40 40 else if ($type=="hp_cm") 41 $filePath = "$path/heathers_plots/cam_merged.png"; 42 else if ($type=="hp_sm") 43 $filePath = "$path/heathers_plots/skycal_merged.png"; 41 44 42 45 $file = fopen ($filePath, "r"); -
trunk/ippMonitor/raw/heathers_plot.php
r35300 r35391 10 10 menu('ipp.czar.dat', 'useful tools for the czar', 'ipp.css', $ID['link'], $ID['proj']); 11 11 12 echo "These images are generated every day at 7:00 HST (17:00 GMT) \n";12 echo "These images are generated every day at 7:00 HST (17:00 GMT) on ipp@ippc11\n"; 13 13 // document body 14 14 echo "<table>\n"; … … 23 23 echo "</tr>\n"; 24 24 25 echo "<tr>\n"; 26 echo "<td>Camera Merged</td>\n"; 27 echo "<td>SkyCal Merged</td>\n"; 28 echo "</tr>\n"; 29 30 echo "<tr>\n"; 31 echo "<td><img src=\"czartool_getplot.php?type=hp_cm\"/></td>\n"; 32 echo "<td><img src=\"czartool_getplot.php?type=hp_sm\"/></td>\n"; 33 echo "</tr>\n"; 34 25 35 echo "</table>\n"; 26 36
Note:
See TracChangeset
for help on using the changeset viewer.
