mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-04 17:04:53 +02:00
up styles, add access in station popup
This commit is contained in:
parent
756d997e06
commit
04207eef13
5 changed files with 29 additions and 26 deletions
13
index.html
13
index.html
|
@ -117,19 +117,16 @@
|
|||
</h2>
|
||||
<div class="filter-group">
|
||||
<p>
|
||||
<!-- <input type="checkbox" id="filter_unknown_output" checked>
|
||||
<label for="filter_unknown_output">
|
||||
Afficher les stations avec une puissance inconnue
|
||||
</label>
|
||||
<br> -->
|
||||
<!-- <input type="checkbox" id="filter_max_output" checked> -->
|
||||
<label for="filter_max_output">
|
||||
Afficher les stations avec une puissance supérieure à:
|
||||
</label>
|
||||
<input type="range" min="1" max="400" value="3" class="slider" id="filter_max_output_slider">
|
||||
|
||||
<span id="filter_max_output_display">
|
||||
3 kW
|
||||
</span>
|
||||
|
||||
|
||||
</p>
|
||||
<h3>Types de prises</h3>
|
||||
<label>
|
||||
|
@ -182,11 +179,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<input type="range" min="1" max="400" value="3" class="slider" id="filter_max_output_slider">
|
||||
|
||||
</div>
|
||||
<br>
|
||||
<!-- TODO filtrer les bornes selon la puissance -->
|
||||
|
||||
<div id="statsChargingStation">
|
||||
|
||||
<h2 id="toggle-stats" style="cursor: pointer;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue