Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
3
      
4
<html xmlns="http://www.w3.org/1999/xhtml" >
5
  <head>
6
    <title>Mapbuilder Simple Map Viewer</title>
7
    <link rel='StyleSheet' type='text/css' href='../../lib/skin/default/demoStyles.css'/>
8
    <script>
9
    // URL of Mapbuilder configuration file.
10
    var mbConfigUrl='config.xml';
11
    </script>
12
    <!-- This points to the core mapbuilder library, replaces this with MapbuilderCompressed.js when you want to use the compressed version -->
13
    <script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
14
  </head>
15
  <!-- This onload event starts mapbuilder -->
16
  <body onload="mbDoLoad()" >
17
	<!--
18

    
19
############################# cut here 1 #############################
20

    
21
	-->
22
	  <div id="all">
23
		  <div id="header">  	<!-- The header of the page -->
24
                    <h1><a href="http://communitymapbuilder.org">MapBuilder</a> <!--Version-->1.5-rc2<!--VersionEnd--> Simple Map Viewer</h1>
25
                    <!-- The version tag will be inserted into the comment tags above
26
                    during the build process. -->
27
		  </div><!-- /header -->
28
	  	<div id="middle"><!-- The center piece of the page with left menubar and right mainbody -->
29
		   	    <div id="exampleList"></div><!-- this is the container where the menubar will be drawn -->
30
				<div id="mainbody"><!-- right side of the middle div, is also divided into two areas -->
31
				  <div class="left">
32
				  	<h3>Explanation</h3>
33
				    In it's most basic configuration, Mapbuilder can be used to simply put a map
34
	    		  in a web page.<br/>
35
			      The configuration for this page consists of a single 
36
			      model (a Web Map Context document) and one widget (a MapPane).
37
			      See the <a href="../basic/index.html">Interactive Map Viewer</a> to for an example of an interactive map, 
38
			      as well as some of the more common ways to work with MapBuilder.
39
			      <br />
40
			      Have a look at <a href="http://communitymapbuilder.org/display/MAP/Modifying+the+Basic+Examples">this guide</a> if you want to modify this example.
41
			    </div><!-- /left -->
42
			  	<div class="right">
43
			  	<!--
44
	
45
############################# end cut 1 #############################
46
	
47
					-->
48
			  	  <div id="mainMapPane"><!-- This is the container where the map will be drawn -->
49
			    		<noscript>
50
					      this page requires Javascript to be enabled
51
			    		</noscript>
52
					  </div><!-- /mainMapPane -->
53
					  <!--
54
	
55
############################# cut here 2 #############################
56
	
57
						-->
58
					</div><!-- /right -->
59
				</div><!-- /mainbody -->
60
			</div><!-- /middle -->
61
	  	<div id="footer"><!-- The footer of the page -->
62
		  	<div class="right">
63
					<a href="http://communitymapbuilder.org/" title="powered by community mapbuilder"><img src="../../lib/skin/default/images/Icon.gif"/></a>	  	
64
					<a href="https://www.osgeo.org/" title="member of OSgeo"><img src="../../lib/skin/default/images/Osgeo.png"/></a>
65
	      </div><!-- /right -->
66
		  </div><!-- /footer -->
67
	  </div><!-- all -->
68
	  <!--
69

    
70
############################# end cut 2 #############################
71

    
72
-->
73
	</body>
74
</html>
75

    
76

    
(2-2/2)