1<%-- $HeadURL: svn+ssh://jwilden@svn.wald.intevation.org/deegree/base/branches/2.5_testing/resources/wms/demo/web/wms_navi.jsp $
2 This file is part of deegree, http://deegree.org/
3 Copyright (C) 2001-2009 by:
4 - Department of Geography, University of Bonn -
5 and
6 - lat/lon GmbH -
7
8 This library is free software; you can redistribute it and/or modify it under
9 the terms of the GNU Lesser General Public License as published by the Free
10 Software Foundation; either version 2.1 of the License, or (at your option)
11 any later version.
12 This library is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
15 details.
16 You should have received a copy of the GNU Lesser General Public License
17 along with this library; if not, write to the Free Software Foundation, Inc.,
18 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
20 Contact information:
21
22 lat/lon GmbH
23 Aennchenstr. 19, 53177 Bonn
24 Germany
25 http://lat-lon.de/
26
27 Department of Geography, University of Bonn
28 Prof. Dr. Klaus Greve
29 Postfach 1147, 53001 Bonn
30 Germany
31 http://www.geographie.uni-bonn.de/deegree/
32
33 e-mail: info@deegree.org
34--%>
35<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
36<%@ page import="org.deegree.framework.version.*" %>
37<%
38    String docPath = "http://download.deegree.org/deegree" + Version.getVersionNumber() + "/docs/wms";
39%>
40<html>
41    <head>
42        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
43        <title>deegree <%=Version.getVersionNumber()%></title>
44        <link rel="stylesheet" type="text/css" href="css/deegree.css" />
45    </head>
46    <body>
47        <table width="100%" border="1" cellspacing="0" cellpadding="3">
48            <tr>
49                <th>deegree Web&nbsp;Map&nbsp;Service</th>
50            </tr>
51            <tr>
52                <td class="menu">
53                    <a href="wms_basic.html" target="main">Basic WMS requests</a><br />
54                    <a href="wms_getmap.html" target="main">Special WMS GetMap requests</a><br />
55                    <a href="wms_deegree.html" target="main">Special features of deegree WMS</a><br />
56                    <a href="client/client.html" target="main">Generic Client</a>
57                </td>
58            </tr>
59        </table>
60        <br />
61        <table width="100%" border="1" cellspacing="0" cellpadding="3">
62            <tr>
63                <th>Documentation online</th>
64            </tr>
65            <tr>
66                <td class="menu">
67                    <strong>WMS</strong><br />
68                    <a href="<%=docPath %>/deegree_wms_documentation_en.pdf" target="blank">deegree WMS</a> [PDF]<br />
69                    <a href="<%=docPath %>/deegree_charts_documentation_en.pdf" target="_blank">deegree Charts</a> [PDF]<br />
70                    <a href="<%=docPath %>/README.txt" target="main">readme</a> [TXT]<br />
71                </td>
72            </tr>
73        </table>
74        <br/>
75        <table width="100%" border="1" cellspacing="0" cellpadding="3">
76            <tr>
77                <th>deegree online</th>
78            </tr>
79            <tr>
80                <td class="menu">
81                    <a href="http://deegree.org/" target="_blank">Home&nbsp;Page</a><br />
82                    <a href="http://wiki.deegree.org" target="_blank">Wiki</a><br />
83                    <a href="http://demo.deegree.org" target="_blank">Demo Installation</a><br />
84                    <a href="http://wald.intevation.org/tracker/?group_id=27" target="_blank">Issue Tracker</a><br />
85                    <a href="https://lists.sourceforge.net/lists/listinfo/deegree-users" target="_blank">Users&nbsp;Mailing&nbsp;List</a><br />
86                    <a href="https://lists.sourceforge.net/lists/listinfo/deegree-devel" target="_blank">Developers&nbsp;Mailing&nbsp;List</a>
87                </td>
88            </tr>
89        </table>
90        <br/>
91        <table width="100%" border="1" cellspacing="0" cellpadding="3">
92            <tr>
93                <th>HOME</th>
94            </tr>
95            <tr>
96                <td>
97                    <a href="wms.jsp" target="_top">WMS home page</a><br />
98                    <a href="/deegree-wms" target="_top">Start Page</a>
99                </td>
100            </tr>
101        </table>
102    </body>
103</html>