Last change
on this file since 19916 was
19916,
checked in by GarthBraithwaite_STG, 2 years ago
|
db, view - fixed prev other topic name. Implemented topic ip list. Cleaned up and moved _commity.css to Community. XML services and model map cleanup and better descrips. Removed extra "/" from dynamic IP paths when building filename. Renamed IP page.options to page.contentOptions to be consist.
|
File size:
1.4 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 | <ibis:doc> |
---|
12 | <name>html/community/facts/SiteSpecific</name> |
---|
13 | <summary>Provides 'community Quick Facts' site specific template overrides</summary> |
---|
14 | <description> |
---|
15 | Provides a community specific 'siteSpecific.leftNavigationMenu' |
---|
16 | template that implements the highlight prev/next specific Menu definitions. |
---|
17 | </description> |
---|
18 | </ibis:doc> |
---|
19 | |
---|
20 | <xsl:param name="SiteSpecific.navigationPathSelections"> |
---|
21 | <SELECTION> |
---|
22 | <TITLE>community</TITLE> |
---|
23 | <LOCAL_URL>community</LOCAL_URL> |
---|
24 | </SELECTION> |
---|
25 | <SELECTION> |
---|
26 | <TITLE>index</TITLE> |
---|
27 | <LOCAL_URL>community/index/<xsl:value-of select="$Page.dimensionName"/>.html</LOCAL_URL> |
---|
28 | </SELECTION> |
---|
29 | <SELECTION> |
---|
30 | <TITLE>indicators</TITLE> |
---|
31 | <LOCAL_URL><xsl:value-of select="concat('community/indicators/', $Page.indicatorSetName, '/', $Page.dimensionName, '/', $Page.dimensionValue, '.html')"/></LOCAL_URL> |
---|
32 | </SELECTION> |
---|
33 | <SELECTION> |
---|
34 | <TITLE>Quick Facts</TITLE> |
---|
35 | <LOCAL_URL><xsl:value-of select="concat('community/facts/', $Page.dimensionName, '/', $Page.dimensionValue, '.html')"/></LOCAL_URL> |
---|
36 | </SELECTION> |
---|
37 | </xsl:param> |
---|
38 | |
---|
39 | </xsl:stylesheet> |
---|
40 | <!-- ============================= End of File ============================= --> |
---|
Note: See
TracBrowser
for help on using the repository browser.