comparison gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp @ 713:c84147a3105c

Fixed a bug when performing the html formular to adjust the chart output in IE (issue259). gnv/trunk@984 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 26 Apr 2010 09:36:40 +0000
parents 5f29bfeb61bd
children c7f8a9b4b006
comparison
equal deleted inserted replaced
712:4949379c8ea9 713:c84147a3105c
63 <div id="chartException" class="chartException"> 63 <div id="chartException" class="chartException">
64 '<%=exceptionValue%>' <bean-el:message key="<%=exceptionMsg%>"/> 64 '<%=exceptionValue%>' <bean-el:message key="<%=exceptionMsg%>"/>
65 </div> 65 </div>
66 <%}%> 66 <%}%>
67 67
68 <form id="outputOptionsForm" method="post" action="<%=response.encodeURL("changeOptions.do")%>"> 68 <form id="outputOptionsForm" method="post" action="<%=response.encodeURL("changeOptions.do?target="+target)%>">
69 <table class="static"> 69 <table class="static">
70 <%if (outputMode != null && outputMode.getOutputParameters() != null && !outputMode.getOutputParameters().isEmpty()){ 70 <%if (outputMode != null && outputMode.getOutputParameters() != null && !outputMode.getOutputParameters().isEmpty()){
71 Iterator<OutputParameter> it = outputMode.getOutputParameters().iterator(); 71 Iterator<OutputParameter> it = outputMode.getOutputParameters().iterator();
72 while (it.hasNext()){ 72 while (it.hasNext()){
73 OutputParameter om = it.next(); %> 73 OutputParameter om = it.next(); %>

http://dive4elements.wald.intevation.org