/[thuban]/branches/WIP-pyshapelib-bramz/Extensions/umn_mapserver/sample/iceland.html
ViewVC logotype

Annotation of /branches/WIP-pyshapelib-bramz/Extensions/umn_mapserver/sample/iceland.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2734 - (hide annotations)
Thu Mar 1 12:42:59 2007 UTC (18 years ago) by bramz
File MIME type: text/html
File size: 2319 byte(s)
made a copy
1 jschuengel 2247 <!--
2     Copyright (c) 2004 by Intevation GmbH
3     Authors:
4     Jan Schüngel <[email protected]>
5    
6     This program is free software under the GPL (>=v2)
7     Read the file COPYING coming with Thuban for details.
8    
9     This is the templatefile to test the sample .map-file of
10     the umn_mapserver extension of Thuban as an UMN MapServer Application.
11    
12     $Revision$
13     $Source$
14     $Id$
15     -->
16    
17     <html>
18     <head>
19     <title>MapServer Iceland Sample Application</title>
20     </head>
21    
22     <body bgcolor="#ffffff">
23    
24     <center><h1>MapServer Iceland Sample Application</h1></center>
25    
26     <hr><br>
27    
28     <form name="mapserv" method="GET" action="[program]">
29    
30     <table border="0" align="center" cellpadding="10">
31     <tr>
32     <td>
33     <input type="image" name="img" src="[img]" width="[mapwidth]" height="[mapheight]" border="1">
34     </td>
35     <td valign="top">
36     <b>Select Layers:</b><br>
37     <select multiple name="layer" size=5>
38    
39     <option value="cultural" [cultural_select]> Cultural (points)
40 jschuengel 2321 <option value="cultural_type" [cultural_type_select]> Cultural Type (annontation)
41 jschuengel 2247 <option value="roads" [roads_select]> Roads (line)
42     <option value="political" [political_select]> Political (polygon)
43     <option value="topographie" [topographie_select]> Topographie (raster)
44    
45     </select>
46    
47     <br><br><hr><br>
48     <!-- FORM SUBMIT BUTTON -->
49 jschuengel 2304 <div>
50     Zoom Size <input type=text name=zoomsize size=4 value=[zoomsize]><br>
51     <input type=radio name=zoomdir value=1 [zoomdir_1_check]>
52     Zoom In<br>
53     <input type=radio name=zoomdir value=-1 [zoomdir_-1_check]>
54     Zoom Out<br>
55     <input type=radio name=zoomdir value=0 [zoomdir_0_check]>
56     Pan<br>
57     </div>
58 jschuengel 2247 <div>
59     <input type="submit" name="submit" value="Refresh Map">
60     </div>
61     </td>
62     </tr>
63     </table>
64    
65     <input type="hidden" name="zoomsize" value=2>
66 jschuengel 2304
67 jschuengel 2247 <input type="hidden" name="map" value="[map]">
68     <input type="hidden" name="program" value="[program]">
69     <input type="hidden" name="root" value="[root]">
70    
71 jschuengel 2304 <input type="hidden" name="imgext" value="[mapext]">
72    
73 jschuengel 2247 <input type="hidden" name="map_web_imagepath" value="[map_web_imagepath]">
74     <input type="hidden" name="map_web_imageurl" value="[map_web_imageurl]">
75    
76     </form>
77     </body>
78     </html>

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26