Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 162:3be414dc974a
The Submitbutton now is placed properly after single
IinputFields issue81
gnv/trunk@322 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 11 Nov 2009 13:20:34 +0000 |
parents | 573655a161d7 |
children | a8b1875dcd93 |
comparison
equal
deleted
inserted
replaced
161:9b35599f50bb | 162:3be414dc974a |
---|---|
21 | 21 |
22 <%if (ui != null){%> | 22 <%if (ui != null){%> |
23 <div id="timeseriesfilter"> | 23 <div id="timeseriesfilter"> |
24 <form id="fisSelectionForm" onsubmit="displayOverlay()" action="<%=response.encodeURL("next.do")%>") method="post"> | 24 <form id="fisSelectionForm" onsubmit="displayOverlay()" action="<%=response.encodeURL("next.do")%>") method="post"> |
25 <fieldset> | 25 <fieldset> |
26 <%=ui != null ? ui.toString() : "" %> | 26 <%=ui != null ? ui.toString().replaceAll(" ", "") : "" %> |
27 <br/> | 27 |
28 <%if(furthertargets){%> | 28 <%if(furthertargets){%> |
29 <input type="submit" value="<bean:message key="gnviewer.select.button"/>"/> | 29 <input type="submit" value="<bean:message key="gnviewer.select.button"/>"/> |
30 <%}else{%> | 30 <%}else{%> |
31 <input type="submit" value="<bean:message key="gnviewer.draw.button"/>"/> | 31 <input type="submit" value="<bean:message key="gnviewer.draw.button"/>"/> |
32 <%}%> | 32 <%}%> |