mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-04 17:04:53 +02:00
calque affichant des infos QA
This commit is contained in:
parent
0f63309248
commit
f19bff1953
8 changed files with 121 additions and 40 deletions
40
index.html
40
index.html
|
@ -130,51 +130,55 @@
|
|||
|
||||
<h3>Types de prises</h3>
|
||||
|
||||
|
||||
|
||||
<label>
|
||||
<input type="checkbox" id="filterCableAttached">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Prise avec câble attaché</span>
|
||||
<img class="icon-img" src="img/vending_machine.png" alt="cable">
|
||||
<span>Avec câble attaché</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterCCS">
|
||||
<span class="checkbox-custom"></span>
|
||||
<!-- <span>Prise CCS</span> -->
|
||||
<img class="icon-img" src="img/type2_combo.svg" alt="prise">
|
||||
|
||||
<span>CCS</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType1">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Type 1</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType2">
|
||||
<span class="checkbox-custom"></span>
|
||||
<img class="icon-img" src="img/Type2_socket.svg" alt="prise">
|
||||
<!-- <span>Prise Type 2</span> -->
|
||||
<span>Type 2</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType3">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Type 3</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterDomestic">
|
||||
<span class="checkbox-custom"></span>
|
||||
<img class="icon-img" src="img/socket_typee.svg" alt="prise">
|
||||
<!-- <span>Prise domestique</span> -->
|
||||
<span>E / Domestique</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterChademo">
|
||||
<span class="checkbox-custom"></span>
|
||||
<img class="icon-img" src="img/chademo.svg" alt="prise">
|
||||
<!-- <span>Prise CHAdeMO</span> -->
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType1">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Prise Type 1</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType3">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Prise Type 3</span>
|
||||
<span>CHAdeMO</span>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
<hr>
|
||||
<h3>Qualité des données</h3>
|
||||
<label for="filterBadTags">
|
||||
<input type="checkbox" id="filterBadTags">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Afficher les alertes de problèmes de qualité</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterUnkown">
|
||||
<span class="checkbox-custom"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue