Accessibilité

This commit is contained in:
Valentin Moguérou 2023-07-15 18:20:20 +02:00
parent 7db03ca4c1
commit d6e6752e03
2 changed files with 40 additions and 10 deletions

View File

@ -333,7 +333,10 @@
</tr>
<tr>
<td>Langues et cultures de l'Antiquité</td>
<td><input type="checkbox" name="check-lca-1re" id="check-lca-1re"></td>
<td>
<label for="check-lca-1re">Activation LCA, première</label>
<input type="checkbox" name="check-lca-1re" id="check-lca-1re">
</td>
<td id="coef-lca-1re">2</td>
<td>
<label for="note-lca-1re">Note de langues et cultures de l'Antiquité - première</label>
@ -343,7 +346,10 @@
<td>
<span id="points-lca-1re"></span>
</td>
<td><input type="checkbox" name="check-lca-tle" id="check-lca-tle"></td>
<td>
<label for="check-lca-tle">Activation LCA, terminale</label>
<input type="checkbox" name="check-lca-tle" id="check-lca-tle">
</td>
<td id="coef-lca-tle">2</td>
<td>
<label for="note-lca-tle">Note d'option suivie au cours du cycle terminal - terminale</label>
@ -356,7 +362,10 @@
</tr>
<tr>
<td>Option suivie au cours du cycle terminal (ex: Arts/LV3)</td>
<td><input type="checkbox" name="check-opt1-1re" id="check-opt1-1re"></td>
<td>
<label for="check-opt1-1re">Activation option 1, première</label>
<input type="checkbox" name="check-opt1-1re" id="check-opt1-1re">
</td>
<td id="coef-opt1-1re">2</td>
<td>
<label for="note-opt1-1re">Note d'option suivie au cours du cycle terminal - première</label>
@ -366,7 +375,10 @@
<td>
<span id="points-opt1-1re"></span>
</td>
<td><input type="checkbox" name="check-opt1-tle" id="check-opt1-tle"></td>
<td>
<label for="check-opt1-tle">Activation option 1, terminale</label>
<input type="checkbox" name="check-opt1-tle" id="check-opt1-tle">
</td>
<td id="coef-opt1-tle">2</td>
<td>
<label for="note-opt1-tle">Note d'option suivie au cours du cycle terminal - terminale</label>
@ -380,7 +392,10 @@
<tr>
<td>Option suivie uniquement en classe de Terminale (ex: Maths/DGEMC)</td>
<td colspan="4" class="null"></td>
<td><input type="checkbox" name="check-opt2" id="check-opt2"></td>
<td>
<label for="check-opt2">Activation option 2</label>
<input type="checkbox" name="check-opt2" id="check-opt2">
</td>
<td id="coef-opt2">2</td>
<td>
<label for="note-opt2">Note d'option suivie uniquement en classe de Terminale</label>

View File

@ -373,7 +373,10 @@
</tr>
<tr>
<td>Langues et cultures de l'Antiquité</td>
<td><input type="checkbox" name="check-lca-1re" id="check-lca-1re"></td>
<td>
<label for="check-lca-1re">Activation LCA, première</label>
<input type="checkbox" name="check-lca-1re" id="check-lca-1re">
</td>
<td id="coef-lca-1re">2</td>
<td>
<label for="note-lca-1re">Note de langues et cultures de l'Antiquité - première</label>
@ -383,7 +386,10 @@
<td>
<span id="points-lca-1re"></span>
</td>
<td><input type="checkbox" name="check-lca-tle" id="check-lca-tle"></td>
<td>
<label for="check-lca-tle">Activation LCA, terminale</label>
<input type="checkbox" name="check-lca-tle" id="check-lca-tle">
</td>
<td id="coef-lca-tle">2</td>
<td>
<label for="note-lca-tle">Note d'option suivie au cours du cycle terminal - terminale</label>
@ -396,7 +402,10 @@
</tr>
<tr>
<td>Option suivie au cours du cycle terminal (ex: Arts/LV3)</td>
<td><input type="checkbox" name="check-opt1-1re" id="check-opt1-1re"></td>
<td>
<label for="check-opt1-1re">Activation option 1, première</label>
<input type="checkbox" name="check-opt1-1re" id="check-opt1-1re">
</td>
<td id="coef-opt1-1re">2</td>
<td>
<label for="note-opt1-1re">Note d'option suivie au cours du cycle terminal - première</label>
@ -406,7 +415,10 @@
<td>
<span id="points-opt1-1re"></span>
</td>
<td><input type="checkbox" name="check-opt1-tle" id="check-opt1-tle"></td>
<td>
<label for="check-opt1-tle">Activation option 1, terminale</label>
<input type="checkbox" name="check-opt1-tle" id="check-opt1-tle">
</td>
<td id="coef-opt1-tle">2</td>
<td>
<label for="note-opt1-tle">Note d'option suivie au cours du cycle terminal - terminale</label>
@ -420,7 +432,10 @@
<tr>
<td>Option suivie uniquement en classe de Terminale (ex: Maths/DGEMC)</td>
<td colspan="4" class="null"></td>
<td><input type="checkbox" name="check-opt2" id="check-opt2"></td>
<td>
<label for="check-opt2">Activation option 2</label>
<input type="checkbox" name="check-opt2" id="check-opt2">
</td>
<td id="coef-opt2">2</td>
<td>
<label for="note-opt2">Note d'option suivie uniquement en classe de Terminale</label>