Index: trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- trunk/ippMonitor/raw/czartool_labels.php	(revision 28828)
+++ trunk/ippMonitor/raw/czartool_labels.php	(revision 28861)
@@ -87,7 +87,6 @@
 echo "<table>\n";
   echo "<tr>\n";
-
-    echo "<td> \n";
-      echo "<img src=\"czartool_getplot.php?type=t&label=$selectedLabel&stage=$selectedStage\"><br>\n";
+    echo "<td>\n";
+      echo "<img src=\"czartool_getplot.php?type=t&label=$selectedLabel&stage=$selectedStage\"><br>";
     echo "</td>\n";
 
@@ -95,25 +94,33 @@
       createLabelsTable($pass, $proj, $czardb, $stdsLabels, $distLabels, $pubLabels, $stages, $states, "new", $selectedLabel, $selectedStage);
     echo "</td>\n";
-
   echo "</tr>\n";
+
   echo "<tr>\n";
-
-echo "<table>\n";
-  echo "<tr valign=top>\n";
-    echo "<td> \n";
-      echo "<img src=\"czartool_getplot.php?type=h&label=$selectedLabel&stage=$selectedStage\"><br>\n";
-    echo "</td>\n";
-    echo "<td> \n";
-      createServersTable($pass, $proj,$czardb, $servers, $selectedLabel, $selectedStage);
-    echo "</td>\n";
-
-    echo "<td> \n";
-      $today = date("Y-m-d");
-      showSummitData($gpc1db, $today);
-    echo "</td>\n";
-  echo "</tr>\n";
-echo "</table>\n";
-if ($selectedServer) showServerStatus($selectedServer);
-
+    echo "<table>\n";
+      echo "<tr valign=top>\n";
+        echo "<td> \n";
+          echo "<img src=\"czartool_getplot.php?type=h&label=$selectedLabel&stage=$selectedStage\"><br>";
+        echo "</td>\n";
+        echo "<td>\n";
+          createServersTable($pass, $proj,$czardb, $servers, $selectedLabel, $selectedStage);
+        echo "</td>\n";
+
+        echo "<td> \n";
+          $today = date("Y-m-d");
+          showSummitData($gpc1db, $today);
+        echo "</td>\n";
+      echo "</tr>\n";
+    echo "</table>\n";
+
+    echo "<table>\n";
+      echo "<tr valign=top>\n";
+        echo "<td> \n";
+          echo "<img src=\"czartool_getplot.php?type=s\"><br>";
+        echo "</td>\n";
+        echo "<td>\n";
+      if ($selectedServer) showServerStatus($selectedServer);
+        echo "</td>\n";
+      echo "</tr>\n";
+    echo "</table>\n";
   echo "</tr>\n";
 echo "</table>\n";
