source: trunk/gsdl3/web/sites/localsite/siteConfig.xml@ 11232

Last change on this file since 11232 was 11232, checked in by kjdon, 18 years ago

added in the CrossCollectionSearch service and its format statement

  • Property svn:keywords set to Author Date Id Revision
File size: 972 bytes
Line 
1<siteConfig xmlns:gsf='http://www.greenstone.org/greenstone3/schema/ConfigFormat' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
2 <siteList/>
3 <serviceRackList>
4 <!-- uncomment to provide the GATE tagging service -->
5 <!--<serviceRack name="GATEServices"/>-->
6 <serviceRack name="CrossCollectionSearch">
7 <format>
8 <!-- this format is used for the search results -->
9 <gsf:template match="documentNode">
10 <td><a><xsl:attribute name='href'>?a=d&amp;c=<xsl:value-of select='@collection'/>&amp;d=<xsl:value-of select='@nodeID'/><xsl:if test="@nodeType='leaf'">&amp;sib=1</xsl:if>&amp;dt=<xsl:value-of select='@docType'/>&amp;p.a=q&amp;&amp;p.s=TextQuery&amp;p.c=</xsl:attribute><gsf:icon/></a></td>
11 <td>[<a href='?a=p&amp;sa=about&amp;c={@collection}'><xsl:value-of select='@collection'/></a>]</td>
12 <td><gsf:metadata name='Title'/></td>
13 </gsf:template>
14 </format>
15 </serviceRack>
16 </serviceRackList>
17 <serviceClusterList/>
18</siteConfig>
Note: See TracBrowser for help on using the repository browser.