Update of /cvsroot/phpwebapp/app3/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6385/templates
Modified Files:
page3.html page2.html page1_content.html
Log Message:
Index: page3.html
===================================================================
RCS file: /cvsroot/phpwebapp/app3/templates/page3.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** page3.html 21 Jul 2004 17:13:04 -0000 1.3
--- page3.html 30 Jul 2004 09:55:50 -0000 1.4
***************
*** 1,3 ****
! <html>
<head>
<title>Page 3</title>
--- 1,7 ----
! <?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>
Index: page2.html
===================================================================
RCS file: /cvsroot/phpwebapp/app3/templates/page2.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** page2.html 21 Jul 2004 17:13:04 -0000 1.3
--- page2.html 30 Jul 2004 09:55:50 -0000 1.4
***************
*** 1,3 ****
! <html>
<head>
<title>Page 2</title>
--- 1,6 ----
! <?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 2</title>
***************
*** 28,34 ****
<include src="{{./}}tip/tip3.html" />
<br />
- This is a terribly bad example:
- <include src="{{./}}tip/tip4.html" />
- <br />
This is a good example:
<include src="{{./}}tip/tip.html" />
--- 31,34 ----
Index: page1_content.html
===================================================================
RCS file: /cvsroot/phpwebapp/app3/templates/page1_content.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** page1_content.html 21 Jul 2004 17:13:04 -0000 1.3
--- page1_content.html 30 Jul 2004 09:55:50 -0000 1.4
***************
*** 77,82 ****
<pre>
! &lt;script language='JavaScript' src='/app3/templates/menu/<strong>menu.js</strong>'&gt;&lt;/script&gt;
! &lt;link rel='stylesheet' href='/app3/templates/menu/<strong>menu.css</strong>' type='text/css'&gt;
</pre>
--- 77,82 ----
<pre>
! &lt;script type='text/javascript' language='JavaScript' src='/app3/templates/menu/<strong>menu.js</strong>'&gt;&lt;/script&gt;
! &lt;link type='text/css' rel='stylesheet' href='/app3/templates/menu/<strong>menu.css</strong>'&gt;
</pre>
|