comparison gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp @ 710:5f29bfeb61bd

Improved the design and layout of the user interface. gnv/trunk@980 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Sun, 25 Apr 2010 21:05:44 +0000
parents d2582f75b144
children c84147a3105c
comparison
equal deleted inserted replaced
709:68d0fba6f23e 710:5f29bfeb61bd
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")%>">
69 <table> 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(); %>
74 <tr> 74 <tr>

http://dive4elements.wald.intevation.org