Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2

    
3
<!--
4
Description: A Browser based Transactional Web Feature Server client
5
             based on javascript and XSL
6
             libraries from http://mapbuilder.sourceforge.net .
7
Licence:     LGPL as per: http://www.gnu.org/copyleft/lesser.html
8

    
9
$Id$
10
$Name$
11
-->
12

    
13
<html>
14
  <head>
15
    <title>Map Builder Demo for BOM</title>
16

    
17
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/docsStyle.css'>
18

    
19
    <script>
20
      // URL of Mapbuilder configuration file.
21
      var mbConfigUrl='config.xml';
22
    </script>
23
    <script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
24
  </head>
25

    
26
  <body onload="mbDoLoad()">
27
    <!-- Layout mapbuilder widgets and HTML -->
28
    <table>
29
      <tr><th colspan=2> <img src="http://www.bom.gov.au/images/bom_logo.gif" width=187 hieght=48 alt="[BOM]" align=center ></th></tr>
30
      <tr><td><h2 id="mapTitle"/></td></tr>
31
      <tr valign="top">
32
        <td>
33
          <table>
34
            <tr><td colspan="2" id="mainMapPane"/></tr>
35
            <tr>
36
              <td align="left" id="mainButtonBar"/>
37
              <td align="right" id="cursorTrack" />
38
            </tr>
39
          </table>
40
        </td>
41
        <td>
42
          <table>
43
            <tr><td valign="top" id="locatorMap"/></tr>
44
            <tr><td id="legend"/></tr>
45
          </table>
46
        </td>
47
      </tr>
48
      <tr align="right">
49
        <td colspan="2">
50
          <table>
51
            <tr align="right">
52
              <td>Built with <a href="http://mapbuilder.sourceforge.net">Community Map Builder</a></td>
53
              <td><img src="../../lib/skin/default/images/Icon.gif"/></td>
54
            </tr>
55
          </table>
56
        </td>
57
      </tr>
58
      <tr><td id="eventLog"/></tr>
59
    </table>
60
  </body>
61
</html>
(3-3/3)