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

ServeurDeTest
Noé GARNIER 2 years ago
parent 05abdd3816
commit 0317d7b2bd

@ -246,3 +246,11 @@ button {
-ms-border-radius: 4px; -ms-border-radius: 4px;
-o-border-radius: 4px; -o-border-radius: 4px;
} }
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 48
}

@ -44,8 +44,7 @@
foreach ($lesEnigmes as $enigme) { foreach ($lesEnigmes as $enigme) {
echo "<tr>"; echo "<tr>";
echo "<td>".$enigme->getNom()."</td>"; echo "<td>".$enigme->getNom()."</td>";
echo "<td>"; echo "<td>" . $enigme->getOrdre();
echo '<p>'. $enigme->getOrdre() .'</p>';
// 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>';

Loading…
Cancel
Save