[Zope] (no subject)
Jay, Dylan
djay@lucent.com
Fri, 23 Jun 2000 16:32:39 +1000
Here's a feature I just submitted to the collector.
It seems to me that a few tweaks to the dtml-if syntax would be beneficial
something like the following would certainly clean up some of the logic I
end up writing.
<dtml-if X>
<a href="a_url">
<dtml-always>
link text
<dtml-else>
(no link currently available)
<dtml-then>
</a>
</dtml-if>
What do people think? I've not implemented it but I wouldn't imagine its
very hard.