Subversion Repositories Applications.annuaire

Compare Revisions

No changes between revisions

Ignore whitespace Rev 424 → Rev 425

/trunk/composants/cotisation/controleurs/Recu.php
108,14 → 108,14
$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
$pdf->Cell(100, 10, 'Montpellier, le '.$cotisation['date_envoi_recu'], 0, 1, "L") ;
// La signature de Joel Mathez
$pdf->Image('/home/aurelien/web/annuaire/composants/cotisation/controleurs/signature_Mathez.png', 110, $pdf->GetY(),28.22, "") ;
// La signature de David Delon
$pdf->Image(dirname(__FILE__).'/signature_Delon.png', 110, $pdf->GetY(),28.22, "") ;
$pdf->Ln() ;
$pdf->Cell(0, 10, "Mode de versement : ".$cotisation['mode_cotisation'], 0, 1, "L") ;
$pdf->Cell(100, 10, '', 0, 0) ;
$pdf->Cell (100, 10, 'Joël Mathez, Trésorier', 0, 1, "L") ;
$pdf->Cell (100, 10, 'David Delon, Trésorier', 0, 1, "L") ;
$pdf->Ln(5) ;
$pdf->SetFontSize(10) ;
/trunk/composants/cotisation/controleurs/signature_Delon.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/composants/cotisation/controleurs/signature_Delon.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property