comparison gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 411:8e39c74f9fb6

Put former parameter into a fieldset with label and removed background image from all fieldsets. gnv/trunk@606 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 22 Jan 2010 16:08:42 +0000
parents 9602f4bffc07
children 0ce07c6e132c
comparison
equal deleted inserted replaced
410:9602f4bffc07 411:8e39c74f9fb6
16 %> 16 %>
17 <div> 17 <div>
18 <%if (staticui == null){ %> 18 <%if (staticui == null){ %>
19 <jsp:include page="includes/display_fis_inc.jsp"></jsp:include> 19 <jsp:include page="includes/display_fis_inc.jsp"></jsp:include>
20 <%} else {%> 20 <%} else {%>
21 <%=staticui.toString()%> 21 <div class="down">
22 <fieldset>
23 <legend><bean:message key="gnviewer.history.title"/></legend>
24 <%=staticui.toString()%>
25 </fieldset>
26 </div>
22 <%}%> 27 <%}%>
23 28
24 <%-- 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 --%>
25 <%if (ui != null){%> 30 <%if (ui != null){%>
26 <div id="timeseriesfilter"> 31 <div id="timeseriesfilter">

http://dive4elements.wald.intevation.org