1<%-- $HeadURL: svn+ssh://jwilden@svn.wald.intevation.org/deegree/apps/igeoportal-standard/branches/2.5_testing/header.jsp $ --%>
2<%-- $Id: header.jsp 19415 2009-08-31 09:50:35Z jmays $ --%>
3<%--
4 This file is part of deegree, http://deegree.org/
5 Copyright (C) 2001-2009 by:
6 - Department of Geography, University of Bonn -
7 and
8 - lat/lon GmbH -
9
10 This library is free software; you can redistribute it and/or modify it under
11 the terms of the GNU Lesser General Public License as published by the Free
12 Software Foundation; either version 2.1 of the License, or (at your option)
13 any later version.
14 This library is distributed in the hope that it will be useful, but WITHOUT
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
17 details.
18 You should have received a copy of the GNU Lesser General Public License
19 along with this library; if not, write to the Free Software Foundation, Inc.,
20 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
22 Contact information:
23
24 lat/lon GmbH
25 Aennchenstr. 19, 53177 Bonn
26 Germany
27 http://lat-lon.de/
28
29 Department of Geography, University of Bonn
30 Prof. Dr. Klaus Greve
31 Postfach 1147, 53001 Bonn
32 Germany
33 http://www.geographie.uni-bonn.de/deegree/
34
35 e-mail: info@deegree.org
36--%>
37<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
38<%@ page import="org.deegree.framework.version.*" %>
39<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
40<html>
41    <head>
42        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
43        <meta name="author" content="lat/lon GmbH" />
44        <meta name="KeyWords" content="deegree iGeoPortal lat/lon" />
45        <title>deegree iGeoPortal standard edition</title>
46        <link href="css/deegree.css" rel="stylesheet" type="text/css" />
47    </head>
48    <body class="pHeader">
49        <%=request.getParameter( "TITLE" )%> v<%=Version.getVersionNumber()%>
50    </body>
51</html>
52