Changeset 22713 in main
- Timestamp:
- 03/16/21 20:52:22 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm-epht/trunk/src/main/webapps/nmepht-view/xslt/html/topic/SiteSpecific.xslt
r22708 r22713 39 39 <div class="Container"> 40 40 <div class="Content"> 41 <h4>Associated Indicator Reports</h4> 42 Health Indicator Reports provide more specific, detailed data and 43 information that is related to this health topic. These reports include 44 interactive thematic maps, charts, and data tables along with 45 why this health indicator is important, what is being done, meta 46 data and much more. Simply click on the links in the list below 47 to view this information. 41 Indicator reports provide numeric data with public health 42 context for environmental factors or health outcomes potentially 43 related to those environmental factors. 48 44 49 45 <xsl:call-template name="HTMLContent.getSelectionsList"> … … 67 63 <div class="Container"> 68 64 <div class="Content"> 69 <h4>Associated Queryable Datasets</h4> 70 Queryable Datasets provides access to record level data. 71 Who, what, when, and where as well as other data attribute 72 values can be specified as filtering criteria. Options 73 also exist that control how to display (group by) the data. 65 Explore environmental exposure and health outcomes data, 66 and view in a data table, map, graph, or chart. Download 67 the data and metadata in a variety of formats. 74 68 75 69 <xsl:call-template name="HTMLContent.getSelectionsList"> … … 100 94 <xsl:call-template name="ibis.include"> 101 95 <xsl:with-param name="url" select="$url"/> 96 <xsl:with-param name="includeChildrenOnly" select="true()"/> 102 97 </xsl:call-template> 103 98 </xsl:variable> … … 106 101 <xsl:call-template name="SelectionsList.processSelections"> 107 102 <xsl:with-param name="selections" select="$selections"/> 103 <xsl:with-param name="showSelectionsTitle" select="true()"/> 104 <xsl:with-param name="headingLevel" select="3"/> 108 105 </xsl:call-template> 109 106 </xsl:if>
Note: See TracChangeset
for help on using the changeset viewer.