Update of /cvsroot/phpwebapp/empty-sample/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4875/templates
Modified Files:
main.html
Log Message:
Index: main.html
===================================================================
RCS file: /cvsroot/phpwebapp/empty-sample/templates/main.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** main.html 25 Aug 2003 14:42:35 -0000 1.2
--- main.html 21 Jul 2004 17:14:07 -0000 1.3
***************
*** 1,3 ****
! <html>
<head>
<title>Empty Sample</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>Empty Sample</title>
***************
*** 9,17 ****
<p>[<a href="{{APP_URL}}browse.php">Browse it</a>]</p>
! <hr>
! <WebBox ID="sample_webbox">
<!--# Empty Sample WebBox #-->
! </WebBox>
</body>
</html>
--- 12,20 ----
<p>[<a href="{{APP_URL}}browse.php">Browse it</a>]</p>
! <hr />
! <webbox id="sample_webbox">
<!--# Empty Sample WebBox #-->
! </webbox>
</body>
</html>
|