<!-- MapServer Template -->
<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 value=1 [zoomdir_1_check]/>
          <input type="hidden" name=zoomsize value=4 [zoomsize]/>
          
          <input type="hidden" name="imgxy" value="300 150"/>
          <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>
      </hr>
    </center>
  </body>
</html>