comparison flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl @ 2900:7715324132bf

Render checked checkboxes in html event overview. flys-client/trunk@4657 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 14 Jun 2012 10:01:16 +0000
parents 180a500d7ddb
children 329db21372ba
comparison
equal deleted inserted replaced
2899:93302bd16f42 2900:7715324132bf
94 94
95 <xsl:template match="event"> 95 <xsl:template match="event">
96 <tr id="{@cid}"> 96 <tr id="{@cid}">
97 <xsl:if test="$render-checkboxes"> 97 <xsl:if test="$render-checkboxes">
98 <td> 98 <td>
99 <input type="checkbox" name="{$project-uuid}:{@cid}" onclick="{$callback}"/> 99 <input type="checkbox" name="{$project-uuid}:{@cid}" checked="true" onclick="{$callback}"/>
100 </td> 100 </td>
101 </xsl:if> 101 </xsl:if>
102 <td> 102 <td>
103 <xsl:apply-templates mode="sectors"/> 103 <xsl:apply-templates mode="sectors"/>
104 </td> 104 </td>

http://dive4elements.wald.intevation.org