Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
  *  '$RCSfile$'
5
  *      Authors: Matt Jones
6
  *    Copyright: 2008 Regents of the University of California and the
7
  *               National Center for Ecological Analysis and Synthesis
8
  *  For Details: http://www.nceas.ucsb.edu/
9
  *
10
  *   '$Author: leinfelder $'
11
  *     '$Date: 2008-06-17 13:16:32 -0700 (Tue, 17 Jun 2008) $'
12
  * '$Revision: 4006 $'
13
  * 
14
  * This is an HTML document for displaying metadata catalog tools
15
  *
16
  * This program is free software; you can redistribute it and/or modify
17
  * it under the terms of the GNU General Public License as published by
18
  * the Free Software Foundation; either version 2 of the License, or
19
  * (at your option) any later version.
20
  *
21
  * This program is distributed in the hope that it will be useful,
22
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
  * GNU General Public License for more details.
25
  *
26
  * You should have received a copy of the GNU General Public License
27
  * along with this program; if not, write to the Free Software
28
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
29
%>
30

    
31
<%@ include file="../../../common/common-settings.jsp"%>
32

    
33
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
34
<html>
35
<head>
36
<title>Metacat Spatial Option Demo</title>
37

    
38
<link rel='StyleSheet' type='text/css' href='<%=SERVER_URL_WITH_CONTEXT%>/spatial/mapbuilder/lib/skin/default/docsStyle.css'>
39
<link rel='StyleSheet' type='text/css' href='<%=SERVER_URL_WITH_CONTEXT%>/spatial/mapbuilder/lib/skin/default/mapStyle.css'>
40
<link rel='StyleSheet' type='text/css' href='<%=SERVER_URL_WITH_CONTEXT%>/spatial/mapbuilder/lib/skin/default/button.css'>
41
<link rel='StyleSheet' type='text/css' href='<%=SERVER_URL_WITH_CONTEXT%>/spatial/mapbuilder/lib/skin/default/scalebar-fat.css'>
42

    
43
<script type="text/javascript">
44
  var mbConfigUrl="config.xml";
45
</script>
46

    
47
<script type="text/javascript" src="<%=SERVER_URL_WITH_CONTEXT%>/spatial/mapbuilder/lib/Mapbuilder.js"></script>
48
</head>
49
<body onload="mbDoLoad()">
50

    
51
    <table border="0">
52
            <tr>
53
            <td colspan="2">
54
              <div id="mainMapPane" style="background-color:#b8d5f5;" />
55
              <div id="loading">
56
               <p> Loading Map
57
                <img src="<%=SERVER_URL_WITH_CONTEXT%>/spatial/mapbuilder/lib/skin/default/images/Loading.gif"/>
58
               </p>
59
             </div>
60
            </td>
61

    
62
            </tr>
63
            <tr align="left">
64
                    <td>
65

    
66
                    <table border="0" width="100%">
67
                                    <tr valign="top"> 
68
                                      <td id="legend" align="left"/>
69
                                      <td width="45%" align="right">
70
                                        <table>
71
                                          <tr>
72
                                            <td align="center" id="cursorTrack" />
73
                                            <td align="right" id="mainButtonBar" /> 
74
                                          </tr>
75
                                          <tr><td colspan="2" align="right" id="locationsSelect" /> </tr>
76
                                          <!-- <tr><td colspan="2" align="right" id="scalebar"/> </tr> -->
77
                                          <tr> 
78
                                           <td colspan="2" align="right" style="font-size:8pt;"> 
79
                                             <a style="text-decoration:none;" href="<%=SERVER_URL_WITH_CONTEXT%>/spatial/kml.jsp">
80
                                               <br/> 
81
                                               Download Google Earth KML
82
                                               <img border="0" src="<%=SERVER_URL_WITH_CONTEXT%>/style/images/kml.gif">
83
                                             </a>
84
                                           </td>
85
                                          </tr> 
86
                                        </table>
87
                                      </td>
88
                                      
89
                                    </tr> 
90
                    </table>
91

    
92
                    </td>
93
            </tr>
94
    </table>
95

    
96

    
97
</body>
98
</html>
(6-6/8)