Hi,
Most Geonetworks catalogues display the list of Categories on the home page for a quick search facility.
This one does not, & I can't find any way to enable this.
http://geodata.govt.nz/geonetwork_memp/srv/en/main.home
What I'm after is something like at:
https://secure.niwa.co.nz/boi_dc/srv/en/main.home
Where the list of categories is provide to uses directly as an easy way to filter & list records.
Can anyone let me know how I can enable this capability? Assuming the later version does support this.
Thanks,
Brent
Hello Brent,
Categories are normally placed just below the search criteria in the
standard GeoNetwork interface. The code that generates this html is in the
file ../geonetwork/xsl/main-page.xsl. Look for the section in the tag
<xsl:template name="categories">. This is the section that creates the list.
It is called by <xsl:call-template name="categories"/>. The example you
shared places this call in a different location than standard but should not
be too hard to mimic. It is most likely commented out in the example you
show that does not have this list.
Cheers,
Byron Cochrane
LISAsoft
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Listing-Categories-on-the-home-page-tp4993778p4993785.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.