Changeset 741 for branches/0.4/web/addons/job_monarch/overview.php
- Timestamp:
- 03/24/13 22:47:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/web/addons/job_monarch/overview.php
r739 r741 888 888 889 889 $rjqj_str = "<A HREF=\"./graph.php$rjqj_graphargs\">"; 890 $rjqj_str .= "<IMG BORDER=0 SRC=\"./graph.php$rjqj_graphargs\" >";890 $rjqj_str .= "<IMG BORDER=0 SRC=\"./graph.php$rjqj_graphargs\" WIDTH=381 HEIGHT=137>"; 891 891 $rjqj_str .= "</A>"; 892 892 … … 1143 1143 $cell = "<td class=$class>". "<b><a href=$host_link>$host</a></b><br>". "<i>$metricname:</i> <b>$textval</b></td>"; 1144 1144 } else { 1145 $cell = "< td><a href=\"$host_link\">" . "<img src=\"./graph.php?$graphargs\" " . "alt=\"$host\" border=0></a></td>";1145 $cell = "<TD><DIV ID=\"monarchimage\"><A HREF=\"$host_link\">" . "<IMG SRC=\"./graph.php?$graphargs\" " . "ALT=\"$host\" BORDER=0 WIDTH=381 HEIGHT=148></A></DIV></TD>"; 1146 1146 } 1147 1147
Note: See TracChangeset
for help on using the changeset viewer.