<html>
<head><title>MapServer Demo Interface</title></head>
<body bgcolor="#FFFFFF">
<center>
<h2>MapServer Testing Interface</h2>
</center>
<p><hr>
<p> Click on the initialize button to fire up the demo with 3 layers turned on
will be accessible for browsing. The data are of Itasca County, MN and were
derived, for the most part, from USGS 1:24,000 quadrangles.
<form method=GET action="/cgi-bin/mapserv">
<p>Absolute path to Mapfile
<input type="text" name="map" value="/var/www/htdocs/ms_demo/demo.map" size="50">
<a href="demo.map">view</a> | <a href="./"> browse</a><br>
MapSize
<input type="text" name="mapsize" value="600 600" size="12">
Zoom Factor
<input type="text" name="zoomsize" value=2 size="3">
</p>
<table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Select Layers</b><br>
<font size="-1" face="Arial, Helvetica, sans-serif" color="#660000"><b><i>which
are pre-programmed into this html file</i></b></font></td>
<td><b>Type-in Layers</b><font size="-1"><br>
<i><b><font face="Arial, Helvetica, sans-serif" color="#660000"> not coded in this html file, but you know are coded in the .map file</font></b></i></font></td>
</tr>
<tr>
<td valign="top">
<select name="layer" multiple size="7">
<option>cities</option>
<option>roads</option>
<option selected>lakes</option>
<option selected>streams</option>
<option>townships</option>
<option>county</option>
</select>
</td>
<td valign="top">
<p>
<input type="text" name="Layer" value="roads">
<br>
<input type="text" name="Layer">
<br>
<input type="text" name="Layer">
<br>
<input type="text" name="Layer">
<br>
<input type="text" name="Layer">
<br>
<input type="text" name="Layer">
<br>
<input type="text" name="Layer">
<br>
<input type="text" name="Layer">
<br>
<input type="text" name="Layer">
<br>
<input type="text" name="Layer">
</p>
</td>
</tr>
</table>
<p> </p>
<center><input type="submit" value="Initialize"></center>
</form>
<p><hr><p>
</body></html>