cybertools/view/browser/generic.pt
helmutm 44fb2e3142 set up basic/generic view stuff in in 'view' package; move z2-independent stuff to 'view' package
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3790 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-03-28 16:31:53 +00:00

13 lines
219 B
XML

<tal:show condition="view/update">
<html metal:use-macro="view/mainMacro">
<body>
<div metal:fill-slot="content">
<metal:content use-macro="view/contentMacro" />
</div>
</body>
</html>
</tal:show>