Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
<html>
3
  <head>
4
    <title>Catalog and Context Search</title>
5
    <link rel="stylesheet" href="../../lib/skin/default/mapStyle.css" type="text/css">
6
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/demoStyles.css'/>
7
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/mapStyle.css'/>
8
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/button.css'>
9
    <link rel="stylesheet" type="text/css" href="../../lib/skin/default/tabList.css">
10
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/mapStyle.css'>
11
    <!--link rel='StyleSheet' type='text/css' href='catalog.css'-->
12
    <script type="text/javascript">
13
    // URL of Mapbuilder configuration file.
14
    var mbConfigUrl='config.xml';
15
</script>
16
<script type="text/javascript" src="../../lib/Mapbuilder.js">
17
</script>
18
</head>
19
<body onload="mbDoLoad()">
20
  <noscript>this page requires Javascript to be enabled</noscript>
21
  <div id="header">
22
    <h1><a href="http://communitymapbuilder.org">Mapbuilder</a> <!--Version-->1.5-rc2<!--VersionEnd--> Catalog and Context Search</h1>
23
    <!-- The version tag will be inserted into the comment tags above
24
    during the build process. -->
25
  </div>
26

    
27
  <div id="middle">
28
    <div id="exampleList"></div><!-- this is the container where the menubar will be drawn -->
29

    
30
    <div id="mainbody">
31
      
32
      <div id="footer">
33
      </div>  
34

    
35
      <div id="body">
36
        <div class="left">
37

    
38
          <br clear="all" />
39

    
40
          <!-- Context Collection -->
41
          <div id="selectFromAtomFeed"></div>
42
          <hr style="float: left; width:300px;" /><br />
43

    
44
          <h3>Load external OWS context</h3>
45
          <div id="urlInput"></div>
46
          <hr style="float: left; width:300px;" /><br />
47
          
48
          <div id="catalogSearchForm"></div>
49

    
50
          <hr style="float: left; width:300px;" /><br />
51

    
52
          <div id="selectLayer"></div>
53

    
54
        </div>
55

    
56
        <div class="right">
57
          <div id="mainMapPane"></div>
58
          <div id="mainButtonBar"></div>
59
          <div id="cursorTrack" style="height:12pt"></div>
60
          <div id="layerControl"></div>
61
        </div>
62

    
63

    
64
      </div>
65

    
66
    </div><!--mainbody -->
67
  </div><!--middle -->
68
  
69
</body>
70
</html>
71

    
(17-17/19)