CASE_NOIRE

This commit is contained in:
2025-05-08 05:24:21 +02:00
parent 2e93e2c878
commit a42f8a5f18
3 changed files with 16 additions and 15 deletions

View File

@ -122,9 +122,9 @@ if ($grille_valide) {
<tr>
<th><?= $y + 1 ?></th>
<?php for ($x = 0; $x < $largeur; $x++): ?>
<?php if ($grille[$y][$x] == " "): ?>
<?php if ($grille[$y][$x] == CASE_NOIRE): ?>
<td class="case noire">
<input id="<?= chr($x + 65) . ($y + 1) ?>" type="text" maxlength="1" size="1" value=" " disabled />
<input id="<?= chr($x + 65) . ($y + 1) ?>" type="text" maxlength="1" size="1" value=CASE_NOIRE disabled />
</td>
<?php else: ?>
<td class="case blanche">