Project

General

Profile

Defect #1206 » test_rendered.html

the result of rendering the template and saving the output - Armin Schöttner, 03/21/2017 09:49 AM

 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
	<head>
5
		<title>TEST</title>
6
		<base href="http://127.0.0.1:8080/eastwood/reports/"/>
7
		<style type="text/css" media="print">
8
			@page {
9
				size: A4;
10
				margin-top: 1cm;
11
				margin-bottom: 1cm;
12
				margin-left: 2.5cm;
13
				margin-right: 1cm;
14
			}
15
		
16
		</style>
17
		
18
	</head>
19

    
20
	<body width="100%">
21

    
22
		<div id="header" style="height:200px; ">
23
			<table width="100%" style="border: none; ">
24
				<tr style="border: none; ">
25
					<td style="border: none; ">
26
						<div id="kopf1" style="font-face: Arial; font-size: 14px; font-weight: bold; ">Hausverwaltung Manfred Kratz</div>
27
						<div id="kopf2" style="font-face: Arial; font-size: 11px; font-weight: bold; ">Hessenstra?e 2, 86916 Kaufering</div>
28
						<div id="kopf3" style="font-face: Arial; font-size: 11px; font-weight: bold; ">Tel. 08191 / 70666, Fax 08191 / 65440</div>
29
						<div id="kopf4" style="font-face: Arial; font-size: 10px; "></div>
30
					</td>
31
					<td style="border: none; ">
32
						<img src="file:///C:/IMP_HV/ihr_logo.bmp" style="height:100px; float: right;" />
33
					</td>
34
				</tr>
35
			</table>
36
		</div>
37
		
38
		<div class="content">
39
			
40
		</div>
41

    
42
	</body>
43
</html>
(4-4/4)