Update of /cvsroot/phpwebapp/app2/templates/page3
In directory usw-pr-cvs1:/tmp/cvs-serv716
Modified Files:
page3.html
Added Files:
tmpl.html
Removed Files:
tpl.html
Log Message:
--- NEW FILE: tmpl.html ---
<link rel="stylesheet" type="text/css" href="{{./}}tmpl.css" />
<table width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><td class="box_title">tpl.html</td></tr>
<tr><td class="box_content">
<table width="100%" border="0" cellspacing="20" cellpadding="0">
<tr>
<td width="60%" valign="top">
<Include SRC="{{./}}tpl_1.html"/>
</td>
<td valign="top">
<Include SRC="{{./}}tpl_2.html"/>
</td>
</tr>
</table>
</td></tr>
</table>
Index: page3.html
===================================================================
RCS file: /cvsroot/phpwebapp/app2/templates/page3/page3.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** page3.html 2001/12/27 04:22:25 1.1.1.1
--- page3.html 2001/12/27 05:25:32 1.2
***************
*** 8,12 ****
<Include SRC="{{TPL_PATH}}header.html"/>
<h3> A Page Constructed by Subtemplates </h3>
! <Include SRC="{{./}}tpl.html"/>
<br><br>
<Include SRC="{{TPL_PATH}}footer.html"/>
--- 8,12 ----
<Include SRC="{{TPL_PATH}}header.html"/>
<h3> A Page Constructed by Subtemplates </h3>
! <Include SRC="{{./}}tmpl.html"/>
<br><br>
<Include SRC="{{TPL_PATH}}footer.html"/>
--- tpl.html DELETED ---
|