
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1524 fd906abe-77d9-0310-91a1-e0d9ade77398
54 lines
1.6 KiB
XML
54 lines
1.6 KiB
XML
<metal:block define-macro="page"><metal:block define-slot="doctype"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></metal:block>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
|
|
i18n:domain="zope">
|
|
|
|
<head metal:define-macro="head">
|
|
<title metal:define-slot="title"
|
|
tal:content="options/title|view/headTitle|view/title|context/title|default">
|
|
Powered by Zope 3
|
|
</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<metal:block define-slot="ecmascript_slot" />
|
|
|
|
<link rel="icon" type="image/png"
|
|
tal:attributes="href string:${options/template/resourceBase}favicon.png" />
|
|
</head>
|
|
|
|
<body metal:define-macro="body">
|
|
|
|
<div id="global">
|
|
<div class="top" metal:define-slot="top">
|
|
<a href="#" name="top" metal:define-slot="logo"
|
|
tal:attributes="href string:request/URL/1"><img class="logo"
|
|
src="logo.gif" border="0" alt="Home"
|
|
tal:attributes="src string:logo.gif" /></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="menu">
|
|
<metal:menu define-slot="navigators">
|
|
</metal:menu>
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
<metal:message metal:define-slot="message" />
|
|
|
|
<metal:content define-slot="body">Here comes the body</metal:content>
|
|
|
|
</div>
|
|
|
|
<div id="sub-section">
|
|
<metal:sub define-slot="context_information"></metal:sub>
|
|
</div>
|
|
|
|
<div id="footer" class="footer">
|
|
<metal:footer define-slot="footer" />
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
</metal:block>
|
|
|