Correction de l'export pdf depuis la branche 1.1
This commit is contained in:
parent
a9fc7ce46a
commit
320e94ce9c
@ -52,37 +52,40 @@ if($nomFic == ''){
|
||||
$output.= '</tr>';
|
||||
$output.= '</table>';
|
||||
$output.= '</page_header>';
|
||||
$output.= '<page_footer>';
|
||||
/*$output.= '<page_footer>';
|
||||
$output.= '<table style="width:100%; border:solid 1px black;">';
|
||||
$output.= '<tr>';
|
||||
$output.= '<td style="text-align:left; width:50%"> </td>';
|
||||
$output.= '<td style="text-align:right; width:50%">page [[page_cu]]/[[page_nb]]</td>';
|
||||
$output.= '</tr>';
|
||||
$output.= '</table>';
|
||||
$output.= '</page_footer>';
|
||||
$output.= '</page_footer>';*/
|
||||
$count = 0;
|
||||
foreach($annonces as $annonce){
|
||||
if ($count>0) $output.= '<page pageset="old">';
|
||||
$output.= '<table width="580">'."\n";
|
||||
$output.= '<tr><td width="30"> </td>'."\n";
|
||||
$output.= ' <td width="550" colspan="2" class="StyleInfoLib">Entreprise : '.$annonce['RaisonSociale'].' ('.$annonce['Siren'].')</td>'."\n";
|
||||
$output.= '</tr>'."\n";
|
||||
$output.= '<tr><td width="30"> </td>'."\n";
|
||||
$output.= ' <td width="200" class="StyleInfoData">Site : '.$annonce['SiteCnasea'].'</td>'."\n";
|
||||
$output.= ' <td width="350" colspan="2" class="StyleInfoData">Référence : '.$annonce['Ref'].'</td>'."\n";
|
||||
$output.= '</tr>'."\n";
|
||||
$output.= '<tr><td width="30"> </td>'."\n";
|
||||
$output.= ' <td width="550" colspan="2" class="StyleInfoData">BODACC n°'.$annonce['Parution'].' '.$annonce['Bodacc'].' du '.$annonce['DatePar'].' '.$annonce['Tribunal'].'.</td>'."\n";
|
||||
$output.= '</tr>'."\n";
|
||||
$output.= '<tr><td width="30"> </td>'."\n";
|
||||
$output.= ' <td width="550" colspan="2" class="StyleInfoLib"><b>'.$annonce['Even'].'</b></td>'."\n";
|
||||
$output.= '</tr>'."\n";
|
||||
$output.= '<tr><td colspan="4"> </td></tr>'."\n";
|
||||
$output.= '<tr><td width="30"> </td>'."\n";
|
||||
$output.= ' <td width="550" colspan="2">'.$annonce['TexteAnn'].'</td>'."\n";
|
||||
$output.= '</tr>'."\n";
|
||||
$output.= '</table>'."\n";
|
||||
$output.= '</page>'."\n";
|
||||
$output.= '<table style="width:100%;">';
|
||||
$output.= '<tr>';
|
||||
$output.= '<td style="width:50%;">Entreprise : '.$annonce['RaisonSociale'].' ('.$annonce['Siren'].')</td>';
|
||||
$output.= '<td style="width:50%;"> </td>';
|
||||
$output.= '</tr>';
|
||||
$output.= '<tr>';
|
||||
$output.= '<td style="width:50%;">Site : '.$annonce['SiteCnasea'].'</td>';
|
||||
$output.= '<td style="width:50%;">Référence : '.$annonce['Ref'].'</td>';
|
||||
$output.= '</tr>';
|
||||
$output.= '<tr>';
|
||||
$output.= '<td style="width:100%;" colspan="2">BODACC n°'.$annonce['Parution'].' '.$annonce['Bodacc'].' du '.$annonce['DatePar'].' '.$annonce['Tribunal'].'.</td>';
|
||||
$output.= '</tr>';
|
||||
$output.= '<tr>';
|
||||
$output.= '<td style="width:100%;" colspan="2"> </td>';
|
||||
$output.= '</tr>';
|
||||
$output.= '<tr>';
|
||||
$output.= '<td style="width:100%;" colspan="2"><b>'.$annonce['Even'].'</b></td>';
|
||||
$output.= '</tr>';
|
||||
$output.= '<tr>';
|
||||
$output.= '<td style="width:100%;" colspan="2">'.$annonce['TexteAnn'].'</td>';
|
||||
$output.= '</tr>';
|
||||
$output.= '</table>';
|
||||
$output.= '</page>';
|
||||
$count++;
|
||||
}
|
||||
// conversion HTML => PDF
|
||||
|
Loading…
x
Reference in New Issue
Block a user