Last change
on this file since 25011 was
25011,
checked in by LoisHaggard_STG, 10 months ago
|
NM mmibis-view changed a bunch of ss.xslt files from <xsl:stylesheet version="2.0" to <xsl:stylesheet version="3.0" and updated NM phone number on the query data use agreement
|
File size:
1.5 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/SiteSpecific</name> |
---|
13 | <summary>Provides 'community profile' site specific template overrides</summary> |
---|
14 | <description> |
---|
15 | Provides a community profile specific 'siteSpecific.leftNavigationMenu' |
---|
16 | template that implements the adopter 'Home' specific Menu definitions. |
---|
17 | </description> |
---|
18 | </ibis:doc> |
---|
19 | <xsl:param name="SiteSpecific.siteNavigationSelectedSelectionName" select="'communityMenu'" |
---|
20 | ibis:doc="Element ID of the 'Indicator Profile' top tab navigation menu element. This allows |
---|
21 | the tab to have its class set to the 'On' value thus showing the sub section of the |
---|
22 | system that the user is in." |
---|
23 | /> |
---|
24 | <xsl:param name="SiteSpecific.navigationPathSelections"> |
---|
25 | <SELECTION> |
---|
26 | <CONTENT>Data Portal</CONTENT> |
---|
27 | </SELECTION> |
---|
28 | <SELECTION> |
---|
29 | <CONTENT>County Profile</CONTENT> |
---|
30 | </SELECTION> |
---|
31 | </xsl:param> |
---|
32 | |
---|
33 | |
---|
34 | <xsl:param name="Page.communityIndicatorSet" |
---|
35 | select="$Page.indicatorSets/INDICATOR_SET[NAME = 'HealthStatusOutcomes']" |
---|
36 | /> |
---|
37 | <xsl:param name="Page.communityReportType" select="'indicators'"/> |
---|
38 | |
---|
39 | <xsl:param name="Page.communityDimensionNames"> |
---|
40 | <NAME>GeoCnty</NAME> |
---|
41 | </xsl:param> |
---|
42 | |
---|
43 | </xsl:stylesheet> |
---|
44 | <!-- ============================= End of File ============================= --> |
---|
45 | |
---|
Note: See
TracBrowser
for help on using the repository browser.