Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
    // $Id: header_marine-sales.de.inc.php 1187 2009-03-25 15:02:35Z tiefland $
    setLocale( LC_TIME, "de_DE.ISO-8859-15@euro" );
    $this->setY( 10 );
    //Arial bold 15
    $this->SetFont( 'Arial', 'B', 10 );
    //Move to the right
    $this->Cell( 125 );
    //Title
    $this->Cell( 0, 4, 'Schaumstoffcenter Frank Stephan', 0, 2, 'L' );
    $this->cell( 0, 4, 'Haldenstr. 25 - 45966 Gladbeck', 0, 2, 'L' );
    $this->SetFont( 'Arial', '', 9 );
    $this->cell( 0, 4, 'www.schaumstoffcenter.de', 0, 2, 'L' );
    $this->SetFont( 'Arial', 'B', 8 );
    $this->cell( 0, 2, '', 0, 2, 'L' );
    $this->cell( 0, 4, 'Info Line Versand/Logistik:', 0, 2, 'L' );
    $this->SetFont( 'Arial', '', 8 );
    $this->cell( 0, 4, '(0 20 43) 4 48 47', 0, 2, 'L' );
    $this->cell( 0, 4, 'info@schaumstoffcenter.de', 0, 2, 'L' );
    $this->cell( 0, 4, 'Fax: (0 20 43) 4 26 19', 0, 2, 'L' );
    //Rechungszeile
    $this->SetFont( 'Arial', 'B', 8 );
    $this->cell( 0, 4, 'Rechnungs-Nr.: ' . $r_nr, 0, 2, 'L' );
    if ( LEISTUNGS_DATUM == true )
    {
        $this->cell( 0, 4, 'Datum: ' . $dat["Datum"], 0, 2, 'L' );
    }
    else
    {
        $this->cell( 0, 4, 'Datum: ' . date('d.m.Y'), 0, 2, 'L' );
    }
?>