test graphique
continuous-integration/drone/push Build was killed Details

ServeurDeTest
Noé GARNIER 2 years ago
parent ec3b7e3197
commit ad1ae953cd

@ -36,7 +36,7 @@
<tr> <tr>
<th scope="col">Enigme</th> <th scope="col">Enigme</th>
<th scope="col">Ordre</th> <th scope="col">Ordre</th>
<th scope="col-4"></th> <!-- <th scope="col"></th> -->
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -44,8 +44,8 @@
foreach ($lesEnigmes as $enigme) { foreach ($lesEnigmes as $enigme) {
echo "<tr>"; echo "<tr>";
echo "<td>".$enigme->getNom()."</td>"; echo "<td>".$enigme->getNom()."</td>";
echo "<td>".$enigme->getOrdre()."</td>"; echo "<td>" . $enigme->getOrdre();
echo '<td>'; // echo '<td>';
echo '<a href=index.php?action=modifOrdre&id='. $enigme->getIdEnigme() .'&dir=up> <span class="material-symbols-outlined"> arrow_upward </span> </a>'; echo '<a href=index.php?action=modifOrdre&id='. $enigme->getIdEnigme() .'&dir=up> <span class="material-symbols-outlined"> arrow_upward </span> </a>';
echo '<a href=index.php?action=modifOrdre&id='. $enigme->getIdEnigme() .'&dir=down> <span class="material-symbols-outlined"> arrow_downward </span> </a>'; echo '<a href=index.php?action=modifOrdre&id='. $enigme->getIdEnigme() .'&dir=down> <span class="material-symbols-outlined"> arrow_downward </span> </a>';
echo '</td>'; echo '</td>';

Loading…
Cancel
Save