source: trunk/data/umn/templates/alkisrlpfsh.html @ 26

Revision 26, 707 bytes checked in by frank.jaeger, 14 years ago (diff)
Line 
1<!-- MapServer Template -->
2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3<html>
4<head>
5        <title>ALKIS</title>
6        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7        <link rel="stylesheet" type="text/css" href="../info/featureinfo.css">
8</head>
9<body>
10<script type="text/javascript">
11function initALKIS(selParcel){
12        var link = "http://map.krz.de/info/alkis/alkisausk.php?gkz=rlp&gmlid=" + encodeURI(selParcel);
13        window.open(link,'','left=0,top=0,width=600,height=800,resizable=yes,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes');
14        window.close("_self");
15}
16</script>
17<h1>ALKIS Flurst&uuml;ck</h1>
18<p class='datum'>Musterkarte Rheinland-Pfalz<p>
Note: See TracBrowser for help on using the repository browser.