[Zope-CMF] Displaying portal content

Peter Blomert blomert@hagen.de
Wed, 18 Apr 2001 14:56:33 +0200


If you want links, try this (in action_box)

<tr class="&dtml-AuthClass;">
<td>
<dtml-with about>
<dtml-in expr="objectValues()">
<a href="&dtml-absolute_url;"><dtml-var title_or_id></a><br>
</dtml-in>
</dtml-with>
</td>
</tr>

cu online

Peter