A few questions about Zope and Zwicki!
22 Jun
2001
22 Jun
'01
12:23 p.m.
Hello! How can I change the URL from a Zope Page? How can list all links in alphabethic order, in zwicki, under one link? Thank you for a prompt answer! Fredrik
22 Jun
22 Jun
3:10 p.m.
New subject: [Zope] Re: [Zope]A few questions about Zope and Zwicki!
"von Zernichow, Fredrik" <fredrikv@student.ethz.ch> writes:
Hello! How can I change the URL from a Zope Page? How can list all links in alphabethic order, in zwicki, under one link?
I'll take a guess - something like: <dtml-var "RESPONSE.redirect('http://something/something')"> and <dtml-with aq_parent> <dtml-in objectIds sort> <a href="&dtml-sequence-item;">&dtml-sequence-item;</a><br> </dtml-in> </dtml-with>
9054
Age (days ago)
9054
Last active (days ago)
1 comments
2 participants
participants (2)
-
Simon Michael -
von Zernichow, Fredrik