Datenstand V1.0

This commit is contained in:
2016-07-05 20:38:34 +00:00
parent 5a75f609e5
commit 5ea463a308
1027 changed files with 141480 additions and 0 deletions

18
pdf/header_best.php Normal file
View File

@@ -0,0 +1,18 @@
<?php
$this->SetLineWidth(0.1);
$this->Line(7,105,12,105);
$this->Line(7,148.5,12,148.5);
$this->Line(7,210,12,210);
$this->Image('img/1000_logo.gif',20,20,50);
$this->SetFont('Helvetica','',10);
$this->SetY(20);
$this->SetLeftMargin(148);
$this->Cell(52, 4, "Pablo Rink und Christian Steinle GbR", 0, 1, 'R');
$this->Cell(52, 4, "Im Gässele 8", 0, 1, 'R');
$this->Cell(52, 4, "89079 Ulm / Unterweiler", 0, 1, 'R');
$this->SetLeftMargin(20);
$this->SetY(55);
?>