[Zope] Local File System

Jonothan Farr jfarr@real.com
Fri, 19 May 2000 13:07:16 -0700


> I'm just getting started, but managed to use
> the following to display only JPG's, and then
> only ones starting with "tn_" (my thumbnails):


There's an easier way. =)

<ul>
<dtml-in "tester.fileIds(spec='tn_*.jpg')">
      <img src="tester/<dtml-var sequence-item>">
</dtml-in>
</ul>

--jfarr

"Perl is worse than Python because people wanted it worse."
Larry Wall, 14 Oct 1998