[ZDP] ZDP-Tools: Download Documentfolder version Jan_16

Maik.Röder roeder@berg.net
Mon, 17 Jan 2000 16:24:27 +0100


Hi Tom !


> Just thought that you're the maker of the news on the index_html page. Good
> idea (I also thought on setting news as the first page, but this is actually
> better!).

Have a look at:

http://zdp.zope.org:8080/ZDP/projects/zdptools

> Can you only explain me what ListLatestWeekNews just does?
> 
> eg. <dtml-call "REQUEST.set('rev', [])">  why do you set variable 'rev'?

Not so important. Got that from breadcrumbs. Now I use
your method for reversing lists (That's where the rev comes from): 

<UL>
<dtml-in "objectValues(['News'])" reverse>
<dtml-if sequence-start>
<LI><B><dtml-var name></B>
<BR><dtml-var Main>
</dtml-if>
</dtml-in>
</UL>

Greetings, 

Maik


Greetings,

Maik Röder