Fix #7
This commit is contained in:
parent
aa47e549ff
commit
5e6fc72b67
5 changed files with 13 additions and 13 deletions
|
@ -44,7 +44,7 @@ td {padding:6px;}
|
|||
</table>
|
||||
|
||||
</page>
|
||||
<?
|
||||
<?php
|
||||
$content = ob_get_clean();
|
||||
unlink("../pdf/agenda.pdf");
|
||||
require_once("./html2pdf.class.php");
|
||||
|
@ -66,4 +66,4 @@ require_once("./html2pdf.class.php");
|
|||
}
|
||||
header("location: pdfs.php");
|
||||
//readfile('../pdf/agenda.pdf');
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -44,7 +44,7 @@ td {padding:3px;}
|
|||
</table>
|
||||
|
||||
</page>
|
||||
<?
|
||||
<?php
|
||||
$content = ob_get_clean();
|
||||
unlink("../pdf/agenda_a4.pdf");
|
||||
require_once("./html2pdf.class.php");
|
||||
|
@ -66,4 +66,4 @@ require_once("./html2pdf.class.php");
|
|||
}
|
||||
header("location: pdfs.php");
|
||||
//readfile('../pdf/agenda_a4.pdf');
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -46,7 +46,7 @@ td {padding:6px;}
|
|||
</table>
|
||||
|
||||
</page>
|
||||
<?
|
||||
<?php
|
||||
$content = ob_get_clean();
|
||||
unlink("../pdf/agenda_bruno_sans.pdf");
|
||||
require_once("./html2pdf.class.php");
|
||||
|
@ -69,4 +69,4 @@ require_once("./html2pdf.class.php");
|
|||
header("location: pdfs.php");
|
||||
//header('Content-Type: application/pdf');
|
||||
//readfile('../pdf/agenda_bruno_sans.pdf');
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -46,7 +46,7 @@ td {padding:6px;}
|
|||
</table>
|
||||
|
||||
</page>
|
||||
<?
|
||||
<?php
|
||||
$content = ob_get_clean();
|
||||
unlink("../pdf/agenda_bruno.pdf");
|
||||
require_once("./html2pdf.class.php");
|
||||
|
@ -69,4 +69,4 @@ require_once("./html2pdf.class.php");
|
|||
header("location: pdfs.php");
|
||||
//header('Content-Type: application/pdf');
|
||||
//readfile('../pdf/agenda_bruno.pdf');
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<h5>TYPES</h5>
|
||||
<div style='padding:1em'>
|
||||
|
||||
<?
|
||||
<?php
|
||||
$cpt1 = 0;
|
||||
$mliststat = array();
|
||||
if ($handlea= opendir("../pdfs/type")){
|
||||
|
@ -44,7 +44,7 @@ foreach($mliststat as $val){
|
|||
<div class='lebloc'>
|
||||
<h5>THEMES</h5>
|
||||
<div style='padding:1em'>
|
||||
<?
|
||||
<?php
|
||||
$mliststat = array();
|
||||
if ($handlea= opendir("../pdfs/theme")){
|
||||
while (false !== ($filea = readdir($handlea))){
|
||||
|
@ -67,7 +67,7 @@ foreach($mliststat as $val){
|
|||
<div class='lebloc'>
|
||||
<h5>LIEUX</h5>
|
||||
<div style='padding:1em'>
|
||||
<?
|
||||
<?php
|
||||
$mliststat = array();
|
||||
if ($handlea= opendir("../pdfs/lieu")){
|
||||
while (false !== ($filea = readdir($handlea))){
|
||||
|
@ -90,7 +90,7 @@ foreach($mliststat as $val){
|
|||
<div class='lebloc'>
|
||||
<h5>REFERENT</h5>
|
||||
<div style='padding:1em'>
|
||||
<?
|
||||
<?php
|
||||
$mliststat = array();
|
||||
if ($handlea= opendir("../pdfs/referent")){
|
||||
while (false !== ($filea = readdir($handlea))){
|
||||
|
@ -113,7 +113,7 @@ foreach($mliststat as $val){
|
|||
<div class='lebloc'>
|
||||
<h5>GLOBAL</h5>
|
||||
<div style='padding:1em'>
|
||||
<?
|
||||
<?php
|
||||
$mliststat = array();
|
||||
if ($handlea= opendir("../pdf")){
|
||||
while (false !== ($filea = readdir($handlea))){
|
||||
|
|
Loading…
Reference in a new issue