mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
up bandeau latéral
This commit is contained in:
parent
12b399615c
commit
ce029e2c76
3 changed files with 95 additions and 32 deletions
34
index.html
34
index.html
|
@ -27,24 +27,16 @@
|
|||
<body>
|
||||
|
||||
|
||||
<div id="zoomMessage">
|
||||
Zoomez pour voir les stations de recharge
|
||||
</div>
|
||||
<div id='map'>
|
||||
|
||||
<div class='leaflet-control-container'>
|
||||
<div class='leaflet-top leaflet-right'>
|
||||
<!-- <div-->
|
||||
<!-- id='overpass-api-controls'-->
|
||||
<!-- class='leaflet-bar leaflet-control'>-->
|
||||
<!-- <input-->
|
||||
<!-- id='chercherButton'-->
|
||||
<!-- type='button'-->
|
||||
<!-- value='Chercher'>-->
|
||||
<!-- </div>-->
|
||||
|
||||
|
||||
<div class="research_display">
|
||||
<div id='spinning_icon'>
|
||||
<div class='messageLoading'>
|
||||
chargement en cours...
|
||||
</div>
|
||||
<div id='spinning_icon'>
|
||||
<svg
|
||||
id='star'
|
||||
width='4cm'
|
||||
|
@ -68,8 +60,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="bottom-content">
|
||||
|
||||
<div class="side-panel">
|
||||
<h1>
|
||||
<img class="icon-img" src="img/prise-de-courant.png" alt="prise"> Libre Charge Map
|
||||
</h1>
|
||||
|
@ -157,12 +148,15 @@
|
|||
|
||||
</div>
|
||||
|
||||
<h2>
|
||||
Puissances des stations:
|
||||
</h2>
|
||||
|
||||
<div id="found_charging_stations">
|
||||
<div id="statsChargingStation">
|
||||
|
||||
<h2 id="toggle-stats" style="cursor: pointer;">
|
||||
Puissances des stations: 🔽
|
||||
</h2>
|
||||
|
||||
<div id="found_charging_stations">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<h2 class="title">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue