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.5,1.6


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/website/templates frame.tpl,1.5,1.6
Date: Sun, 24 Feb 2002 12:46:54 -0500

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

Modified Files:
        frame.tpl 
Log Message:
Slightly cleaner website display code - each section is parsed out inline



Index: frame.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/website/templates/frame.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** frame.tpl   16 Feb 2002 23:05:45 -0000      1.5
--- frame.tpl   24 Feb 2002 17:46:51 -0000      1.6
***************
*** 1,4 ****
- {header}
  <!-- BEGIN framing_table_start -->
  <!-- framing_table_start start -->
  <div align="center">
--- 1,4 ----
  <!-- BEGIN framing_table_start -->
+ {header}
  <!-- framing_table_start start -->
  <div align="center">
***************
*** 19,31 ****
  
  
! <!-- BEGIN top -->
! <!-- top start -->
  <tr>
    <td colspan="3" align="center" valign="top">
  {top_content}
    </td>
  </tr>
! <!-- top stop -->
! <!-- END top -->
  
  
--- 19,37 ----
  
  
! <!-- BEGIN top_start -->
! <!-- top_start start -->
  <tr>
    <td colspan="3" align="center" valign="top">
  {top_content}
+ <!-- top_start stop -->
+ <!-- END top_start -->
+ 
+ 
+ <!-- BEGIN top_end -->
+ <!-- top_end start -->
    </td>
  </tr>
! <!-- top_end stop -->
! <!-- END top_end -->
  
  
***************
*** 76,88 ****
  
  
! <!-- BEGIN bottom -->
! <!-- bottom start -->
  <tr>
    <td colspan="3" align="center" valign="bottom">
  {bottom_content}
    </td>
  </tr>
! <!-- bottom stop -->
! <!-- END bottom -->
  
  
--- 82,100 ----
  
  
! <!-- BEGIN bottom_start -->
! <!-- bottom_start start -->
  <tr>
    <td colspan="3" align="center" valign="bottom">
  {bottom_content}
+ <!-- bottom_start stop -->
+ <!-- END bottom_start -->
+ 
+ 
+ <!-- BEGIN bottom_end -->
+ <!-- bottom_end start -->
    </td>
  </tr>
! <!-- bottom_end stop -->
! <!-- END bottom_end -->
  
  
***************
*** 92,95 ****
  </div>
  <!-- framing_table_end stop -->
- <!-- END framing_table_end -->
  {footer}
--- 104,107 ----
  </div>
  <!-- framing_table_end stop -->
  {footer}
+ <!-- END framing_table_end -->




reply via email to

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