Changeset 741
- Timestamp:
- 03/24/13 22:47:32 (10 years ago)
- Location:
- branches/0.4/web/addons/job_monarch
- Files:
-
- 3 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 -
branches/0.4/web/addons/job_monarch/styles.css
r240 r741 1 /* The Ganglia Web-frontend Cascading Style Sheet. */ 1 #monarchimage img { 2 background-color:#FFF; 3 background-image:url(ajax-loader.gif); 4 background-repeat:no-repeat; 5 background-position: center center; 6 } 2 7 3 8 A:link -
branches/0.4/web/addons/job_monarch/templates/overview.tpl
r735 r741 132 132 133 133 <BR> 134 <div id="monarchimage"> 134 135 {rjqj_graph} 136 </div> 135 137 136 138 <TD ALIGN="CENTER"><CENTER> 137 139 <!-- INCLUDESCRIPT BLOCK : ci_script --> 140 <div id="monarchimage"> 138 141 <IMG SRC="{clusterimage}" USEMAP="#MONARCH_CLUSTER_BIG" BORDER="0"> 142 </div> 139 143 <MAP NAME="MONARCH_CLUSTER_BIG"> 140 144 <!-- START BLOCK : node_clustermap -->
Note: See TracChangeset
for help on using the changeset viewer.