Changeset 19902 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
- Timestamp:
- 02/25/20 00:49:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
r19891 r19902 74 74 75 75 <div class="Container"> 76 <div >77 <label for="indicatorViews"> <h4>Data Views:</h4></label>76 <div class="Block"> 77 <label for="indicatorViews">Data Views:</label> 78 78 <xsl:variable name="currentIndicatorViewName" select="$indicatorView/NAME"/> 79 79 <select name="indicatorViews" id="indicatorViews" onchange="location=this.value; this.value='';"> … … 98 98 </div> 99 99 100 <div >101 <label for="moreInformation"> <h4>More Information:</h4></label>100 <div class="Block"> 101 <label for="moreInformation">More Information:</label> 102 102 <select name="moreInformation" id="moreInformation" onchange="location=this.value; this.value='';"> 103 103 <xsl:if test="('services' != $pageType) and ('facts' != $pageType) and ('resources' != $pageType)"> … … 128 128 129 129 <xsl:if test="0 != count($indicator/RELATIONS/RELATION/RELATED_INDICATORS/RELATED_INDICATOR)"> 130 <div >131 <label for="relatedIndicators"> <h4>Related Indicator Reports:</h4></label>130 <div class="Block"> 131 <label for="relatedIndicators">Related Indicator Reports:</label> 132 132 <select name="relatedIndicators" id="relatedIndicators" onchange="location=this.value; this.value='';"> 133 133 <option value="javascript:location"></option> … … 141 141 142 142 <xsl:if test="0 != count($indicator/TOPICS/TOPIC)"> 143 <div >144 <label for="relatedIndicators"> <h4>Associated Health Topics:</h4></label>143 <div class="Block"> 144 <label for="relatedIndicators">Associated Health Topics:</label> 145 145 <select name="associatedHealthTopics" id="associatedHealthTopics" onchange="location=this.value; this.value='';"> 146 146 <option value="javascript:location"></option>
Note: See TracChangeset
for help on using the changeset viewer.