You've already forked proefschrift
82 lines
2.5 KiB
HTML
82 lines
2.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Map Header</title>
|
|
<link href="Res/styles/shared.css" rel="stylesheet" type="text/css">
|
|
<script language="JavaScript" type="text/JavaScript" src="Res/code/shared.js"></script>
|
|
<script language="JavaScript" type="text/JavaScript" src="Res/code/mapController.js"></script>
|
|
<script language="JavaScript" type="text/JavaScript">
|
|
function init() {
|
|
mapController = new MapController(parent.mainFrame,2); // setup controller; will control map image in sibling frame, mainFrame
|
|
mapController.addMapImage("mapDetailed", 200,200); // image index 0
|
|
mapController.init(0);
|
|
}
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body id="Page" onload="init();">
|
|
<!-- BEGIN PAGE HEADER -->
|
|
<table id="pageHeader">
|
|
<tr>
|
|
<td class="left" rowspan="3">
|
|
<a class="noHover" href="index.html" target="_parent">
|
|
<img src="Res/images/logo.gif" alt=""></a>
|
|
</td>
|
|
<td class="right">
|
|
<!-- BEGIN TOOLS UTILITIES-->
|
|
<div class="utilities">
|
|
<span class="command">
|
|
<a href="index.html" target="_parent">
|
|
<span class="label">Home</span>
|
|
</a>
|
|
</span>
|
|
<span class="utilities_toc">
|
|
|
|
|
<span class="command">
|
|
<a href="contents.htm" target="_parent">
|
|
<span class="label">Table of Contents</span>
|
|
</a>
|
|
</span>
|
|
</span>
|
|
<!-- BEGIN HEADER UTILITIES OVERVIEW SNIPPET -->
|
|
|
|
|
<span class="command">
|
|
<a href="map.htm" target="_parent">
|
|
<span class="label">Overview Map</span>
|
|
</a>
|
|
</span>
|
|
<!-- END HEADER UTILITIES OVERVIEW SNIPPET -->
|
|
|
|
<!-- BEGIN HEADER UTILITIES LEGEND SNIPPET -->
|
|
|
|
|
<span class="command">
|
|
<a href="javascript:openPopup('legend.htm','Legend','scrollbars=yes,resizable=yes,left=20,top=20,width=240,height=450')">
|
|
<span class="label">Icon Legend</span>
|
|
</a>
|
|
</span>
|
|
<!-- END HEADER UTILITIES LEGEND SNIPPET -->
|
|
|
|
</div>
|
|
<!-- END TOOLS UTILITIES-->
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="right">
|
|
<div class="mapName">EQnomy</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="right">
|
|
<div class="contactInformation">Mob.: +31 (0)6 295 26 884 <a href="mailto:paul.jansen@pibuckle.com">paul.jansen@pibuckle.com</a></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- END PAGE HEADER -->
|
|
|
|
</body>
|
|
</html>
|