[ZPT] what is the TAL equivalent of this DTML code!!

vaibhav uprety uprety_vaibhav at yahoo.co.in
Thu Jul 15 07:36:12 EDT 2004


Hi 
 
i have written this DTML method for showing the files in a folder. This method works fine. please help me to implement this in form of a page template.
 
Here is the DTML method
--------------------------------------------------------------------------------------------------------- 
<dtml-if "objectItems('File')">
<table width="100%">
<dtml-in "objectItems('File')">
<tr>
<td>
<a  href="<dtml-var absolute_url>">
  <dtml-var id></a></td>
</tr>
</dtml-in>
</table>
<dtml-else> NO DOCUMENTS FOUND</h3>
 </dtml-if>
---------------------------------------------------------------------------------------------------------
 
Thanks in advance
 
Vaibhav Uprety

Yahoo! India Careers: Over 65,000 jobsonline.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zpt/attachments/20040715/6ff8d8cd/attachment.htm


More information about the ZPT mailing list