Project

General

Profile

1 2942 jones
<%@ page    language="java" %>
2
<%
3 3283 barteau
/*
4 3780 daigle
 *  '$RCSfile$'
5
 *    Copyright: 2006 Regents of the University of California and the
6
 *               National Center for Ecological Analysis and Synthesis
7
 *
8
 *   '$Author$'
9
 *     '$Date$'
10
 * '$Revision$'
11
 *
12
 * This program is free software; you can redistribute it and/or modify
13
 * it under the terms of the GNU General Public License as published by
14
 * the Free Software Foundation; either version 2 of the License, or
15
 * (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
 */
26 2942 jones
%>
27
<%@ include file="../../common/common-settings.jsp"%>
28 4080 daigle
<%@ include file="../../common/configure-check.jsp"%>
29 3324 barteau
30 2942 jones
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
31
<html>
32 3283 barteau
    <head>
33 3382 barteau
        <title>SANParks - Kruger National Park Data Repository</title>
34 3780 daigle
        <link rel="stylesheet" href="<%=STYLE_SKINS_URL%>/default/default.css" type="text/css"/>
35
        <link rel="stylesheet" type="text/css" href="<%=STYLE_SKINS_URL%>/knp/knp.css"/>
36
        <script language="JavaScript" type="text/JavaScript" src="<%=STYLE_SKINS_URL%>/knp/knp.js"></script>
37
        <script language="JavaScript" type="text/JavaScript" src="<%=STYLE_COMMON_URL%>/branding.js"></script>
38 3283 barteau
    </head>
39 3397 barteau
    <body>
40 3283 barteau
        <script language="JavaScript">
41 3382 barteau
            function getMapFrame() {
42
                return document.getElementById('mapFrame');
43
            }
44 4080 daigle
            insertTemplateOpening("<%=CONTEXT_URL%>");
45
            insertLoginBox("<%=CONTEXT_URL%>");
46
            insertTemplateClosing("<%=CONTEXT_URL%>");
47 3283 barteau
        </script>
48
    </body>
49 2942 jones
</html>