Last change
on this file since 19868 was
15958,
checked in by Garth Braithwaite, 4 years ago
|
view - cleaned out unused complete_profile, and IP/view folders and spring configs. Removed auth and company from all xslt ibis:doc elements.
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | |
---|
3 | <xsl:stylesheet version="3.0" |
---|
4 | xmlns:xsl ="http://www.w3.org/1999/XSL/Transform" |
---|
5 | xmlns:ibis="http://www.ibisph.org" |
---|
6 | |
---|
7 | exclude-result-prefixes="ibis" |
---|
8 | > |
---|
9 | <xsl:import href="../SiteSpecific.xslt"/> |
---|
10 | |
---|
11 | |
---|
12 | <ibis:doc> |
---|
13 | <name>html/query/SiteSpecific</name> |
---|
14 | <summary>Provides adopter 'query' core site specific template overrides</summary> |
---|
15 | <description> |
---|
16 | Provides a query specific '_site_specific' API template |
---|
17 | implmentation of 'siteSpecific.topMenu' and default |
---|
18 | query left nav menu. |
---|
19 | </description> |
---|
20 | </ibis:doc> |
---|
21 | |
---|
22 | <xsl:param name="SiteSpecific.siteNavigationSelectedSelectionName" select="'queryMenu'" |
---|
23 | ibis:doc="Element ID of the 'Query' top tab navigation menu element. This allows |
---|
24 | the tab to have its class set to the 'On' value thus showing the sub section of the |
---|
25 | system that the user is in." |
---|
26 | /> |
---|
27 | |
---|
28 | <xsl:param name="SiteSpecific.navigationPathSelections"> |
---|
29 | <SELECTION> |
---|
30 | <TITLE>query</TITLE> |
---|
31 | <LOCAL_URL>query</LOCAL_URL> |
---|
32 | </SELECTION> |
---|
33 | </xsl:param> |
---|
34 | |
---|
35 | </xsl:stylesheet> |
---|
36 | <!-- ============================= End of File ============================= --> |
---|
Note: See
TracBrowser
for help on using the repository browser.