mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-04 17:04:53 +02:00
persister l'affichage des itinéraires
This commit is contained in:
parent
da7292e746
commit
dd6fbeb0a1
5 changed files with 109 additions and 103 deletions
16
index.html
16
index.html
|
@ -76,6 +76,7 @@
|
|||
<!-- </fieldset>-->
|
||||
</form>
|
||||
<div id="current_station_infos"></div>
|
||||
<div class="routing_infos"></div>
|
||||
<div id="round_power_legend">
|
||||
<br>
|
||||
<span class="marker-demo">
|
||||
|
@ -178,6 +179,21 @@
|
|||
<input type="number" id="charge_to_level" min="0" max="100" value="80" step="1"
|
||||
style="width: 4em;">
|
||||
</p>
|
||||
<p>
|
||||
<label for="max_charge_power">
|
||||
Puissance de charge maximale (kW) :
|
||||
</label>
|
||||
<input type="number" id="max_charge_power" min="1" max="350" value="50" step="1"
|
||||
style="width: 4em;">
|
||||
</p>
|
||||
</div>
|
||||
<div class="filter-display" id="filterDisplay">
|
||||
<h3>Options d'affichage</h3>
|
||||
<label>
|
||||
<input type="checkbox" id="display_charges">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Afficher les tarifs des stations</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="filter-sockets" id="filterSockets">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue