[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/www - standard_macros.pt:1.1.2.1
Jim Fulton
jim@zope.com
Sun, 6 Jan 2002 18:33:02 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/www
In directory cvs.zope.org:/tmp/cvs-serv6659/www
Added Files:
Tag: Zope-3x-branch
standard_macros.pt
Log Message:
Added standard_macros definition
=== Added File Zope3/lib/python/Zope/App/OFS/www/standard_macros.pt ===
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"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|container/getTitle|here/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>