Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php//$Id: content_pieper-freizeit.de_42.inc.php 888 2011-12-14 09:46:11Z tiefland $/*** @author Malte Erling <erling@weban.de>* @copyright 2011 Webagentur Niewerth* @package content-management* @version $Rev: 888 $* @license propietary* @filesource**//**** @author Malte Erling <erling@weban.de>* @copyright 2011 Webagentur Niewerth* @package content-management*/$pdf->MultiCell( 10, $h, $pos, 1, "C" );$pdf->SetXY( $x + 10, $y );$x = $pdf->GetX();$y = $pdf->GetY();$pdf->MultiCell( 20, $h, ( is_numeric( $pos ) ) ? number_format( $menge, 2, ',', '.' ) : "", 1, "R" );$pdf->SetXY( $x + 20, $y );$x = $pdf->GetX();$y = $pdf->GetY();$pdf->MultiCell( 20, $h, $kennung, 1, "C" );$pdf->SetXY( $x + 20, $y );$x = $pdf->GetX();$y = $pdf->GetY();$pdf->MultiCell( 100, 5, $a_name, 1, "L", 0 );$pdf->SetXY( $x + 100, $y );$x = $pdf->GetX();$y = $pdf->GetY();$pdf->MultiCell( 20, $h, "", 1, "C" );$pdf->SetXY( $x + 20, $y );$x = $pdf->GetX();$y = $pdf->GetY();$pdf->MultiCell( 20, $h, "", 1, "C" );?>