<html>
<head>
<title>World Travel Map</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link href="../mapserver/data/styles.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<table border="0" width="601" align="center">
<tr>
    <td width= "593">
        <h3 align="center">World Travel Map </h3>


<!-- START OF MAPSERVER FORM -->
<form name="mapserv.exe" method="GET" action="../cgi-bin/mapserv.exe">


<!-- HIDDEN MAPSERVER CGI VARIABLES -->
    <input type="hidden" name="map" value="[map]">
    <input type="hidden" name="imgext" value="[mapext]">
    <input type="hidden" name="imgxy" value="[center_x] [center_y]">
<table width="600" border="0" align="center">
  <tr>
    <td>
        <table width="400" border="1">
          <tr>
            <td colspan="1">Select Layers:<br>


<!-- SPECIFY VECTOR LAYERS -->
              <input type="checkbox" name="layer" value="Africa" [Africa_check]>
              Africa&nbsp;
                  <input type="checkbox" name="layer" value="Asia" [Asia_check]>
              Asia&nbsp;
                  <input type="checkbox" name="layer" value="Australasia" [Australasia_check]>
              Australasia&nbsp;
                  <input type="checkbox" name="layer" value="Europe" [Europe_check]>
              Europe<br>
                  <input type="checkbox" name="layer" value="NorthA" [NorthA_check]>
              NorthA&nbsp;
                  <input type="checkbox" name="layer" value="SouthA" [SouthA_check]>
              SouthA&nbsp;


<!-- FORM SUBMIT BUTTON -->
              <div align="right">
                   <input type="submit" name="submit" value="Refresh">
              </div>
            </td>
            <td>


<!-- SPECIFY MAP MODE -->
              <div align="center">Map Mode:<br>
                   <select name="mode">
                     <option value="browse">Browse</option>
                     <option value="map">Map</option>
                   </select>
              </div>
            </td>
            <td>


<!-- ZOOM/PAN CONTROLS -->
              <div align="center">Map Control: <br>
                <select name="zoom">
                  <option value="4" [zoom_4_select]>Zoom In 4x</option>
                  <option value="3" [zoom_3_select]>Zoom In 3x</option>
                  <option value="2" [zoom_2_select]>Zoom In 2x</option>
                  <option value="1" [zoom_1_select]>Recenter</option>
                  <option value="-2" [zoom_-2_select]>Zoom Out 2x</option>
                  <option value="-3" [zoom_-3_select]>Zoom Out 3x</option>
                  <option value="-4" [zoom_-4_select]>Zoom Out 4x</option>
                </select>
              </div>
            </td>
          </tr>
          <tr>


<!-- DISPLAY THE MAPSERVER-CREATED MAP IMAGE -->
            <td colspan="3" align="center" valign="top">
              <input type="image" name="img" src="[img]" width="600" height="400" border="0">
            </td>


<!-- DISPLAY THE SCALE BAR -->
          <tr><td align="right"><img src="[scalebar]"></td></tr>
          </table>
    </td>
  </tr>
</table>
</form>
</td></tr>
</table>
</body>
</html>