Source for file class.PDFUSER.php
Documentation is available at class.PDFUSER.php
* Ermöglicht die Erstellung von PDF-Dokumenten
die('This file was generated for PHP 5');
* Interface zur Erstellung von pdf-Dokumenten
* @author Kay Koch, <kay.koch@gmx.de>
require_once('src/interfaces/interface.PDFINTERFACE.php');
* @author Olivier PLATHEY
require_once('src/pdf/class.FPDF.php');
/* user defined includes */
// section -64--88-122--2-1a4ded3:102c56edcaa:-7ff5-includes begin
// section -64--88-122--2-1a4ded3:102c56edcaa:-7ff5-includes end
/* user defined constants */
// section -64--88-122--2-1a4ded3:102c56edcaa:-7ff5-constants begin
// section -64--88-122--2-1a4ded3:102c56edcaa:-7ff5-constants end
* Ermöglicht die Erstellung von PDF-Dokumenten
* überschrift des Dokumentes
protected $title =
'LANDESVERBAND SPORTTAUCHEN RHEINLAND-PFALZ E.V. (LVST) LVST-Tauchgenehmigung';
* Kopfzeile des Dokumentes
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fd5 begin
$this->Image('images/lvst-Startseite.jpg', 12, 16);
$this->Image('images/Rheinland-Pfalz-Wappen.jpg', 180, 16);
// Abstand des Textes von der Seite
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fd5 end
* Fußzeile des Dokumentes
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fd3 begin
$thisDay =
strftime("%A, %d. %B %Y - %H:%Mh");
$info=
"(1) LVST-Mitglieder müssen sich nicht mehr in der Anmeldestelle Altreim-Klause oder Tankstelle anmelden. Sie müssen die Bestätigung im PKW sichtbar auslegen.";
// Position at 1.5 cm from bottom
$this->Cell(0, 6, 'Angemeldet am: ' .
$thisDay, 0, 0, 'L');
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fd3 end
* nimmt Daten für einen Tag auf und bearbeitet sie weiter
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fd1 begin
$this->Cell(0, 10, $arrHour['realdatum'] .
" - " .
$arrHour['seename'], 0, 2);
$this->Cell(0, 10, ' Verantwortlicher: ' .
$arrHour['vorname'] .
" " .
$arrHour['name'], 0, 2);
$this->Cell(0, 10, ' Verband: ' .
$arrHour['verband'], 0, 2);
$this->Cell(0, 10, ' Verein: ' .
$arrHour['verein'], 0, 2);
$this->Cell(0, 10, ' VereinNr.: ' .
$arrHour['verein_nr'], 0, 2);
$this->Cell(0, 10, ' Email: ' .
$arrHour['email'], 0, 2);
$this->Cell(0, 10, ' Telefon: ' .
$arrHour['telefon'], 0, 2);
$this->Cell(0, 10, ' Qualifikation: ' .
$arrHour['brevet'], 0, 2);
$this->Cell(0, 10, ' Anzahl der Taucher (gesamt): ' .
$arrHour['anzahl'], 0, 2);
$this->Cell(0, 10, ' - davon kostenpflichtig: ' .
$arrHour['anzahlZahler'], 0, 2);
$this->Cell(0, 10, ' Tauchzeitraum: ' .
$arrHour['realstunde'], 0, 2);
$this->Cell(103, 10, 'Datum / Unterschrift des Verantwortlichen vor Ort', 'T',0);
$this->Cell(0, 10, '(1)',0,2);
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fd1 end
* Beginnt eine neues Dokument
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fcc begin
$this->open(); // Dokument beginnen
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fcc end
* Beginnt eine neue Seite
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fc5 begin
// section -64--88-122--2-339007d5:1043cd4e8c9:-7fc5 end
} /* end of class src_pdf_PDFUSER */
Documentation generated on Sat, 24 Mar 2007 09:59:51 +0100 by phpDocumentor 1.3.1