source: trunk/umn/alkis_n/templates/header_punktnummer.html @ 379

Revision 379, 1.1 KB checked in by astrid.emde, 7 years ago (diff)

OBk Lösung zur Punktnummern auskunft

RevLine 
[379]1<!-- MapServer Template -->
2<?xml version="1.0" encoding="UTF-8" ?>
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5<head>
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7<title>ALKIS Punktinformation</title>
8<link rel="stylesheet" type="text/css" href="http://localhost/css/templates.css"/>
9<style type="text/css">
10
11#punktkennung {
12        width:100px;
13}
14
15</style>
16
17<script type="text/javascript">
18<!--
19window.resizeTo(480,750);
20// -->
21
22</script>
23
24</head>
25<body>
26<h1> ALKIS Punktinformation </h1>
27
28<h3>Legende</h3>
29<table cellpadding="4" cellspacing="1" style="font-size:7pt;">
30        <tr>
31                <td class='tdfirst'>Genauigkeitsstufe (GST)</td>
32                <td class='tdfirst'>Standardabweichung (S)</td>
33        </tr>
34        <tr>
35                <td>2000</td>
36                <td>S &lt;= 2cm</td>
37        </tr>
38        <tr>
39                <td>2100</td>
40                <td>S &lt;= 3cm</td>
41        </tr>
42        <tr>
43                <td>2200</td>
44                <td>S &lt;= 6cm</td>
45        </tr>
46        <tr>
47                <td>2300</td>
48                <td>S &lt;= 10cm</td>
49        </tr>
50        <tr>
51                <td>3000</td>
52                <td>S &lt;= 30cm</td>
53        </tr>
54</table>
55<br>
Note: See TracBrowser for help on using the repository browser.