<html>
<head>
<title>Simple Template For Imagemaps</title>
</head>
<body>
<map id="mymap" name="mymap">
[resultset layer=mypoints]
[feature]
<area shape="circle" coords="[shpxy precision=0 proj=image yf=",7" xf=","]" title="[name]-[val1]" href="#" alt="[name]-[val1]">
[/feature]
[/resultset]
</map>
<img border="0" src="/cgi-bin/mapserv?map=/data/www/html/test/test.map&mode=map" usemap="#mymap">
</body>
</html>