<html>
<head>
<title>MapServer Test</title>
</head>
<body>
<center>
<h2>Mapserver Test</h2>
<hr>
<form method=GET action="/cgi-bin/mapserv">
<input name="img" type="image" SRC="[img]" width=600 height=300 border=0 alt="map image">
<input type=hidden name=zoomdir size =1 value=[zoomdir_1_check]>
<input type=hidden name=zoomsize size=4 value=[zoomsize]>
<input type="hidden" name="imgxy" value="[center_x] [center_y]">
<input type="hidden" name=imgext" value="[mapext]">
<input type="hidden" name="map" value="[map]">
<input type="hidden" name="savequery" value="true">
<input type="hidden" name="mapext" value="shapes">
</form>
</center
</body>
</html>