Newer
Older
Digital_Repository / Repositories / Maps / google_map.php
nstanger on 12 May 2006 796 bytes - Renamed "coordinates" to "gd_map".
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>Repository hit visualisation using Google Maps</title>
	<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAdiP-i78VGweF9QIs3Kzx5xStigeMdN8paxvpTosC1OeLHYoRqBSkQbm8tvhKdj_F_yKVUD2Qm6NWtA" type="text/javascript"></script>
	<script type="text/javascript" src="google_map.js"></script>
</head>
<body onload="load()" onunload="GUnload()">

<h1>Repository hit visualisation using Google Maps</h1>

<p>Stats current as of early afternoon 8 May 2006.</p>

<div id="timer"></div>

<div id="map" style="width:1030px; height:640px"></div>

</body>