cybertools/browser/skin/view_macros.pt
helmutm 3ea664a763 a whole bunch of work mainly introducing viewlet stuff; and a few renames...
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@646 fd906abe-77d9-0310-91a1-e0d9ade77398
2005-10-31 15:44:01 +00:00

55 lines
2.2 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/getTitle|view/getTitle|context/getTitle|default">
cyberconcepts IT-Consulting
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="cyberview.css" rel="stylesheet" type="text/css"
tal:attributes="href context/++resource++cyberview.css" />
<div metal:define-slot="headers" />
</head>
<body>
<div class="top">
<a href="#" name="top" tal:attributes="href string:${request/URL/1}/@@manage">
<img src="cyberconcepts.gif" height="75"
alt="cyberconcepts IT-Consulting"
tal:attributes="src context/++resource++cyberconcepts.gif" />
</a>
<span metal:use-macro="context/@@standard_macros/logged_user">
Logged in as user
</span>
</div>
<table class="columns">
<tr>
<td class="left">
<!--
<span metal:use-macro="context/@@standard_macros/commontasks_box" />
<span metal:use-macro="context/@@standard_macros/metadata_box" />
<span metal:use-macro="context/@@standard_macros/views_box" />
<span metal:use-macro="context/@@standard_macros/actions_box" />
-->
<div tal:replace="structure provider:navMenu" />
</td>
<td class="main">
<!--
<span metal:use-macro="context/@@standard_macros/zmi_views" />
<span metal:use-macro="context/@@standard_macros/zmi_actions" />
<span metal:use-macro="context/@@standard_macros/content_header_bar" />
-->
<span metal:define-slot="body">Here comes the body</span>
<!--<p tal:content="provider:cybertools.pageprovider" />-->
</td>
</tr>
</table>
<!--
<span metal:use-macro="context/@@standard_macros/footer" />
-->
</body>
</html>
</metal:block>