You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/10/02 13:12:02 UTC

svn commit: r701080 - /servicemix/scripts/builds/webapps/builds/status.jsp

Author: lhein
Date: Thu Oct  2 04:12:02 2008
New Revision: 701080

URL: http://svn.apache.org/viewvc?rev=701080&view=rev
Log:
done some formatting

Modified:
    servicemix/scripts/builds/webapps/builds/status.jsp

Modified: servicemix/scripts/builds/webapps/builds/status.jsp
URL: http://svn.apache.org/viewvc/servicemix/scripts/builds/webapps/builds/status.jsp?rev=701080&r1=701079&r2=701080&view=diff
==============================================================================
--- servicemix/scripts/builds/webapps/builds/status.jsp (original)
+++ servicemix/scripts/builds/webapps/builds/status.jsp Thu Oct  2 04:12:02 2008
@@ -7,6 +7,9 @@
     body {
       font-family: Arial, sans-serif, Verdana, Helvetica;
     }
+    .gray {
+      background-color: lightgray;
+    }
     .failure {
       background-color: red;
       color: white;
@@ -134,7 +137,7 @@
 
 <table width='80%' cellpadding='0' cellspacing='0'>
   <tr>
-    <td width='40%'>ActiveMQ trunk deploy</td>
+    <td class='gray' width='40%'>ActiveMQ trunk deploy</td>
     <%= processBuildFile("activemq-deploy.log")%>
   </tr>
   <tr>
@@ -142,7 +145,7 @@
     <%= processBuildFile("camel-deploy.log")%>
   </tr>
   <tr>
-    <td width='40%'>ServiceMix 3.2 deploy 1</td>
+    <td class='gray' width='40%'>ServiceMix 3.2 deploy 1</td>
     <%= processBuildFile("servicemix-3.2-deploy.log")%>
   </tr>
   <tr>
@@ -150,7 +153,7 @@
     <%= processBuildFile("servicemix-3.2-deploy-2.log")%>
   </tr>
   <tr>
-    <td width='40%'>ServiceMix 3.3 deploy</td>
+    <td class='gray' width='40%'>ServiceMix 3.3 deploy</td>
     <%= processBuildFile("smx-3.3-trunk-deploy.log")%>
   </tr>
   <tr>
@@ -158,7 +161,7 @@
     <%= processBuildFile("smx4-legal-deploy.log")%>
   </tr>
   <tr>
-    <td width='40%'>ServiceMix 4 bundles deploy</td>
+    <td class='gray' width='40%'>ServiceMix 4 bundles deploy</td>
     <%= processBuildFile("smx4-bundles-deploy.log")%>
   </tr>
   <tr>
@@ -166,7 +169,7 @@
     <%= processBuildFile("smx4-kernel-deploy.log")%>
   </tr>
   <tr>
-    <td width='40%'>ServiceMix 4 specs deploy</td>
+    <td class='gray' width='40%'>ServiceMix 4 specs deploy</td>
     <%= processBuildFile("smx4-specs-deploy.log")%>
   </tr>
   <tr>
@@ -174,7 +177,7 @@
     <%= processBuildFile("smx4-nmr-deploy.log")%>
   </tr>
   <tr>
-    <td width='40%'>ServiceMix 4 features deploy</td>
+    <td class='gray' width='40%'>ServiceMix 4 features deploy</td>
     <%= processBuildFile("smx4-features-deploy.log")%>
   </tr>
   <tr>
@@ -182,7 +185,7 @@
     <%= processBuildFile("smx-components-pom-deploy.log")%>
   </tr>
   <tr>
-    <td width='40%'>ServiceMix Archetypes</td>
+    <td class='gray' width='40%'>ServiceMix Archetypes</td>
     <%= processBuildFile("smx-archetypes-deploy.log")%>
   </tr>
   <tr>
@@ -190,7 +193,7 @@
     <%= processBuildFile("smx-mvn-plugins-pom-deploy.log")%>
   </tr>
   <tr>
-    <td width='40%'>ServiceMix Utils</td>
+    <td class='gray' width='40%'>ServiceMix Utils</td>
     <%= processBuildFile("smx-utils-trunk-deploy.log")%>
   </tr>
 </table>