Michael,
That did it! Thank you. Now that the collection works like I
want it to work, I'll be busy adding content. I'll announce
when it is available to the public.
Thanks again for everyone's help,
Victor
---
Victor T. Jones, Jr.
Local History and Genealogy Librarian
New Bern-Craven County Public Library
400 Johnson Street
New Bern, NC 28560-4098
Phone: (252) 638-7808 Fax: (252) 638-7817
E-mail: vjones@cpclib.org
Web: http://newbern.cpclib.org/
Opinions expressed in this communication are mine and do not
necessarily represent the opinions of the library.
-----Original Message-----
From: Michael Dewsnip [mailto:mdewsnip@cs.waikato.ac.nz]
Sent: Sunday, March 26, 2006 9:31 PM
To: Victor T. Jones, Jr.
Cc: greenstone-users@list.scms.waikato.ac.nz
Subject: Re: [greenstone-users] Subject Browse Help
Hi Victor,
In this case you need to add an {If} statement to format the
internal
nodes (the bookshelves) differently from the leaf nodes (the
documents).
The "[numleafdocs]" metadata is only defined for
bookshelves, so you can
use this to differentiate them:
{If}{[numleafdocs],<Code for bookshelf nodes>,<Code for
document nodes>}
Regards,
Michael |