Project

General

Profile

1 3032 perry
<html xmlns:mb="http://mapbuilder.sourceforge.net/mapbuilder" xmlns:xs="http://www.w3.org/2001/XMLSchema">
2
  <head>
3
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4
    <title>Mapbuilder Components Register</title>
5
    <link rel="stylesheet" href="registerStyle.css" type="text/css">
6
    <link rel="stylesheet" href="../../lib/skin/default/tabList.css" type="text/css">
7
    <script>
8
    // URL of Mapbuilder configuration file.
9
    var mbConfigUrl='registerConfig.xml';
10
    </script>
11
    <script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
12
  </head>
13
  <body onload="mbDoLoad()">
14
    <h1>Mapbuilder Components Register</h1>
15
    <table>
16
      <tr width="100%">
17
        <td id="tabList"></td>
18
        <td valign="bottom"><h3>Object properties for:</h3></td>
19
      </tr>
20
      <tr>
21
        <td id="workspace" valign="top" width="40%"></td>
22
        <td id="objectDetails" valign="top" style="border-left:thin solid #3366cc"></td>
23
      </tr>
24
    </table>
25
    <table class="footer">
26
      <tr>
27
        <td><a href="http://mapbuilder.sourceforge.net">Community Map Builder</a><br/>$Name$</td>
28
        <td width="60"><img src="/mapbuilder/lib/skin/default/images/Icon.gif"/></td>
29
      </tr>
30
    </table>
31
  </body>
32
</html>