Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/header.jsp @ 559:2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
gnv/trunk@655 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 02 Feb 2010 08:22:20 +0000 |
parents | b5733f9f386b |
children | 5aea89b9a350 |
comparison
equal
deleted
inserted
replaced
558:8032da9e8b70 | 559:2183c764b403 |
---|---|
10 | 10 |
11 %> | 11 %> |
12 <%@page import="de.intevation.gnv.action.CommunicationKeys"%><html:xhtml /> | 12 <%@page import="de.intevation.gnv.action.CommunicationKeys"%><html:xhtml /> |
13 <!-- Kopfleiste--> | 13 <!-- Kopfleiste--> |
14 <div id="head" title="GDI BSH genericViewer"> | 14 <div id="head" title="GDI BSH genericViewer"> |
15 <div id="logo"> | 15 <div id="logo"> |
16 | 16 |
17 | 17 |
18 </div> | 18 </div> |
19 <h1> | 19 <h1> |
20 <a href="<html:rewrite action="/start"/>"> | 20 <a href="<html:rewrite action="/start"/>"> |
21 <bean:message key="gnviewer.app.title" /> | 21 <bean:message key="gnviewer.app.title" /> |
22 </a> | 22 </a> |
23 </h1> | 23 </h1> |
24 | 24 |
25 <div id="project"> | 25 <div id="project"> |
26 <label style="font-weight:bold;"> | 26 <label style="font-weight:bold;"> |
27 <bean:message key="gnviewer.project.load"/> | 27 <bean:message key="gnviewer.project.load"/> |
28 | | 28 | |
29 <bean:message key="gnviewer.project.save" /> | 29 <bean:message key="gnviewer.project.save" /> |
30 </label> | 30 </label> |
31 <div id="project_load"> | 31 <div id="project_load"> |
32 | 32 |
33 </div> | 33 </div> |
34 <br/> | 34 <br/> |
35 | 35 <jsp:include page="includes/display_mapviewercall_inc.jsp" /> |
36 </div> | 36 </div> |
37 <div class="errormsg" id="load_error"> | 37 <div class="errormsg" id="load_error"> |
38 <%if (exceptionMessage != null){ %> | 38 <%if (exceptionMessage != null){ %> |
39 <bean-el:message key="<%=exceptionMessage.toString()%>"/> | 39 <bean-el:message key="<%=exceptionMessage.toString()%>"/> |
40 <%}%> | 40 <%}%> |
41 </div> | 41 </div> |
42 </div> | 42 </div> |