1<!-- $HeadURL: svn+ssh://jwilden@svn.wald.intevation.org/deegree/apps/igeoportal-standard/branches/2.5_testing/footer.jsp $ --> 2<%-- $Id: footer.jsp 19652 2009-09-15 12:30:51Z 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<%@ page import="java.util.Calendar" %> 40<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 41<html> 42 <head> 43 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 44 <meta name="author" content="lat/lon GmbH" /> 45 <meta name="KeyWords" content="deegree iGeoPortal lat/lon" /> 46 <title>deegree iGeoPortal standard edition</title> 47 <link href="css/deegree.css" rel="stylesheet" type="text/css" /> 48 </head> 49 <body class="pFooter"> 50 <p class="pFooter">deegr<span class="pFooter" style="color:#EE7000;">ee</span> iGeoPortal v<%=Version.getVersionNumber()%> © <%= Calendar.getInstance().get(Calendar.YEAR) %> </p> 51 </body> 52</html> 53