
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2783 fd906abe-77d9-0310-91a1-e0d9ade77398
22 lines
777 B
XML
22 lines
777 B
XML
<metal:page define-macro="page"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
|
|
tal:define="body view/body">
|
|
|
|
<head metal:define-macro="head">
|
|
<title metal:define-macro="title"
|
|
tal:content="options/title|view/headTitle|context/title|default">
|
|
Powered by Zope 3
|
|
</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<tal:css repeat="macro view/resources/css">
|
|
<metal:css use-macro="macro" />
|
|
</tal:css>
|
|
|
|
<base href="." tal:attributes="href request/URL">
|
|
</head>
|
|
<body tal:replace="structure body" />
|
|
|
|
</html>
|
|
|
|
</metal:page>
|