This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,32 @@
<?php
//echo "<pre>"; print_r($tmp); echo "</pre>";
$za++;
if (isset($tmp[$za]['a'])) {
if ($tmp[$za]['m']!=0) {
$pdf->SetFillColor(255,211,155);
} else {
$pdf->SetFillColor(255,255,255);
}
$pdf->Cell(45,4,(utf8_decode($tmp[$za]['x'])),'0','0','R','1');
//$pdf->Cell(20,4,(utf8_decode($tmp[$za]['a'])),'0','0','R','1'); $pdf->Cell(25,4,(utf8_decode($tmp[$za]['c'])),'0','0','R','1');
}else{
$pdf->Cell(45,4,(" "),'0','0','R','0');
}
//**********************************************************************************************************************************
$pdf->Cell(10,4,(" "),'0','0','R','0');
//**********************************************************************************************************************************
$za++;
if (isset($tmp[$za]['a'])) {
if ($tmp[$za]['m']!=0) {
$pdf->SetFillColor(255,211,155);
} else {
$pdf->SetFillColor(255,255,255);
}
$pdf->Cell(45,4,(utf8_decode($tmp[$za]['x'])),'0','0','R','1');
//$pdf->Cell(20,4,(utf8_decode($tmp[$za]['a'])),'0','0','R','1'); $pdf->Cell(25,4,(utf8_decode($tmp[$za]['c'])),'0','0','R','1');
}else{
$pdf->Cell(45,4,(" "),'0','0','R','0');
}
?>