Render the number of occurrence in a batch
Hi, How to render the total number of result coming from the search in a ZCatalog even if the batch will be render in several sequences ? Howto render XXXX : "Your search contain XXXX results" FR.
Francois-Regis CHALAOUX wrote:
Hi,
How to render the total number of result coming from the search in a ZCatalog even if the batch will be render in several sequences ?
Howto render XXXX : "Your search contain XXXX results"
FR.
<dtml-var "_.len(YOURSEQUENCEGENERATOR)"> <dtml-in "YOURSEQUENCEGENERATOR"> </dtml-in> Kapil
On Fri, 1 Sep 2000, Kapil Thangavelu wrote:
Francois-Regis CHALAOUX wrote:
How to render the total number of result coming from the search in a ZCatalog even if the batch will be render in several sequences ?
Howto render XXXX : "Your search contain XXXX results"
<dtml-var "_.len(YOURSEQUENCEGENERATOR)">
Or just <dtml-var sequence-length> while inside the dtml-in, say inside the <dtml-if sequence-start> block. --RDM
participants (3)
-
Francois-Regis CHALAOUX -
Kapil Thangavelu -
R. David Murray