Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 7680f706 rédigé par Dorian Dejean's avatar Dorian Dejean Validation de GitHub
Parcourir les fichiers

Update index.php

parent 0ac9301a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -231,8 +231,10 @@ $tachesArrayDb = $stmt->fetchAll(PDO::FETCH_ASSOC);
<li class="<?= ($infoTache["accomplie"] === true)?"accomplie":""; ?>">
<span class="coche done"><a href="?action=basculer&id=<?= $infoTache["id"]; ?>" title="Cliquez pour faire basculer l'état de cette tâche."><img src="ressources/images/coche.svg" alt=""></a></span>
<span class="texte"><?= $infoTache["texte"]; ?></span>
<span class="ajout"><?= $infoTache["date_ajout"]; ?></span>
<div class="memo">
<span class="texte"><?= $infoTache["texte"]; ?></span>
<span class="ajout"><?= $infoTache["date_ajout"]; ?></span>
</div>
<span class="coche"><a href="?action=supprimer&id=<?= $infoTache["id"]; ?>" title="Cliquez pour supprimer cette tâche."><img src="ressources/images/delete.svg" alt=""></a></span>
</li>
......@@ -243,4 +245,4 @@ $tachesArrayDb = $stmt->fetchAll(PDO::FETCH_ASSOC);
</div>
</body>
</html>
\ No newline at end of file
</html>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter