Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 400:a8b1875dcd93
Just include a select box for choosing the fis if there is no static part in the describe document.
gnv/trunk@563 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Jan 2010 13:42:44 +0000 |
parents | 3be414dc974a |
children | 3a286c9e186c |
comparison
equal
deleted
inserted
replaced
399:aaf04967bd53 | 400:a8b1875dcd93 |
---|---|
12 if (furthertargetsObject != null){ | 12 if (furthertargetsObject != null){ |
13 furthertargets = ((Boolean)furthertargetsObject).booleanValue(); | 13 furthertargets = ((Boolean)furthertargetsObject).booleanValue(); |
14 } | 14 } |
15 %> | 15 %> |
16 <div> | 16 <div> |
17 <jsp:include page="includes/display_fis_inc.jsp"></jsp:include> | 17 <%if (staticui == null){ %> |
18 <%if (staticui != null){ %> | 18 <jsp:include page="includes/display_fis_inc.jsp"></jsp:include> |
19 <%} else {%> | |
19 <%=staticui.toString()%> | 20 <%=staticui.toString()%> |
20 <%}%> | 21 <%}%> |
21 | 22 |
22 <%if (ui != null){%> | 23 <%if (ui != null){%> |
23 <div id="timeseriesfilter"> | 24 <div id="timeseriesfilter"> |