mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
checkbox filters from config
This commit is contained in:
parent
c1a76c9701
commit
b44fa95a09
3 changed files with 39 additions and 0 deletions
17
index.html
17
index.html
|
@ -118,6 +118,23 @@
|
|||
<div class="filter-group">
|
||||
qualité
|
||||
<button id="filterUnkown">❓ kW max inconnu</button>
|
||||
<div class="filter-group">
|
||||
<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="filterQuality"> Contrôle qualité
|
||||
</label>
|
||||
</div>
|
||||
<!--
|
||||
<br>
|
||||
<fieldset class="wip">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue