You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by da...@apache.org on 2003/01/17 21:16:29 UTC

cvs commit: tcl-site/neowebscript index.ttml

davidw      2003/01/17 12:16:29

  Modified:    .        common.tcl
               neowebscript index.ttml
  Log:
  Added logo-title proc for Rivet.
  
  Revision  Changes    Path
  1.7       +18 -0     tcl-site/common.tcl
  
  Index: common.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-site/common.tcl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- common.tcl	1 Nov 2002 08:49:54 -0000	1.6
  +++ common.tcl	17 Jan 2003 20:16:29 -0000	1.7
  @@ -21,6 +21,24 @@
       }
   }
   
  +proc rivettitle { {txt "Apache Rivet"} } {
  +    puts {
  +	<table align="center" width="100%" border="0">
  +	<tr>
  +	<td align="left"><img src="Rivetlogo_small.png"></td>
  +	<td align="center" valign="top" width="100%">
  +	<h1 style="padding: .3em;">
  +    }
  +    puts "$txt"
  +    puts {
  +	</h1>
  +	</td>
  +	</tr>
  +	</table>
  +	<hr>
  +    }
  +}
  +
   proc powered { } {
       puts {
   	<table align="center" width="100%">
  
  
  
  1.4       +3 -3      tcl-site/neowebscript/index.ttml
  
  Index: index.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/neowebscript/index.ttml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.ttml	23 May 2001 16:20:01 -0000	1.3
  +++ index.ttml	17 Jan 2003 20:16:29 -0000	1.4
  @@ -10,8 +10,8 @@
       <table width="75%" border="0">
   	<tr>
   	  <? include navbar.html ?>
  -	  
  -	  <td valign="top"> 
  +
  +	  <td valign="top">
   
   	    <p>
   	      NeoWebScript is an open source scripting module for the Apache webserver.
  @@ -29,7 +29,7 @@
   						  width="259"
   						  height="32"></a>
   	    </p>
  -	    
  +
   	  </td>
   	</tr>
       </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tcl-site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: tcl-site-cvs-help@tcl.apache.org