Subversion Repositories Applications.annuaire

Rev

Rev 427 | Rev 531 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 427 Rev 523
Line 107... Line 107...
107
		$pdf->Ln() ;
107
		$pdf->Ln() ;
108
		$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
108
		$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
109
		$pdf->Cell(100, 10, 'Montpellier, le '.$cotisation['date_envoi_recu'], 0, 1, "L") ;
109
		$pdf->Cell(100, 10, 'Montpellier, le '.$cotisation['date_envoi_recu'], 0, 1, "L") ;
Line 110... Line 110...
110
				
110
				
111
		// La signature de David Delon
111
		// La signature de David Delon
Line 112... Line 112...
112
		$pdf->Image(dirname(__FILE__).'/signature_Delon.png', 110, $pdf->GetY(),28.22, "") ;
112
		$pdf->Image(dirname(__FILE__).'/signature_Daniel.png', 110, $pdf->GetY(),28.22, "") ;
113
				
113
				
Line 114... Line 114...
114
		$pdf->Ln() ;
114
		$pdf->Ln() ;
115
		$pdf->Cell(0, 10, "Mode de versement : ".$cotisation['mode_cotisation'], 0, 1, "L") ;
115
		$pdf->Cell(0, 10, "Mode de versement : ".$cotisation['mode_cotisation'], 0, 1, "L") ;
116
		
116
		
Line 117... Line 117...
117
		$pdf->Cell(100, 10, '', 0, 0) ;
117
		$pdf->Cell(100, 10, '', 0, 0) ;
118
		$pdf->Cell (100, 10, 'David Delon, Trésorier', 0, 1, "L") ;
118
		$pdf->Cell (100, 10, 'Daniel Mathieu, Président', 0, 1, "L") ;