[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - standard_macros.pt:1.1.2.1
Andreas Jung
andreas@digicool.com
Thu, 10 Jan 2002 17:00:04 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv21420/lib/python/Zope/App/ZMI/www
Added Files:
Tag: Zope-3x-branch
standard_macros.pt
Log Message:
initial ZMI standard macros :-)
=== Added File Zope3/lib/python/Zope/App/ZMI/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>
<h1> I am the ZMI</h1>
<div metal:define-slot="body">
<p>Body here</p>
</div>
</body>
</html>