[Zope] dtml-in navigation...
John Hunter
jdhunter@ace.bsd.uchicago.edu
Fri, 17 May 2002 09:12:46 -0500
>>>>> "Michael" == Michael Fox <Michael@Wodin.CenturySoftware.com.au> writes:
Michael> Does anyone know of a way to implement something like
Michael> google, to provide a mechanism to jump to a particular
Michael> page/batch, eg.
Batch processing is covered in 'Batch Processing With The In Tag' in
the chapter 'Variables and Advanced DTML' in The Zope Book.
http://www.zope.org/Documentation/ZopeBook/AdvDTML.stx
The Appendix A of that book, in the DTML reference of the 'in'
tag, gives you further information
http://www.zope.org/Documentation/ZopeBook/AppendixA.stx
These examples show you how to do 'next' and 'previous'. You may have
to search further or modify the code there to explicitly jump to the
Nth page.
John Hunter