Re: [greenstone-users] formatting issues

From Katherine Don
DateFri, 13 May 2005 12:02:44 +1200
Subject Re: [greenstone-users] formatting issues
In-Reply-To (624680750505110606433ea0d2-mail-gmail-com)
Hi

I'm not sure what a fixed-size div layer is, but I hope the following helps.

The search results are generated by the c++ code (query action).
To get the page, the

oops

The requested page could not be found. Please use your browsers 'back' button or the above home button to return to the Greenstone Digital Library. macro (in gsdl/macros/query.dm) is
displayed, then the search results, then the macro.
If you want to put div (or other) tags around the entire search results,
then put the start tag at the end of

oops

The requested page could not be found. Please use your browsers 'back' button or the above home button to return to the Greenstone Digital Library. and the end tag at the
start of in query.dm.
If you want to change the ordering of things in the search page, then
swap items around in and between the content and pagefooterextra macros.

Each individual item in the results list is formatted by the SearchVList
format statement (or VList if the other is not present).
If the format statement starts with <td> tags, then the search results
are output in a table, otherwise they are not.

I hope this is enough to get you started.

Regards,
Katherine Don
allen buenaflor wrote:
> Hello,
>
> Would anyone know how to control where the search results and other
> contents are displayed? I made a fixed-size (but scrollable) div
> layer and would like the search results to be displayed there. we are
> working on getting the other contents (i.e. when you click on a
> classifier) to be displayed there as well.
>
> i hope someone here could help.
>
> thanks. 6_6
>
> _______________________________________________
> greenstone-users mailing list
> greenstone-users@list.scms.waikato.ac.nz
> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users
>