Layout: Logo and Top Actions

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2901 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
werners 2008-09-23 11:21:48 +00:00
parent d4f355c2c9
commit 447d8c7f6c

View file

@ -30,3 +30,12 @@
@import url(some.css);
</style>
</metal:css>
<metal:image define-macro="image"
tal:define="layout view/context/template">
<img src="cttlogo.jpg" alt="CTT Logo" width="178" height="111"
tal:attributes="src string:${view/page/resourceBase}${layout/src};
alt layout/alt;
width layout/width;
height layout/height" />
</metal:image>