changeset 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 01e5ae4e7a12
children d93ea867406b
files gnv/Changelog gnv/src/main/webapp/WEB-INF/jsp/index.jsp gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp
diffstat 3 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gnv/Changelog	Thu Sep 24 12:30:26 2009 +0000
+++ b/gnv/Changelog	Thu Sep 24 12:38:08 2009 +0000
@@ -1,3 +1,11 @@
+2009-09-24  Tim Englich  <tim.englich@intevation.de>
+
+    * src/main/webapp/WEB-INF/jsp/mainlayout.jsp Edited:
+      Obsolet Javascript References Removed
+      Added Javascript-Reference to the gnviewer.js File
+    * src/main/webapp/WEB-INF/jsp/index.jsp Edited: 
+      Please Wait Dialog integrated if an Form will be submittend
+      
 2009-09-24  Tim Englich  <tim.englich@intevation.de>
     * src/main/webapp/scripts/gnviewer.js Added:
       Added Javascript-File from Old-Project Revision: 3101
--- a/gnv/src/main/webapp/WEB-INF/jsp/index.jsp	Thu Sep 24 12:30:26 2009 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/index.jsp	Thu Sep 24 12:38:08 2009 +0000
@@ -21,7 +21,7 @@
     
     <%if (ui != null){%>
     <div id="timeseriesfilter">
-        <form id="fisSelectionForm" action="<%=response.encodeURL("next.do")%>") method="post">
+        <form id="fisSelectionForm" onsubmit="displayOverlay()" action="<%=response.encodeURL("next.do")%>") method="post">
            <fieldset>
             <%=ui != null ? ui.toString() : "" %>
             <br/>
--- a/gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp	Thu Sep 24 12:30:26 2009 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp	Thu Sep 24 12:38:08 2009 +0000
@@ -14,10 +14,7 @@
         <meta http-equiv="cache-control" content="no-cache"/>
         <meta name="robots" content="noindex"/>
         <link href="styles/default.css" rel="stylesheet" type="text/css"/>
-        <link href="styles/calendar-blue.css" rel="stylesheet" type="text/css"/>
-        <script type="text/javascript" src="scripts/calendar.js"></script>
-        <script type="text/javascript" src="scripts/calendar-de.js"></script>
-        <script type="text/javascript" src="scripts/calendar-setup.js"></script>
+        <script type="text/javascript" src="scripts/gnviewer.js"></script>
     </head>
 
     <body id="gnviewerbody">

http://dive4elements.wald.intevation.org