2011-08-09 15:40:02 +00:00
< div id = "center" >
< h1 > Surveillance Fichier< / h1 >
< div class = "paragraph" >
< table >
< tr >
< td width = "30" > < / td >
< td width = "200" class = "StyleInfoLib" > Mon identifiant< / td >
< td width = "350" class = "StyleInfoData" >< i > <? = $this -> login ?> </ i ></ td >
< / tr >
< tr >
< td width = "30" > < / td >
< td width = "200" class = "StyleInfoLib" > Mon identité< / td >
< td width = "350" class = "StyleInfoData" >< i > <? = $this -> nom ?> </ i ></ td >
< / tr >
< / table >
< / div >
< h2 > Surveillance< / h2 >
< div class = "paragraph" >
<?php if ( count ( $this -> listeFichier ) > 0 ){ ?>
< table >
<?php foreach ( $this -> listeFichier as $infos ) { ?>
< tr >
< td width = "30" > < / td >
< td class = "lienNormal" >
<?php if ( $infos [ 'dejaLu' ]) { echo '<b>' ; } ?>
Liste des annonces du <? = $infos [ 'date' ] ?>
2012-01-20 14:27:17 +00:00
au format < a href = " <? = $this -> url ( array ( 'controller' => 'surveillance' , 'action' => 'fichier' , 'nomFic' => $infos [ 'fichier' ], 'get' => 'ok' )) ?> " target = "_blank" > CSV</ a >
2011-08-09 15:40:02 +00:00
ou au format < a href = " <? = $this -> url ( array ( 'controller' => 'surveillance' , 'action' => 'fichier' , 'nomFic' => $infos [ 'fichier' ])) ?> " > HTML</ a >
2012-01-17 10:47:39 +00:00
ou au format < a href = " <? = $this -> url ( array ( 'controller' => 'surveillance' , 'action' => 'fichier' , 'nomFic' => $infos [ 'fichier' ])) ?> " target = "_blank" title = " <? = $infos [ 'fichier' ] ?> " > PDF</ a >
2011-08-09 15:40:02 +00:00
<?php if ( $infos [ 'dejaLu' ]) { echo '</b>' ; } ?>
< / td >
< / tr >
<? } ?>
< / table >
<?php } else { ?>
< div > Aucun fichier disponible !< / div >
<?php } ?>
< / div >
< / div >