phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wcm/website/templates frame.tpl,1.3,1.4


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/website/templates frame.tpl,1.3,1.4
Date: Fri, 15 Feb 2002 09:09:19 -0500

Update of /cvsroot/phpgroupware/wcm/website/templates
In directory subversions:/tmp/cvs-serv3723/website/templates

Modified Files:
        frame.tpl 
Log Message:
Allow pages to have top and bottom elements, e.g. banners or a page subheader



Index: frame.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/website/templates/frame.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** frame.tpl   10 Feb 2002 19:35:39 -0000      1.3
--- frame.tpl   15 Feb 2002 14:09:17 -0000      1.4
***************
*** 19,22 ****
--- 19,32 ----
  <!-- END framing_table_start -->
  
+ <!-- BEGIN top -->
+ <!-- top start -->
+ <tr>
+   <td width="*" valign="top">
+ {top_content}
+   </td>
+ </tr>
+ <!-- top stop -->
+ <!-- END top -->
+ 
  
  <!-- BEGIN left_start -->
***************
*** 62,65 ****
--- 72,86 ----
  <!-- right_end stop -->
  <!-- END right_end -->
+ 
+ 
+ <!-- BEGIN bottom -->
+ <!-- bottom start -->
+ <tr>
+   <td width="*" align="center" valign="bottom">
+ {bottom_content}
+   </td>
+ </tr>
+ <!-- bottom stop -->
+ <!-- END bottom -->
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]