mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
add filters for sockets
This commit is contained in:
parent
ebb2c87bcc
commit
edef80c926
5 changed files with 301 additions and 99 deletions
89
index.html
89
index.html
|
@ -116,46 +116,55 @@
|
|||
⚙️ Filtres:
|
||||
</h2>
|
||||
<div class="filter-group">
|
||||
|
||||
<div class="filter-group">
|
||||
Montrer:
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" id="filterCableAttached"> Prise avec câble attaché
|
||||
</label>
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" id="filterCCS"> Prise CCS
|
||||
</label>
|
||||
<br>
|
||||
<label>
|
||||
<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>
|
||||
<h3>Types de prises</h3>
|
||||
<label>
|
||||
<input type="checkbox" id="filterCableAttached">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Prise avec câble attaché</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterCCS">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Prise CCS</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType2">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Prise Type 2</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterDomestic">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Prise domestique</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterChademo">
|
||||
<span class="checkbox-custom"></span>
|
||||
<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>
|
||||
</label>
|
||||
<hr>
|
||||
<h3>Qualité des données</h3>
|
||||
<label>
|
||||
<input type="checkbox" id="filterQuality">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Contrôle qualité</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterUnkown">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>❓ kW max inconnu</span>
|
||||
</label>
|
||||
</div>
|
||||
<!--
|
||||
<br>
|
||||
<fieldset class="wip">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue