Commit 16590d14 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Correction du footer de rapport de soutenance

parent 488bde87
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
<?php

/** @var \These\Service\FichierThese\PdcData $data */
/** @var PdcData $informations */

use These\Entity\Db\Acteur;
use These\Service\FichierThese\PdcData;

$membres = $data->getMembres();
$membres = $informations->getJury();
$position = 0;
$nbPerLine = 4;
$width = (100 / $nbPerLine);
?>

Fait à ........................................, le ........................................
@@ -14,7 +15,7 @@ Fait à ........................................, le ...........................
<table style="width: 100%;">
    <tr>
        <?php foreach ($membres as $membre) : ?>
            <td>
            <td style="width:<?php echo $width; ?>%">
                <?php echo $membre->getIndividu()->getNomComplet(); ?>
                <br/>&nbsp;<br/>&nbsp;<br/>&nbsp;
                <?php $position += 1; ?>
+0 −1
Original line number Diff line number Diff line
@@ -632,5 +632,4 @@ class PdcData
        return $signataires;
    }


}
 No newline at end of file