Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 413:0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
gnv/trunk@621 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 25 Jan 2010 14:53:38 +0000 |
parents | 8e39c74f9fb6 |
children | 9a5e50e7afaa |
comparison
equal
deleted
inserted
replaced
412:49898531c0b6 | 413:0ce07c6e132c |
---|---|
27 <%}%> | 27 <%}%> |
28 | 28 |
29 <%-- render the dynamic part to feed the state and advance to the next state --%> | 29 <%-- render the dynamic part to feed the state and advance to the next state --%> |
30 <%if (ui != null){%> | 30 <%if (ui != null){%> |
31 <div id="timeseriesfilter"> | 31 <div id="timeseriesfilter"> |
32 <form id="fisSelectionForm" onsubmit="displayOverlay()" action="<%=response.encodeURL("next.do")%>") method="post"> | 32 <form id="fisSelectionForm" onsubmit="displayOverlay()" action="<%=response.encodeURL("next.do")%>" method="post"> |
33 <fieldset> | 33 <fieldset> |
34 <%=ui != null ? ui.toString().replaceAll(" ", "") : "" %> | 34 <%=ui != null ? ui.toString().replaceAll(" ", "") : "" %> |
35 | 35 |
36 <%if(furthertargets){%> | 36 <%if(furthertargets){%> |
37 <input type="submit" value="<bean:message key="gnviewer.select.button"/>"/> | 37 <input type="submit" value="<bean:message key="gnviewer.select.button"/>"/> |