Update texts on most pages
This commit is contained in:
@ -50,21 +50,21 @@
|
||||
|
||||
<p>Le symbole <img width="5rem" src="styles/icons/exclamation-mark.svg" alt="double point d'exclamation"> dans la colonne aide signifie que nous avons besoin d'aide pour obtenir une photo et que <a href="informations.html">vous pouvez contribuer</a>.</p>
|
||||
|
||||
<p>Une fois cette liste générée, la configuration sera repliée, il suffit alors de cliquer sur la <img width="12rem" src="styles/icons/triangle.svg" alt="flèche"> <strong>flèche</strong> pour la faire réapparaître.</p>
|
||||
<p>Une fois cette liste générée, les options de configuration seront repliées, il suffit alors de cliquer sur la <img width="12rem" src="styles/icons/triangle.svg" alt="flèche"> <strong>flèche</strong> pour les faire réapparaître.</p>
|
||||
</div>
|
||||
|
||||
<h2 class="active">Configuration </h2>
|
||||
<form name="explorer" onsubmit="onSubmit();">
|
||||
<div class="container">
|
||||
<div class="box photos active">
|
||||
<h3>État photo </h3>
|
||||
<h3>Photo / État </h3>
|
||||
<div class="item-cont">
|
||||
<span><input type="checkbox" id="photos" name="photos" value="all">
|
||||
<label for="photos">Tout état</label></span>
|
||||
<span><input type="checkbox" id="none" name="photo" value="none">
|
||||
<label for="none">☆ inexistant</label></span>
|
||||
<label for="none">☆ manquant</label></span>
|
||||
<span><input type="checkbox" id="exist" name="photo" value="exist">
|
||||
<label for="exist">Existant</label></span>
|
||||
<label for="exist">Disponible</label></span>
|
||||
<span><input type="checkbox" id="bad" name="photo" value="bad">
|
||||
<label for="bad">★ mauvais</label></span>
|
||||
<span><input type="checkbox" id="ok" name="photo" value="ok">
|
||||
|
Reference in New Issue
Block a user