[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/www - standard_macros.pt:1.2

Jim Fulton jim@zope.com
Mon, 10 Jun 2002 19:28:45 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/www
In directory cvs.zope.org:/tmp/cvs-serv17445/lib/python/Zope/App/OFS/www

Added Files:
	standard_macros.pt 
Log Message:
Merged Zope-3x-branch into newly forked Zope3 CVS Tree.


=== Zope3/lib/python/Zope/App/OFS/www/standard_macros.pt 1.1 => 1.2 ===
+         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html metal:define-macro="page">
+<head>
+  <title 
+   metal:define-slot="title"
+   tal:content="options/getTitle | 
+                view/getTitle | 
+                context/getTitle|default"
+   >Zope</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <div metal:define-slot="headers">
+  </div>
+</head>
+<body>
+  <div metal:define-slot="body">
+     <p>Body here</p>
+  </div>
+</body>
+</html>
+