You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ma...@apache.org on 2004/01/27 23:11:35 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app4/layout bodyLayout.vm

marino      2004/01/27 14:11:35

  Added:       examples/struts/examples/struts_app4/layout bodyLayout.vm
  Log:
  A new TilesTool for Struts 1.1 example app.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/bodyLayout.vm
  
  Index: bodyLayout.vm
  ===================================================================
  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  	<TBODY>
  	<TR>
  	  <TD>
  
  		<!-- HEADER -->
  		$tiles.header
  
  	  </TD>
  	</TR>
  	<TR>
  	  <TD>
  
  	  	<!-- BODY -->
  		$tiles.body
  
  	  </TD>
  	</TR>
  	</TBODY>
  </TABLE>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org