Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/header.jsp @ 686:734e8301c9ea
Added links to reload the application and rebuild the user interface (issue13, issue18).
gnv/trunk@864 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 10:45:08 +0000 |
parents | 93b4dedc4e37 |
children | 271ec4d11a9f |
comparison
equal
deleted
inserted
replaced
685:e47e6762b431 | 686:734e8301c9ea |
---|---|
42 </form> | 42 </form> |
43 </td> | 43 </td> |
44 </tr> | 44 </tr> |
45 </table> | 45 </table> |
46 <%if (exceptionProject != null) {%> | 46 <%if (exceptionProject != null) {%> |
47 <div class="projectException"><bean:message key="<%=exceptionProject%>"/></div> | 47 <div class="projectException"> |
48 <bean:message key="<%=exceptionProject%>"/> | |
49 <br/> | |
50 <a href="<%=response.encodeURL("describe.do?uid="+System.currentTimeMillis())%>" title="<bean:message key="application.reload"/>"> | |
51 <bean:message key="application.reload"/> | |
52 </a> | |
53 </div> | |
48 <%}%> | 54 <%}%> |
49 | 55 |
50 <br/> | 56 <br/> |
51 <%if (showmapviewercallBody){ %> | 57 <%if (showmapviewercallBody){ %> |
52 <jsp:include page="includes/display_mapviewercall_inc.jsp" /> | 58 <jsp:include page="includes/display_mapviewercall_inc.jsp" /> |
53 <%}%> | 59 <%}%> |
54 </div> | 60 </div> |
55 <div class="errormsg" id="load_error"> | 61 <div class="errormsg" id="load_error"> |
56 <%if (exceptionMessage != null){ %> | 62 <%if (exceptionMessage != null){ %> |
57 <bean-el:message key="<%=exceptionMessage.toString()%>"/> | 63 <bean-el:message key="<%=exceptionMessage.toString()%>"/> |
64 <p class="reload"> | |
65 <a href="<%=response.encodeURL("describe.do?uid="+System.currentTimeMillis())%>" title="<bean:message key="application.reload"/>"> | |
66 <bean:message key="application.reload"/> | |
67 </a> | |
68 </p> | |
58 <%}%> | 69 <%}%> |
59 </div> | 70 </div> |
60 </div> | 71 </div> |
61 | 72 |