Print

Print


Commit in www-lcsim/xsl on MAIN
detectors.xsl+25-261.1 -> 1.2
Minor changes to detector info table.

www-lcsim/xsl
detectors.xsl 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- detectors.xsl	3 Jun 2005 00:37:26 -0000	1.1
+++ detectors.xsl	28 Jul 2005 08:00:10 -0000	1.2
@@ -22,12 +22,6 @@
 
     <h1>Linear Collider Detector Descriptions</h1>
 
-    <script language="JavaScript" type="text/javascript">
-      <xsl:text>timestamp()</xsl:text>
-    </script>
-
-    <hr/>
-
     <xsl:comment>Index of detector descriptions in this document</xsl:comment>
     <h2>Detector Index</h2>
 
@@ -53,24 +47,24 @@
 
     <h3><xsl:value-of select="@title"/></h3>
 
-    <table summary="detectors" border="1" cellpadding="5" cellspacing="5">
+    <table class="detector">
 
-    <tr>
-    <td>
-    <b>Detector Tag</b>
+    <tr class="detector">
+    <td class="detector">
+    <b>Detector Name</b>
     </td>  
 
-    <td>
+    <td class="detector">
     <xsl:value-of select="@name"/> 
     </td>
     </tr>
 
-    <tr>
-    <td>
+    <tr class="detector">
+    <td class="detector">
     <b>ZIP file</b>
     </td>
 
-    <td>
+    <td class="detector">
     <a>
       <xsl:attribute name="href"><xsl:value-of select="@name"/><xsl:text>.zip</xsl:text></xsl:attribute>
       <xsl:value-of select="@name"/><xsl:text>.zip</xsl:text>
@@ -78,18 +72,18 @@
     </td>
     </tr>
 
-    <tr>
-    <td>
+    <tr class="detector">
+    <td class="detector">
     <b>Author</b>
     </td>
-    <td>
+    <td class="detector">
     <xsl:value-of select="@author"/>
     </td>
     </tr>
 
-    <tr>
-    <td><b>URL</b></td>
-    <td>
+    <tr class="detector">
+    <td class="detector"><b>URL</b></td>
+    <td class="detector">
     <a>
       <xsl:attribute name="href">
         <xsl:value-of select="@url"/>
@@ -99,11 +93,11 @@
     </td>
     </tr>
 
-    <tr>
-    <td>
+    <tr class="detector">
+    <td class="detector">
     <b>Comment</b>
     </td>
-    <td>
+    <td class="detector">
     <xsl:value-of select="comment/text()"/>
     </td>
     </tr>
@@ -112,9 +106,14 @@
 
   </xsl:for-each> 
 
-  <hr/>
-
-  <center><i><a href="mailto:[log in to unmask]">Jeremy McCormick</a></i></center>
+  <div class="footer">
+    <script language="JavaScript" type="text/javascript">
+      <xsl:text>timestamp()</xsl:text>
+    </script>
+    <div class="author">
+      <a href="mailto:[log in to unmask]">Jeremy McCormick</a>
+    </div>
+  </div>
 
   </body>
 
CVSspam 0.2.8