[Zope] sequence-batch variables with dtml-in
Chris Withers
chrisw@nipltd.com
Wed, 23 May 2001 18:16:24 +0100
Hi,
I'm damaging the precious few braincells on the wal I'm banging my head against
right now, so I thought I'd ask here.
All i want to do is something like:
Results 19 to 25 of 33, searching for "one two three"
At the top of a dtml-in that's displaying the results of a catalog query.
I got this so far:
Results <B><dtml-var query_start></B>
to <B>???</B>
of <B><dtml-var sequence-length></B>,
searching for <B>"<dtml-var "REQUEST.searchText">"</B>
I need the bit that replaces the ???. I've trie everything i can think of and
I'm running out of hari to pull out ;-)
Anyone got the answer?
cheers,
Chris