Here is a snippet code for old document listing (it is from my Old document listing howto at zope.org, do a list of all howtos). <dtml-in "zaprdek(bobobase_modification_time=_.DateTime()-60, bobobase_modification_time_usage='range:max')" sort=bobobase_modification_time reverse> <dtml-var bobobase_modification_time fmt="%d-%m-%y %H:%M"> <a href="&dtml-getURL;/manage"><dtml-var "zaprdek.getpath(data_record_id_)"></a> <dtml-if owner_info><dtml-with owner_info mapping><B><dtml-var id></B> [&dtml-path;]</dtml-with> <dtml-else><I>!!! not owned !!!</I> </dtml-if><br> </dtml-in> Regards JL. ---------- | Odesílatel: michael.tañag <almightymike@yahoo.com> I'm new to zope. i'm developing a page that needs to search for files inside the site. following instructions on the web on how to use zcatalog, i was able to make a simple search engine. It showed the results that I needed. My problem is how do I make these results, say the ID, point to the object it refers to? Can anyone help me. Thank you!
participants (1)
-
Jaroslav Lukesh