Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl @ 2913:6d96443ed6e6
FixA: Overview: render column header too when rendering checkboxes.
flys-client/trunk@4734 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 21 Jun 2012 08:38:18 +0000 |
parents | 329db21372ba |
children | 7b601099db10 |
comparison
equal
deleted
inserted
replaced
2912:329db21372ba | 2913:6d96443ed6e6 |
---|---|
146 </td> | 146 </td> |
147 </tr> | 147 </tr> |
148 </xsl:template> | 148 </xsl:template> |
149 | 149 |
150 <xsl:template match="events"> | 150 <xsl:template match="events"> |
151 <table width="95%" border="1" cellspacing="0" cellpadding="0" | 151 <table width="97%" border="1" cellspacing="0" cellpadding="0" |
152 style="font-size: 11pt;font-family:Arial;Verdana,sans-serif"> | 152 style="font-size: 10pt;font-family:Arial;Verdana,sans-serif"> |
153 <colgroup> | 153 <colgroup> |
154 <xsl:if test="$render-checkboxes"> | 154 <xsl:if test="$render-checkboxes"> |
155 <col width="20px"/> | 155 <col width="20px"/> |
156 </xsl:if> | 156 </xsl:if> |
157 <col width="*"/> | 157 <col width="*"/> |
158 <col width="90px"/> | 158 <col width="75px"/> |
159 </colgroup> | 159 </colgroup> |
160 <tr> | 160 <tr> |
161 <xsl:if test="$render-checkboxes"> | |
162 <th> </th> | |
163 </xsl:if> | |
161 <th>km <xsl:value-of select="$events-min"/> - <xsl:value-of select="$events-max"/></th> | 164 <th>km <xsl:value-of select="$events-min"/> - <xsl:value-of select="$events-max"/></th> |
162 <th>Ereignis</th> | 165 <th>Ereignis</th> |
163 </tr> | 166 </tr> |
164 <xsl:apply-templates/> | 167 <xsl:apply-templates/> |
165 </table> | 168 </table> |