示例#1
0
echo PAGE_TITLE;
?>
</title>
	<link rel="stylesheet" type="text/css" href="_css/style.css">
	<style type="text/css">
	#map, #map_sidebar { float: left }
	.sidebar { list-style:none; margin:0 0 0 10px;padding:0;width: 200px; }
	.sidebar li { margin-bottom: 2px; }
	.sidebar p { background-color: #eee;margin:0; padding: 5px;cursor: pointer; }
	.sidebar p:hover { background-color: #ddd; }
	</style>
	<?php 
$map->printHeaderJS();
?>
	<?php 
$map->printMapJS();
?>
</head>
<body>

<h1>Simple Sidebar</h1>
<?php 
require '_system/nav.php';
?>

<?php 
$map->printMap();
?>

<?php 
echo $map->getSideBar();
示例#2
0
	<title>Streetview - <?php 
echo PAGE_TITLE;
?>
</title>
	<link rel="stylesheet" type="text/css" href="_css/style.css">
	<?php 
$map->printHeaderJS();
?>
	<?php 
$map->printMapJS();
?>
	<?php 
$map2->printMapJS();
?>
	<?php 
$map3->printMapJS();
?>
	<style type="text/css">
	#map2, #container { float:left }
	</style>
</head>
<body>

<h1>Streetview</h1>
<?php 
require '_system/nav.php';
?>

<h2>Same Container</h2>
<?php 
$map->printMap();