Changeset 35413 for branches/eam_branches/ipp-20130307/ippMonitor
- Timestamp:
- Apr 19, 2013, 3:42:02 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippMonitor/raw/czartool_getplot.php (modified) (1 diff)
-
ippMonitor/raw/heathers_plot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307
- Property svn:mergeinfo changed
/trunk merged: 35353-35354,35356-35368,35380,35383-35384,35388-35392,35394-35400,35409-35411
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor merged: 35391
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/ippMonitor/raw/czartool_getplot.php
r35200 r35413 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"); -
branches/eam_branches/ipp-20130307/ippMonitor/raw/heathers_plot.php
r35350 r35413 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.
