Changeset 19867 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
- Timestamp:
- 02/18/20 20:25:21 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
r19831 r19867 69 69 <xsl:param name="title"/> 70 70 71 <div class=" Note">71 <div class="ContentOptions"> 72 72 <h3><xsl:value-of select="$title"/></h3> 73 73 74 <table >74 <table class="SingleRowTable"> 75 75 <tr> 76 76 <td><label for="indicatorViews"><h4>Data Views:</h4></label></td> … … 81 81 <td> 82 82 <xsl:variable name="currentIndicatorViewName" select="$indicatorView/NAME"/> 83 <select name="indicatorViews" id="indicatorViews" onchange="location=this.value; this.value='';" style="max-width: 300px;">83 <select name="indicatorViews" id="indicatorViews" onchange="location=this.value; this.value='';"> 84 84 <xsl:for-each select="$indicator/INDICATOR_VIEWS/INDICATOR_VIEW"> 85 85 <option value="{concat($ibis.contextPath, 'indicator/view/', NAME, '.html')}"> … … 94 94 95 95 <td> 96 <select name="moreInformation" id="moreInformation" onchange="location=this.value; this.value='';" style="max-width: 200px;">96 <select name="moreInformation" id="moreInformation" onchange="location=this.value; this.value='';"> 97 97 <option value="javascript:location"></option> 98 98 <option value="{concat($ibis.contextPath, 'indicator/facts/', $indicator/NAME, '.html')}">Important Facts</option> … … 105 105 106 106 <td> 107 <select name="relatedIndicators" id="relatedIndicators" onchange="location=this.value; this.value='';" style="width: 300px;">107 <select name="relatedIndicators" id="relatedIndicators" onchange="location=this.value; this.value='';"> 108 108 <option value="javascript:location"></option> 109 109 <xsl:for-each select="$indicator/RELATIONS/RELATION/RELATED_INDICATORS/RELATED_INDICATOR">
Note: See TracChangeset
for help on using the changeset viewer.