Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 27:573655a161d7
Please-Wait Dialog from old Project reactivated.
gnv/trunk@129 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Thu, 24 Sep 2009 12:38:08 +0000 |
parents | 367a00e4b9ad |
children | 3be414dc974a |
comparison
equal
deleted
inserted
replaced
26:01e5ae4e7a12 | 27:573655a161d7 |
---|---|
19 <%=staticui.toString()%> | 19 <%=staticui.toString()%> |
20 <%}%> | 20 <%}%> |
21 | 21 |
22 <%if (ui != null){%> | 22 <%if (ui != null){%> |
23 <div id="timeseriesfilter"> | 23 <div id="timeseriesfilter"> |
24 <form id="fisSelectionForm" 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() : "" %> |
27 <br/> | 27 <br/> |
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"/>"/> |