Changeset 19781 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
- Timestamp:
- 02/01/20 21:24:45 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
r19742 r19781 29 29 Health Indicator Report - <xsl:value-of select="ibis:getCompleteIndicatorViewTitle($indicator, $indicatorView, $Indicator.dimensions)"/> 30 30 </xsl:param> 31 <xsl:param name="Page. sectionsTitle" ibis:doc="Page's content block title text based on the 'INDICATOR/TITLE' element.">31 <xsl:param name="Page.contentTitle" ibis:doc="Page's content block title text based on the 'INDICATOR/TITLE' element."> 32 32 <xsl:value-of select="ibis:getCompleteIndicatorViewTitle($indicator, $indicatorView, $Indicator.dimensions)"/> 33 33 </xsl:param> … … 47 47 48 48 <xsl:param name="Indicator.contentBlockType" select="'fixed'"/> 49 <xsl:param name="Indicator.contentBlockTitleLevel" select="3"/> 50 51 52 <xsl:template name="Page. sectionsContent" ibis:doc="Main page content template that determines if IP or Surrogate.">49 50 51 52 <xsl:template name="Page.contentBody" ibis:doc="Main page content template that determines if IP or Surrogate."> 53 53 54 54 <!-- if no external content or external content AND a dest selector then call the default page. --> … … 106 106 <xsl:message select="$indicatorViewDatasetRecords"/> 107 107 108 <style>109 .Container.Text110 {111 background-color: #f8f8f8;112 padding: 0.5em 1.5em 1em 1.5em;113 border: 1px solid #999;114 width: 100%;115 }116 .Graphic.Chart, .Graphic.Map, .Graphic.Grid117 {118 margin-top: 1.5em;119 }120 </style>121 108 <!-- 122 109 <xsl:call-template name="Indicator.whyImportant"/> 123 110 --> 124 111 125 <div class="Note"> 126 <h3>Report Options</h3> 127 128 <xsl:call-template name="Indicator.views"/> 129 130 Sort by: 131 <select name="dimensionValue" id="dimensionValue" onchange="requestSamePageDifferentDimensionValue()"> 132 <option value="">blah blah</option> 133 </select> 134 Filter by: 135 <select name="dimensionValue" id="dimensionValue" onchange="requestSamePageDifferentDimensionValue()"> 136 <option value="">blah blah</option> 137 </select> 138 139 </div> 140 <br/> 112 <xsl:call-template name="Page.options"> 113 <xsl:with-param name="title">Indicator Report Data View Options</xsl:with-param> 114 </xsl:call-template> 141 115 142 116 <xsl:if test="$Page.showMap"> … … 174 148 </xsl:call-template> 175 149 <xsl:call-template name="Indicator.dataSources"/> 176 <xsl:call-template name="Indicator.definition"/>177 150 <xsl:call-template name="Indicator.howCalculated"/> 178 151
Note: See TracChangeset
for help on using the changeset viewer.