petites modifications cosmétiques
FossilOrigin-Name: c91fc5987116ebe7e954079b465a15dfa43829cd32d608a03c4f03854834828a
This commit is contained in:
parent
5d439d25af
commit
acd824e866
3 changed files with 35 additions and 40 deletions
|
|
@ -32,33 +32,6 @@ class RecusHTML
|
|||
return $this->html;
|
||||
}
|
||||
|
||||
protected function entete()
|
||||
{
|
||||
$styleSheet = \Garradin\PLUGIN_ROOT . "/lib/pdf.css";
|
||||
ob_start();
|
||||
echo <<<FDD
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{$this->nomAsso}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{$styleSheet}" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="cartouche" id="entete">
|
||||
<div id="logoCerfa">
|
||||
<span class="centre">Cerfa</span>
|
||||
</div>
|
||||
<div id="numCerfa">
|
||||
<span>N° 11580*4</span>
|
||||
</div>
|
||||
<p id="titre">Reçu au titre des dons à certains organismes d'intérêt général</p>
|
||||
<p id="articles">Article 200, 238 bis et 885-0 V bis A du code général des impôts</p>
|
||||
|
||||
FDD;
|
||||
return ob_get_clean();
|
||||
}
|
||||
|
||||
// imprimer le reçu
|
||||
function imprimer_recu($annee_recu,
|
||||
$numero,
|
||||
|
|
@ -150,4 +123,29 @@ FDD;
|
|||
echo "</li>\n";
|
||||
}
|
||||
|
||||
protected function entete()
|
||||
{
|
||||
$styleSheet = \Garradin\PLUGIN_ROOT . "/lib/pdf.css";
|
||||
ob_start();
|
||||
echo <<<FDD
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="{$styleSheet}" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="cartouche" id="entete">
|
||||
<div id="logoCerfa">
|
||||
<span class="centre">Cerfa</span>
|
||||
</div>
|
||||
<div id="numCerfa">
|
||||
<span>N° 11580*4</span>
|
||||
</div>
|
||||
<p id="titre">Reçu au titre des dons à certains organismes d'intérêt général</p>
|
||||
<p id="articles">Article 200, 238 bis et 885-0 V bis A du code général des impôts</p>
|
||||
|
||||
FDD;
|
||||
return ob_get_clean();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue