Loading view/unicaen-enquete/resultat/resultats.phtml +21 −3 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ use UnicaenEnquete\Entity\HasEnqueteInterface; * @var Enquete $enquete * @var array $results * @var array $counts * @var string $retourLibelle * @var string $retourIcone * @var string $retourUrl * @var HasEnqueteInterface[] $elements */ Loading Loading @@ -37,9 +40,24 @@ $nbElements = count($elements); let commentaires = []; </script> <div class="row"> <div class="col-md-8"> <h1 class="page-header"> Affichage des résultats de l'enquête <em><?php echo $enquete->getTitre(); ?></em> Affichage des résultats de l'enquête <br/> <em><?php echo $enquete->getTitre(); ?></em> </h1> </div> <div class="col-md-4"> <?php if (isset($retourLibelle) && isset($retourUrl)) : ?> <a href="<?php echo $retourUrl; ?>" class="btn btn-secondary"> <?php if ($retourIcone): ?> <span class="<?php echo $retourIcone; ?>"></span> <?php endif; ?> <?php echo $retourLibelle; ?> </a> <?php endif; ?> </div> </div> <?php if (empty($elements)) : ?> <div class="alert alert-info"> Loading Loading
view/unicaen-enquete/resultat/resultats.phtml +21 −3 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ use UnicaenEnquete\Entity\HasEnqueteInterface; * @var Enquete $enquete * @var array $results * @var array $counts * @var string $retourLibelle * @var string $retourIcone * @var string $retourUrl * @var HasEnqueteInterface[] $elements */ Loading Loading @@ -37,9 +40,24 @@ $nbElements = count($elements); let commentaires = []; </script> <div class="row"> <div class="col-md-8"> <h1 class="page-header"> Affichage des résultats de l'enquête <em><?php echo $enquete->getTitre(); ?></em> Affichage des résultats de l'enquête <br/> <em><?php echo $enquete->getTitre(); ?></em> </h1> </div> <div class="col-md-4"> <?php if (isset($retourLibelle) && isset($retourUrl)) : ?> <a href="<?php echo $retourUrl; ?>" class="btn btn-secondary"> <?php if ($retourIcone): ?> <span class="<?php echo $retourIcone; ?>"></span> <?php endif; ?> <?php echo $retourLibelle; ?> </a> <?php endif; ?> </div> </div> <?php if (empty($elements)) : ?> <div class="alert alert-info"> Loading