
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@646 fd906abe-77d9-0310-91a1-e0d9ade77398
53 lines
2.1 KiB
XML
53 lines
2.1 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" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="top">
|
|
<a href="#" name="top" tal:attributes="href string:${request/URL/1}">
|
|
<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:cybertools.left" />
|
|
</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" />
|
|
-->
|
|
<div tal:replace="structure provider:cybertools.body" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!--
|
|
<span metal:use-macro="context/@@standard_macros/footer" />
|
|
-->
|
|
</body>
|
|
|
|
</html>
|
|
</metal:block>
|