Commit in www-lcsim/xsl on MAIN
detectors.xsl+27-201.2 -> 1.3
Title field added as field Name.  Improved table spacing and gave all html tags class attrib.

www-lcsim/xsl
detectors.xsl 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- detectors.xsl	28 Jul 2005 08:00:10 -0000	1.2
+++ detectors.xsl	29 Jul 2005 07:00:01 -0000	1.3
@@ -23,7 +23,7 @@
     <h1>Linear Collider Detector Descriptions</h1>
 
     <xsl:comment>Index of detector descriptions in this document</xsl:comment>
-    <h2>Detector Index</h2>
+    <h2>Detectors in Compact Format</h2>
 
     <ul>
     <xsl:for-each select="info">
@@ -37,33 +37,40 @@
     </ul>
 
     <xsl:comment>Individual listing for each detector.</xsl:comment>
-    <h2>Detectors in Compact Format</h2>
+    <!--<h2>Detectors in Compact Format</h2>-->
  
     <xsl:for-each select="info">
 
     <a>
-      <xsl:attribute name="name"><xsl:value-of select="@name"/></xsl:attribute>
+    <xsl:attribute name="name"><xsl:value-of select="@name"/></xsl:attribute>
     </a>
 
-    <h3><xsl:value-of select="@title"/></h3>
+    <h3 class="detector"><xsl:value-of select="@title"/></h3>
 
     <table class="detector">
 
     <tr class="detector">
+    <td class="detector_label">
+    <b>Name</b>
+    </td>
     <td class="detector">
-    <b>Detector Name</b>
-    </td>  
+    <xsl:value-of select="@title"/>
+    </td>
+    </tr>
 
+    <tr class="detector">
+    <td class="detector_label">
+    <b>Tag</b>
+    </td>  
     <td class="detector">
     <xsl:value-of select="@name"/> 
     </td>
     </tr>
 
     <tr class="detector">
-    <td class="detector">
+    <td class="detector_label">
     <b>ZIP file</b>
     </td>
-
     <td class="detector">
     <a>
       <xsl:attribute name="href"><xsl:value-of select="@name"/><xsl:text>.zip</xsl:text></xsl:attribute>
@@ -73,16 +80,7 @@
     </tr>
 
     <tr class="detector">
-    <td class="detector">
-    <b>Author</b>
-    </td>
-    <td class="detector">
-    <xsl:value-of select="@author"/>
-    </td>
-    </tr>
-
-    <tr class="detector">
-    <td class="detector"><b>URL</b></td>
+    <td class="detector_label"><b>URL</b></td>
     <td class="detector">
     <a>
       <xsl:attribute name="href">
@@ -92,9 +90,9 @@
     </a>
     </td>
     </tr>
-
+    
     <tr class="detector">
-    <td class="detector">
+    <td class="detector_label">
     <b>Comment</b>
     </td>
     <td class="detector">
@@ -102,6 +100,15 @@
     </td>
     </tr>
   
+    <tr class="detector">
+    <td class="detector_label">
+    <b>Author</b>
+    </td>
+    <td class="detector">
+    <xsl:value-of select="@author"/>
+    </td>
+    </tr>
+
     </table>
 
   </xsl:for-each> 
CVSspam 0.2.8