<%-- $HeadURL$ This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2009 by: - Department of Geography, University of Bonn - and - lat/lon GmbH - This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Contact information: lat/lon GmbH Aennchenstr. 19, 53177 Bonn Germany http://lat-lon.de/ Department of Geography, University of Bonn Prof. Dr. Klaus Greve Postfach 1147, 53001 Bonn Germany http://www.geographie.uni-bonn.de/deegree/ e-mail: info@deegree.org --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ page import="org.deegree.framework.version.*" %> <% String docPath = "http://download.deegree.org/deegree" + Version.getVersionNumber() + "/docs/igeoportal"; %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>deegree <%=Version.getVersionNumber()%></title> <link rel="stylesheet" type="text/css" href="../../css/deegree.css" /> <!-- javascript:openGUI is defined in surrounding welcome.jsp --> </head> <body> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> <th>deegree iGeoPortal WebMapContexts</th> </tr> <tr> <td class="menu"> <div>ExtJS Version</div> <a class="main" href="javascript:openGUI('wmc2_start_utah.xml');" target="_top">Utah</a><br /> <a class="main" href="javascript:openGUI('wmc2_saltlake.xml');" target="_top">Salt Lake City</a><br /> <a class="main" href="javascript:openGUI('wmc2_osm.xml');" target="_top">OpenStreetMap.NRW</a><br /> <hr /> <div>Standard Version</div> <a class="main" href="javascript:openGUI('wmc_start_utah.xml');" target="_top">Utah</a><br /> <a class="main" href="javascript:openGUI('wmc_saltlake.xml');" target="_top">Salt Lake City</a><br /> <a class="main" href="javascript:openGUI('wmc_testPlayground.xml');" target="_top">Playground</a><br /> <a class="main" href="javascript:openGUI('users/default/wmc_testOSM.xml');" target="_top">OpenStreetMap.NRW</a> <a class="main" href="javascript:openGUI('users/default/wmc_testSecurity.xml');" target="_top">Nutzerverwaltung</a> </td> </tr> </table> <br /> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> <th>Documentation online</th> </tr> <tr> <td class="menu"> <strong>iGeoPortal</strong><br /> <a class="main" href="<%=docPath %>/deegree_igeoportal_documentation_en.pdf" target="blank">deegree iGeoPortal</a> [PDF]<br /> <a class="main" href="<%=docPath %>/README.txt" target="main">readme</a> [TXT]<br /> </td> </tr> </table> <br/> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> <th>deegree online</th> </tr> <tr> <td class="menu"> <a class="main" href="http://deegree.org/" target="_blank">Home Page</a><br /> <a class="main" href="http://wiki.deegree.org" target="_blank">Wiki</a><br /> <a class="main" href="http://demo.deegree.org" target="_blank">Demo Installation</a><br /> <a class="main" href="http://wald.intevation.org/tracker/?group_id=27" target="_blank">Issue Tracker</a><br /> <a class="main" href="https://lists.sourceforge.net/lists/listinfo/deegree-users" target="_blank">Users Mailing List</a><br /> <a class="main" href="https://lists.sourceforge.net/lists/listinfo/deegree-devel" target="_blank">Developers Mailing List</a> </td> </tr> </table> </body> </html>