Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle over 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

index.jsp
1 1
<%@ page    language="java" %>
2 2
<%
3 3
/*
4
*  '$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
*/
4
 *  '$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 26
%>
27 27
<%@ include file="../../common/common-settings.jsp"%>
28 28

  
......
30 30
<html>
31 31
    <head>
32 32
        <title>SANParks - Kruger National Park Data Repository</title>
33
        <link rel="stylesheet" href="../default/default.css" type="text/css"/>
34
        <link rel="stylesheet" type="text/css" href="knp.css"/>
35
        <script language="JavaScript" type="text/JavaScript" src="knp.js"></script>
36
        <script language="JavaScript" type="text/JavaScript" src="../../common/branding.js"></script>
33
        <link rel="stylesheet" href="<%=STYLE_SKINS_URL%>/default/default.css" type="text/css"/>
34
        <link rel="stylesheet" type="text/css" href="<%=STYLE_SKINS_URL%>/knp/knp.css"/>
35
        <script language="JavaScript" type="text/JavaScript" src="<%=STYLE_SKINS_URL%>/knp/knp.js"></script>
36
        <script language="JavaScript" type="text/JavaScript" src="<%=STYLE_COMMON_URL%>/branding.js"></script>
37 37
    </head>
38 38
    <body>
39 39
        <script language="JavaScript">
40 40
            function getMapFrame() {
41 41
                return document.getElementById('mapFrame');
42 42
            }
43
            insertTemplateOpening();
44
            insertLoginBox();
45
            insertTemplateClosing();
43
            insertTemplateOpening("<%=SERVER_URL_WITH_CONTEXT%>");
44
            insertLoginBox("<%=SERVER_URL_WITH_CONTEXT%>");
45
            insertTemplateClosing("<%=SERVER_URL_WITH_CONTEXT%>");
46 46
        </script>
47 47
    </body>
48 48
</html>

Also available in: Unified diff