comparison gnv/src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp @ 694:271ec4d11a9f

Changed the whole design of the application regarding the bsh styleguide. gnv/trunk@925 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 13 Apr 2010 16:44:30 +0000
parents 9a019c125b60
children d2582f75b144
comparison
equal deleted inserted replaced
693:d4d1eb56d725 694:271ec4d11a9f
95 check = ""; 95 check = "";
96 }%> 96 }%>
97 <input type="checkbox" <%= check %> name="bintype" value="binwidth" id="checkWidth" onClick="toggleBinType('checkCount')">&nbsp;</input> 97 <input type="checkbox" <%= check %> name="bintype" value="binwidth" id="checkWidth" onClick="toggleBinType('checkCount')">&nbsp;</input>
98 <%}%> 98 <%}%>
99 </td> 99 </td>
100 <td> 100 <td class="parameter">
101 <bean-el:message key="<%=om.getName()%>"/> 101 <bean-el:message key="<%=om.getName()%>"/>
102 </td> 102 </td>
103 <td> 103 <td>
104 <%if (om.getType().equalsIgnoreCase("boolean")){ 104 <%if (om.getType().equalsIgnoreCase("boolean")){
105 boolean checked = useDiagrammOptions ? "true".equalsIgnoreCase(diagrammOptions.getValue(om.getName())) : om.getValue().equalsIgnoreCase("true"); 105 boolean checked = useDiagrammOptions ? "true".equalsIgnoreCase(diagrammOptions.getValue(om.getName())) : om.getValue().equalsIgnoreCase("true");

http://dive4elements.wald.intevation.org