Hallo Leute,
vlt. weis jemand wieso die von Shorty vorgestellte Methode bei folgendem Portlet (portlet_document_view) nicht funktioniert. Es soll nur auf der Startseite angezeigt werden, allerdings wird es jetzt nie angezeigt.
Code
<style><!--
dd a {
color: white;
text-decoration: underline;
}
--></style>
<div metal:define-macro="portlet"
tal:omit-tag=""
tal:define="isStartpage python: here.meta_type == 'Plone Site' or here.getId() == 'front-page'"
tal:condition="python: test(template.getId()!='news' and isStartpage, 1, 0)">
<dl class="portlet">
<h1 tal:content="here/title_or_id">Title</h1>
<dd class="portletItem odd" tal:content="structure here/getText">Content</dd>
<dd class="portletFooter">
</a>
</dd>
</dl>
</div>
Alles anzeigen
Vielen Dank schonmal,
gen