/[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 2247 - (hide annotations)
Wed Jun 16 10:49:47 2004 UTC (20 years, 8 months ago) by jschuengel
Original Path: trunk/thuban/Extensions/umn_mapserver/sample/iceland.html
File MIME type: text/html
File size: 1793 byte(s)
Initialisation file for the Iceland Application on web.

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     <option value="roads" [roads_select]> Roads (line)
41     <option value="political" [political_select]> Political (polygon)
42     <option value="topographie" [topographie_select]> Topographie (raster)
43    
44     </select>
45    
46     <br><br><hr><br>
47     <!-- FORM SUBMIT BUTTON -->
48     <div>
49     <input type="submit" name="submit" value="Refresh Map">
50     </div>
51     </td>
52     </tr>
53     </table>
54    
55     <input type="hidden" name="zoomsize" value=2>
56    
57     <input type="hidden" name="map" value="[map]">
58     <input type="hidden" name="program" value="[program]">
59     <input type="hidden" name="root" value="[root]">
60    
61     <input type="hidden" name="map_web_imagepath" value="[map_web_imagepath]">
62     <input type="hidden" name="map_web_imageurl" value="[map_web_imageurl]">
63    
64     </form>
65     </body>
66     </html>

Properties

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26