[phpwebapp-commits] CVS: app2/templates/page3 tpl_2_2.html,1.2,1.3 tpl_2_1.html,1.2,1.3 tpl_2.html,1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-20 17:28:58
|
Update of /cvsroot/phpwebapp/app2/templates/page3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14532/templates/page3 Modified Files: tpl_2_2.html tpl_2_1.html tpl_2.html tpl_1.html tmpl.html page3.html Log Message: converted to xhtml Index: tpl_2_2.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2_2.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tpl_2_2.html 15 Aug 2003 09:09:26 -0000 1.2 --- tpl_2_2.html 20 Jul 2004 17:28:48 -0000 1.3 *************** *** 3,7 **** <tr><td class="box_title_2_2">tpl_2_2.html</td></tr> <tr><td class="box_content_2_2"> ! tpl_2_2 <br> content </td></tr> --- 3,7 ---- <tr><td class="box_title_2_2">tpl_2_2.html</td></tr> <tr><td class="box_content_2_2"> ! tpl_2_2 <br /> content </td></tr> Index: tpl_2_1.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2_1.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tpl_2_1.html 15 Aug 2003 09:09:26 -0000 1.2 --- tpl_2_1.html 20 Jul 2004 17:28:48 -0000 1.3 *************** *** 3,7 **** <tr><td class="box_title_2_1">tpl_2_1.html</td></tr> <tr><td class="box_content_2_1"> ! tpl_2_1 <br> content </td></tr> --- 3,7 ---- <tr><td class="box_title_2_1">tpl_2_1.html</td></tr> <tr><td class="box_content_2_1"> ! tpl_2_1 <br /> content </td></tr> Index: tpl_2.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tpl_2.html 15 Aug 2003 09:09:26 -0000 1.2 --- tpl_2.html 20 Jul 2004 17:28:48 -0000 1.3 *************** *** 5,12 **** <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr><td> ! <Include SRC="{{./}}tpl_2_1.html"/> </td></tr> <tr><td> ! <Include SRC="{{./}}tpl_2_2.html"/> </td></tr> </table> --- 5,12 ---- <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr><td> ! <include src="{{./}}tpl_2_1.html"/> </td></tr> <tr><td> ! <include src="{{./}}tpl_2_2.html"/> </td></tr> </table> Index: tpl_1.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_1.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tpl_1.html 20 Aug 2003 07:36:38 -0000 1.3 --- tpl_1.html 20 Jul 2004 17:28:48 -0000 1.4 *************** *** 12,18 **** <ul> <li> <strong>Modularity</strong> -- the graphical ! designer can work with smaller pieces of code. <li> <strong>Reusability</strong> -- templates are ! easier to be reused in other pages or other applications. </ul> --- 12,18 ---- <ul> <li> <strong>Modularity</strong> -- the graphical ! designer can work with smaller pieces of code.</li> <li> <strong>Reusability</strong> -- templates are ! easier to be reused in other pages or other</li> applications. </ul> Index: tmpl.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tmpl.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tmpl.html 15 Aug 2003 09:09:26 -0000 1.2 --- tmpl.html 20 Jul 2004 17:28:48 -0000 1.3 *************** *** 6,13 **** <tr> <td width="60%" valign="top"> ! <Include SRC="{{./}}tpl_1.html"/> </td> <td valign="top"> ! <Include SRC="{{./}}tpl_2.html"/> </td> </tr> --- 6,13 ---- <tr> <td width="60%" valign="top"> ! <include src="{{./}}tpl_1.html"/> </td> <td valign="top"> ! <include src="{{./}}tpl_2.html"/> </td> </tr> Index: page3.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/page3.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** page3.html 25 Aug 2003 14:28:29 -0000 1.3 --- page3.html 20 Jul 2004 17:28:48 -0000 1.4 *************** *** 1,13 **** ! <html> <head> <title>Page 3</title> ! <link rel="stylesheet" type="text/css" href="{{TPL_URL}}styles.css"> </head> <body> ! <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"/> </body> </html> --- 1,17 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>Page 3</title> ! <link rel="stylesheet" type="text/css" href="{{TPL_URL}}styles.css" /> </head> <body> ! <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"/> </body> </html> |