This commit is contained in:
Lab 8916100448256 2020-11-12 18:56:44 +01:00
parent aa47e549ff
commit 5e6fc72b67
5 changed files with 13 additions and 13 deletions

View File

@ -44,7 +44,7 @@ td {padding:6px;}
</table> </table>
</page> </page>
<? <?php
$content = ob_get_clean(); $content = ob_get_clean();
unlink("../pdf/agenda.pdf"); unlink("../pdf/agenda.pdf");
require_once("./html2pdf.class.php"); require_once("./html2pdf.class.php");
@ -66,4 +66,4 @@ require_once("./html2pdf.class.php");
} }
header("location: pdfs.php"); header("location: pdfs.php");
//readfile('../pdf/agenda.pdf'); //readfile('../pdf/agenda.pdf');
?> ?>

View File

@ -44,7 +44,7 @@ td {padding:3px;}
</table> </table>
</page> </page>
<? <?php
$content = ob_get_clean(); $content = ob_get_clean();
unlink("../pdf/agenda_a4.pdf"); unlink("../pdf/agenda_a4.pdf");
require_once("./html2pdf.class.php"); require_once("./html2pdf.class.php");
@ -66,4 +66,4 @@ require_once("./html2pdf.class.php");
} }
header("location: pdfs.php"); header("location: pdfs.php");
//readfile('../pdf/agenda_a4.pdf'); //readfile('../pdf/agenda_a4.pdf');
?> ?>

View File

@ -46,7 +46,7 @@ td {padding:6px;}
</table> </table>
</page> </page>
<? <?php
$content = ob_get_clean(); $content = ob_get_clean();
unlink("../pdf/agenda_bruno_sans.pdf"); unlink("../pdf/agenda_bruno_sans.pdf");
require_once("./html2pdf.class.php"); require_once("./html2pdf.class.php");
@ -69,4 +69,4 @@ require_once("./html2pdf.class.php");
header("location: pdfs.php"); header("location: pdfs.php");
//header('Content-Type: application/pdf'); //header('Content-Type: application/pdf');
//readfile('../pdf/agenda_bruno_sans.pdf'); //readfile('../pdf/agenda_bruno_sans.pdf');
?> ?>

View File

@ -46,7 +46,7 @@ td {padding:6px;}
</table> </table>
</page> </page>
<? <?php
$content = ob_get_clean(); $content = ob_get_clean();
unlink("../pdf/agenda_bruno.pdf"); unlink("../pdf/agenda_bruno.pdf");
require_once("./html2pdf.class.php"); require_once("./html2pdf.class.php");
@ -69,4 +69,4 @@ require_once("./html2pdf.class.php");
header("location: pdfs.php"); header("location: pdfs.php");
//header('Content-Type: application/pdf'); //header('Content-Type: application/pdf');
//readfile('../pdf/agenda_bruno.pdf'); //readfile('../pdf/agenda_bruno.pdf');
?> ?>

View File

@ -19,7 +19,7 @@
<h5>TYPES</h5> <h5>TYPES</h5>
<div style='padding:1em'> <div style='padding:1em'>
<? <?php
$cpt1 = 0; $cpt1 = 0;
$mliststat = array(); $mliststat = array();
if ($handlea= opendir("../pdfs/type")){ if ($handlea= opendir("../pdfs/type")){
@ -44,7 +44,7 @@ foreach($mliststat as $val){
<div class='lebloc'> <div class='lebloc'>
<h5>THEMES</h5> <h5>THEMES</h5>
<div style='padding:1em'> <div style='padding:1em'>
<? <?php
$mliststat = array(); $mliststat = array();
if ($handlea= opendir("../pdfs/theme")){ if ($handlea= opendir("../pdfs/theme")){
while (false !== ($filea = readdir($handlea))){ while (false !== ($filea = readdir($handlea))){
@ -67,7 +67,7 @@ foreach($mliststat as $val){
<div class='lebloc'> <div class='lebloc'>
<h5>LIEUX</h5> <h5>LIEUX</h5>
<div style='padding:1em'> <div style='padding:1em'>
<? <?php
$mliststat = array(); $mliststat = array();
if ($handlea= opendir("../pdfs/lieu")){ if ($handlea= opendir("../pdfs/lieu")){
while (false !== ($filea = readdir($handlea))){ while (false !== ($filea = readdir($handlea))){
@ -90,7 +90,7 @@ foreach($mliststat as $val){
<div class='lebloc'> <div class='lebloc'>
<h5>REFERENT</h5> <h5>REFERENT</h5>
<div style='padding:1em'> <div style='padding:1em'>
<? <?php
$mliststat = array(); $mliststat = array();
if ($handlea= opendir("../pdfs/referent")){ if ($handlea= opendir("../pdfs/referent")){
while (false !== ($filea = readdir($handlea))){ while (false !== ($filea = readdir($handlea))){
@ -113,7 +113,7 @@ foreach($mliststat as $val){
<div class='lebloc'> <div class='lebloc'>
<h5>GLOBAL</h5> <h5>GLOBAL</h5>
<div style='padding:1em'> <div style='padding:1em'>
<? <?php
$mliststat = array(); $mliststat = array();
if ($handlea= opendir("../pdf")){ if ($handlea= opendir("../pdf")){
while (false !== ($filea = readdir($handlea))){ while (false !== ($filea = readdir($handlea))){