예제 #1
0
     $pdf->Cell(15, 10, $MyRow->NationCode, 0, 0, 'C', 0);
     $pdf->Cell(50, 10, $MyRow->Nation, 0, 1, 'L', 0);
     $pdf->SetFont($pdf->FontStd, '', 8);
     $pdf->Cell(19, 10, get_text('Partecipants'), 0, 1, 'L', 0);
     $pdf->SetFont($pdf->FontStd, 'B', 7);
     $pdf->Cell(10, 4, '', 0, 0, 'C', 0);
     $pdf->Cell(10, 4, get_text('SessionShort', 'Tournament'), 1, 0, 'C', 1);
     $pdf->Cell(15, 4, get_text('Target'), 1, 0, 'C', 1);
     $pdf->Cell(10, 4, get_text('Code', 'Tournament'), 1, 0, 'C', 1);
     $pdf->Cell(45, 4, get_text('Athlete'), 1, 0, 'L', 1);
     $pdf->Cell(15, 4, get_text('AgeCl'), 1, 0, 'C', 1);
     $pdf->Cell(10, 4, get_text('SubCl', 'Tournament'), 1, 0, 'C', 1);
     $pdf->Cell(15, 4, get_text('Division'), 1, 0, 'C', 1);
     $pdf->Cell(15, 4, get_text('Cl'), 1, 0, 'C', 1);
     //Disegna i Pallini
     $pdf->DrawParticipantHeader();
     $pdf->SetFont($pdf->FontStd, 'B', 7);
     $pdf->Cell(10, 4, get_text('Status', 'Tournament'), 1, 0, 'C', 1);
     $pdf->Cell(20, 4, get_text('Price', 'Tournament'), 1, 1, 'C', 1);
     $OldTeam = $MyRow->NationCode;
     $pdf->SetFont($pdf->FontStd, '', 1);
     $pdf->Cell(190, 0.5, '', 0, 1, 'C', 0);
     $OldTeam = $MyRow->NationCode;
     $TotalPrice = 0;
     $ShowStatusLegend = false;
 }
 $pdf->SetFont($pdf->FontStd, '', 7);
 $pdf->Cell(10, 4, '', 0, 0, 'C', 0);
 $pdf->Cell(10, 4, $MyRow->Session, 1, 0, 'R', 0);
 $pdf->Cell(15, 4, $MyRow->TargetNo, 1, 0, 'R', 0);
 $pdf->Cell(10, 4, $MyRow->Bib, 1, 0, 'R', 0);