Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/header.jsp @ 673:93b4dedc4e37
Implemented a mechanism to import artifacts from xml structured documents.
gnv/trunk@801 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 19 Mar 2010 10:04:28 +0000 |
parents | b89b31293772 |
children | 734e8301c9ea |
comparison
equal
deleted
inserted
replaced
672:e9d54c989110 | 673:93b4dedc4e37 |
---|---|
9 exceptionMessage = (exceptionMessage != null && exceptionMessage.toString().endsWith(".") ? exceptionMessage.toString().substring(0,exceptionMessage.toString().length()-1) : exceptionMessage); | 9 exceptionMessage = (exceptionMessage != null && exceptionMessage.toString().endsWith(".") ? exceptionMessage.toString().substring(0,exceptionMessage.toString().length()-1) : exceptionMessage); |
10 | 10 |
11 boolean showmapviewercallBody = request.getAttribute("MAPVIEWERCALL") != null; | 11 boolean showmapviewercallBody = request.getAttribute("MAPVIEWERCALL") != null; |
12 | 12 |
13 String exceptionProject = (String) request.getAttribute(CommunicationKeys.REQUEST_EXCEPTION_PROJECT); | 13 String exceptionProject = (String) request.getAttribute(CommunicationKeys.REQUEST_EXCEPTION_PROJECT); |
14 exceptionProject = exceptionProject != null ? exceptionProject.toLowerCase() : null; | |
15 exceptionProject = exceptionProject != null ? exceptionProject.replaceAll(" ", ".") : null; | |
14 %> | 16 %> |
15 <%@page import="de.intevation.gnv.action.CommunicationKeys"%><html:xhtml /> | 17 <%@page import="de.intevation.gnv.action.CommunicationKeys"%><html:xhtml /> |
16 <!-- Kopfleiste--> | 18 <!-- Kopfleiste--> |
17 <div id="head" title="GDI BSH genericViewer"> | 19 <div id="head" title="GDI BSH genericViewer"> |
18 <div id="logo"> | 20 <div id="logo"> |