You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ka...@apache.org on 2002/02/23 18:49:35 UTC

cvs commit: jakarta-turbine-maven/xdocs/stylesheets mail-lists.dvsl

kaz         02/02/23 09:49:35

  Modified:    xdocs/stylesheets mail-lists.dvsl
  Log:
  Added a header row to the table.
  
  Revision  Changes    Path
  1.2       +11 -1     jakarta-turbine-maven/xdocs/stylesheets/mail-lists.dvsl
  
  Index: mail-lists.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/stylesheets/mail-lists.dvsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mail-lists.dvsl	20 Feb 2002 04:05:08 -0000	1.1
  +++ mail-lists.dvsl	23 Feb 2002 17:49:35 -0000	1.2
  @@ -2,7 +2,7 @@
   
     mail list page generator
   
  -  version : $Id: mail-lists.dvsl,v 1.1 2002/02/20 04:05:08 geirm Exp $
  +  version : $Id: mail-lists.dvsl,v 1.2 2002/02/23 17:49:35 kaz Exp $
   -->
   
   #macro( doBody $document )
  @@ -11,6 +11,16 @@
   </p>
   
   <table>
  +<tr>
  +  <th bgcolor="$table-th-bg" colspan="$!colspan" rowspan="$!rowspan" valign="top" align="left">
  +    List Name</th>
  +  <th bgcolor="$table-th-bg" colspan="$!colspan" rowspan="$!rowspan" valign="top" align="left">
  +    Subscribe Link</th>
  +  <th bgcolor="$table-th-bg" colspan="$!colspan" rowspan="$!rowspan" valign="top" align="left">
  +    Unsubscribe Link</th>
  +  <th bgcolor="$table-th-bg" colspan="$!colspan" rowspan="$!rowspan" valign="top" align="left">
  +    Archive Link</th>
  +</tr>
   $context.applyTemplates( $document, "mailingLists/*" )
   </table>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>