mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-12-04 17:20:07 +01:00
add filters checkboxes
This commit is contained in:
parent
b44fa95a09
commit
ebb2c87bcc
3 changed files with 171 additions and 58 deletions
25
index.html
25
index.html
|
|
@ -116,9 +116,10 @@
|
|||
⚙️ Filtres:
|
||||
</h2>
|
||||
<div class="filter-group">
|
||||
qualité
|
||||
<button id="filterUnkown">❓ kW max inconnu</button>
|
||||
|
||||
<div class="filter-group">
|
||||
Montrer:
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" id="filterCableAttached"> Prise avec câble attaché
|
||||
</label>
|
||||
|
|
@ -131,9 +132,29 @@
|
|||
<input type="checkbox" id="filterType2"> Prise Type 2
|
||||
</label>
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" id="filterDomestic"> Prise domestique
|
||||
</label>
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" id="filterChademo"> Prise CHAdeMO
|
||||
</label>
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType1"> Prise Type 1
|
||||
</label>
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType3"> Prise Type 3
|
||||
</label>
|
||||
<hr>
|
||||
<label>
|
||||
<input type="checkbox" id="filterQuality"> Contrôle qualité
|
||||
</label>
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" id="filterUnkown"> ❓ kW max inconnu
|
||||
</label>
|
||||
</div>
|
||||
<!--
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue