Update of /cvsroot/phpwebapp/app2/templates/page3
In directory sc8-pr-cvs1:/tmp/cvs-serv26139/templates/page3
Modified Files:
page3.html
Log Message:
converted CRLF to LF
Index: page3.html
===================================================================
RCS file: /cvsroot/phpwebapp/app2/templates/page3/page3.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** page3.html 15 Aug 2003 09:09:26 -0000 1.2
--- page3.html 25 Aug 2003 14:28:29 -0000 1.3
***************
*** 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,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>
|