comparison gnv/src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp @ 1007:de9a0b16e99f

Fixed some more XHTML-Mistakes gnv/trunk@1217 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 15 Jun 2010 08:10:44 +0000
parents c7f8a9b4b006
children 28a0628b11b0
comparison
equal deleted inserted replaced
1006:237c73a2b0dd 1007:de9a0b16e99f
84 check = ""; 84 check = "";
85 } 85 }
86 else { 86 else {
87 check = "checked=\"checked\""; 87 check = "checked=\"checked\"";
88 }%> 88 }%>
89 <input type="checkbox" <%= check %> name="bintype" value="bincount" id="checkCount" onClick="toggleBinType('checkWidth')">&nbsp;</input> 89 <input type="checkbox" <%= check %> name="bintype" value="bincount" id="checkCount" onClick="toggleBinType('checkWidth')"/>
90 <%}%> 90 <%}%>
91 <%if (om.getName().equals("binwidth")) { 91 <%if (om.getName().equals("binwidth")) {
92 String check = ""; 92 String check = "";
93 if (diaOpts != null && diaOpts.equalsIgnoreCase("binwidth")) { 93 if (diaOpts != null && diaOpts.equalsIgnoreCase("binwidth")) {
94 check = "checked=\"checked\""; 94 check = "checked=\"checked\"";
95 } 95 }
96 else if (diaOpts == null) { 96 else if (diaOpts == null) {
97 check = ""; 97 check = "";
98 }%> 98 }%>
99 <input type="checkbox" <%= check %> name="bintype" value="binwidth" id="checkWidth" onClick="toggleBinType('checkCount')">&nbsp;</input> 99 <input type="checkbox" <%= check %> name="bintype" value="binwidth" id="checkWidth" onClick="toggleBinType('checkCount')"/>
100 <%}%> 100 <%}%>
101 </td> 101 </td>
102 <td class="parameter"> 102 <td class="parameter">
103 <bean-el:message key="<%=om.getName()%>"/> 103 <bean-el:message key="<%=om.getName()%>"/>
104 </td> 104 </td>

http://dive4elements.wald.intevation.org