[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skeleton - local_html.pt:1.11

Sidnei da Silva sidnei at x3ng.com.br
Thu May 16 20:08:59 EDT 2002


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skeleton
In directory cvs.zope.org:/tmp/cvs-serv19394

Modified Files:
	local_html.pt 
Log Message:
My first Commit! Cool!

Fixed a bug where first there were 2 body tags, then Paul did a hack removing the body tag.




=== Products/ZopeOrg-NV/skeleton/local_html.pt 1.10 => 1.11 ===
+<html>
+  <head>
+    <title tal:content="template/title">The title</title>
+  </head>
+  <body>
+<TABLE width="100%" border=0 cellspacing="0" cellpadding="0" metal:define-macro="body">
   <TBODY> 
   <TR> 
     <TD  id="contentarea" valign="top"> 
@@ -124,3 +129,5 @@
   </TR>
   </TBODY> 
 </TABLE>
+</body>
+</html>
\ No newline at end of file






More information about the zopeorg-checkins mailing list