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

Revision 382, 2.5 KB checked in by ctoma, 7 years ago (diff)

einbinden des css in die template-datei, kann ausgelagert werden

Line 
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/templates.css"/>
9<style type="text/css">
10
11#punktkennung {width:100px;}
12body {
13        background-color: #FFFFFF; 
14        border-color:#999999;
15        border-style:solid;
16        border-width:1px;
17        padding: 15px 15px 15px 15px;
18        font-size: 10pt;
19        font-weight: normal;
20        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
21}
22
23table {
24        background-color:#777777;
25        border-color:#999999;
26        border-style:solid;
27        border-width:1px;
28        color:#000000;
29        font-size:10pt;
30        font-weight: normal;
31}
32
33table.auskunft {
34        background-color:#FFFFFF;
35        border-color:#0088CC;
36        border-style:double;
37        border-width:1px;
38}
39
40body, h1, h2, h3, table , p{
41        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
42}
43
44h1 {
45        font-size: 14pt;
46        font-weight: bold;
47        color: #0088CC;
48        text-align: left;
49}
50
51h2 {
52        font-size: 12pt;
53        font-weight: normal;
54        text-align: left;
55        color: #000000;
56}
57
58h3 {
59        font-size: 10pt;
60        font-style: italic;
61        text-align: left;
62        color: #000000;
63}
64
65.tdfirst {
66        background-color: #CCEEFF;
67}
68
69.tdlast {
70        background-color: #777777;
71}
72
73.tdrechtsbuendig{
74        text-align: right
75}
76td.auskunft {
77        padding: 10px 10px 10px 10px;
78        background-color: #FFFFFF;
79}
80
81td {
82        padding: 4px 4px 4px 4px;
83        background-color: #E5E5E5;
84}
85
86p.auskunft {
87        font-size: 10pt;
88}
89
90a:link {
91        color: #0088CC;
92}
93
94a:visited {
95        color: #777777;
96}
97
98a:hover {
99        color: #CCEEFF;
100        background: #0088CC;
101}
102
103.bgmarker {
104        background-color: #CCEEFF;
105}
106
107.textmarker {
108        color: #0088CC;
109        font-weight: bold;
110}
111
112p.rahmen {
113        border-color:#999999;
114        border-style:solid;
115        border-width:1px;
116}
117
118</style>
119
120<script type="text/javascript">
121<!--
122window.resizeTo(480,750);
123// -->
124
125</script>
126
127</head>
128<body>
129<h3> ALKIS Punktinformation </h3>
130
131<h4>Legende</h4>
132<table cellpadding="4" cellspacing="1" style="font-size:10pt;">
133        <tr>
134                <td class='tdfirst'>Genauigkeitsstufe (GST)</td>
135                <td class='tdfirst'>Standardabweichung (S)</td>
136        </tr>
137        <tr>
138                <td>2000</td>
139                <td>S &lt;= 2cm</td>
140        </tr>
141        <tr>
142                <td>2100</td>
143                <td>S &lt;= 3cm</td>
144        </tr>
145        <tr>
146                <td>2200</td>
147                <td>S &lt;= 6cm</td>
148        </tr>
149        <tr>
150                <td>2300</td>
151                <td>S &lt;= 10cm</td>
152        </tr>
153        <tr>
154                <td>3000</td>
155                <td>S &lt;= 30cm</td>
156        </tr>
157</table>
158<br>
Note: See TracBrowser for help on using the repository browser.