User: pathoss 
  Date: 02/04/29 06:07:39

  Modified:    src/java stylesheet.css tablesort.js xdoclet-tags2html.xsl
  Log:
  Back to using th. Color of the header is now restored.
  
  Revision  Changes    Path
  1.4       +7 -11     xdocletgui/src/java/stylesheet.css
  
  Index: stylesheet.css
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdocletgui/src/java/stylesheet.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- stylesheet.css    29 Apr 2002 12:59:37 -0000      1.3
  +++ stylesheet.css    29 Apr 2002 13:07:39 -0000      1.4
  @@ -5,24 +5,20 @@
   table tr td, table tr th {
       font-size: 68%;
   }
  -
  -.table-header {
  +table.details tr th{
        font-weight: bold;
        text-align: left;
        background: #a6caf0;
        cursor: hand;
   }
  -
  +table.details tr td{
  +     background:#eeeee0;
  +}
   thead .arrow {
       color: grey;
       font-size: 10px;
        overflow: hidden;
   }
  -
  -table.details tr td{
  -     background:#eeeee0;
  -}
  -
   p {
        line-height:1.5em;
        margin-top:0.5em; margin-bottom:1.0em;
  
  
  
  1.2       +1 -1      xdocletgui/src/java/tablesort.js
  
  Index: tablesort.js
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdocletgui/src/java/tablesort.js,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- tablesort.js      29 Apr 2002 12:31:57 -0000      1.1
  +++ tablesort.js      29 Apr 2002 13:07:39 -0000      1.2
  @@ -90,7 +90,7 @@
                tmp = e.target;
   
        tHeadParent = getParent(tmp, "THEAD");
  -     el = getParent(tmp, "TD");
  +     el = getParent(tmp, "TH");
   
        if (tHeadParent == null)
                return;
  
  
  
  1.4       +6 -6      xdocletgui/src/java/xdoclet-tags2html.xsl
  
  Index: xdoclet-tags2html.xsl
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdocletgui/src/java/xdoclet-tags2html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- xdoclet-tags2html.xsl     29 Apr 2002 12:59:37 -0000      1.3
  +++ xdoclet-tags2html.xsl     29 Apr 2002 13:07:39 -0000      1.4
  @@ -17,12 +17,12 @@
               <h2><xsl:text>@</xsl:text><xsl:value-of select="name"/></h2>
               <xsl:value-of select="usage-description"/>
               <table width="100%" cellspacing="2" cellpadding="4" border="0" 
class="details" onclick="sortColumn(event)">
  -               <thead>
  -                   <td width="15%" class="table-header">Parameter</td>
  -                   <td width="6%" class="table-header">Type</td>
  -                   <td width="10%" class="table-header">Applicability</td>
  -                   <td width="65%" class="table-header">Description</td>
  -                   <td width="4%" class="table-header">Mandatory</td>
  +               <thead class="table-header">
  +                   <th width="15%" class="table-header">Parameter</th>
  +                   <th width="6%" class="table-header">Type</th>
  +                   <th width="10%" class="table-header">Applicability</th>
  +                   <th width="65%" class="table-header">Description</th>
  +                   <th width="4%" class="table-header">Mandatory</th>
                  </thead>
                  <tbody>
                      <xsl:for-each select="parameter">
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to