diff 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
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/jsp/index.jsp	Sun Jan 17 21:18:30 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/index.jsp	Mon Jan 18 13:42:44 2010 +0000
@@ -14,8 +14,9 @@
   }
 %>
     <div>
-    <jsp:include page="includes/display_fis_inc.jsp"></jsp:include>
-    <%if (staticui != null){ %>
+    <%if (staticui == null){ %>
+        <jsp:include page="includes/display_fis_inc.jsp"></jsp:include>
+    <%} else {%>
         <%=staticui.toString()%>
     <%}%>
     
@@ -35,4 +36,4 @@
     </div>
     <%}%>
     </div>
-    <jsp:include page="includes/display_diagramm_inc.jsp"></jsp:include>
\ No newline at end of file
+    <jsp:include page="includes/display_diagramm_inc.jsp"></jsp:include>

http://dive4elements.wald.intevation.org