<html>
    <head><title>Introdução ao MapServer - Exercício 07</title></head>
<body>
    <h4>Legenda e Barra de escala</h4>
   
    <form name="frm" method="get" action="[program]"><!--linha 6-->
   
        <input type="hidden" name="program" value="[program]"><!--linha 8-->
        <input type="hidden" name="map"     value="[map]"><!--linha 9-->
        <input type="hidden" name="imgext" value="[mapext]"><!--linha 10-->
        <input type="hidden" name="imgxy" value="[center]"><!--linha 11-->
        <input type="hidden" name="zoomsize" value="2"><!--linha 12-->
       
        <input type="image" name="img" src="[img]" border="1"><!--linha 14-->
        <img src="[legend]" alt="Legenda"><!--linha 15-->
        <br><img src="[scalebar]" > Escala = 1:[scale]<br><!--linha 16-->
        <!--linha 17-->
        <input type="radio" name="zoomdir" value="1"  [zoomdir_1_check]>Aproximar
        <input type="radio" name="zoomdir" value="0"  [zoomdir_0_check]>Mover
        <input type="radio" name="zoomdir" value="-1" [zoomdir_-1_check]>Afastar
        <input type="submit" value="Atualizar">
       
        <br>
        <!--linha 24-->
        <input type="checkbox" name="layer" value="sede" [sede_check]>Sedes municipais<br>
        <input type="checkbox" name="layer" value="rvia" [rvia_check]>Rodovias<br>
        <input type="checkbox" name="layer" value="muni" [muni_check]>Municípios<br>
       
    </form> 
</body>
</html>