[ZPT] Is there a way to translate the following into ZPT?

Tom Deprez Tom Deprez" <tom.deprez@uz.kuleuven.ac.be
Thu, 4 Oct 2001 17:05:53 +0200


Dit is een meerdelig bericht in MIME-indeling.

------=_NextPart_000_026B_01C14CF6.D3436640
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<dtml-var standard_html_header>

<p><a href=3D"&dtml-URL0;?expand_all=3D1">Expand All</a> |
   <a href=3D"&dtml-URL0;?collapse_all=3D1">Collapse All</a>
</p>

<dtml-tree branches_expr=3D"objectValues(['Folder','File', 'Structured =
Text Document'])">
  <dtml-if "meta_type=3D=3D'File' or meta_type=3D=3D'Structured Text =
Document'">
    <a href=3D"&dtml-absolute_url;"><dtml-var title_or_id></a>
  <dtml-else>
    <dtml-var title_or_id>
  </dtml-if>
</dtml-tree>

<dtml-var standard_html_footer>

Thanks,
Tom

------=_NextPart_000_026B_01C14CF6.D3436640
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>&lt;dtml-var =
standard_html_header&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;p&gt;&lt;a=20
href=3D"&amp;dtml-URL0;?expand_all=3D1"&gt;Expand All&lt;/a&gt; =
|<BR>&nbsp;&nbsp;=20
&lt;a href=3D"&amp;dtml-URL0;?collapse_all=3D1"&gt;Collapse=20
All&lt;/a&gt;<BR>&lt;/p&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;dtml-tree=20
branches_expr=3D"objectValues(['Folder','File', 'Structured Text=20
Document'])"&gt;<BR>&nbsp; &lt;dtml-if "meta_type=3D=3D'File' or=20
meta_type=3D=3D'Structured Text Document'"&gt;<BR>&nbsp;&nbsp;&nbsp; =
&lt;a=20
href=3D"&amp;dtml-absolute_url;"&gt;&lt;dtml-var=20
title_or_id&gt;&lt;/a&gt;<BR>&nbsp; =
&lt;dtml-else&gt;<BR>&nbsp;&nbsp;&nbsp;=20
&lt;dtml-var title_or_id&gt;<BR>&nbsp;=20
&lt;/dtml-if&gt;<BR>&lt;/dtml-tree&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;dtml-var =
standard_html_footer&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Tom</FONT></DIV></BODY></HTML>

------=_NextPart_000_026B_01C14CF6.D3436640--