jolie beau et ajax

This commit is contained in:
Yasder5 2026-03-02 21:01:46 +01:00
parent 7475c3ce49
commit 42ec68178a
11 changed files with 242 additions and 76 deletions

View file

@ -132,18 +132,29 @@
</div>
<div class="col-12">
<label class="form-label" for="user_location">
Localisation
</label>
<input
class="form-control"
type="text"
id="user_location"
name="user_location"
value="{$objUser->getLocation()}"
>
</div>
<!-- Champ optionnel : localisation de l'utilisateur -->
<div class="col-12">
<label class="form-label" for="user_location">
Localisation
</label>
<div class="position-relative">
<input
class="form-control"
type="text"
id="user_location"
name="user_location"
value="{$objUser->getLocation()}"
autocomplete="off"
placeholder="Ex : Paris, Lyon..."
>
<!-- Liste déroulante des suggestions -->
<ul
id="location-suggestions"
class="list-group position-absolute w-100 shadow-sm"
style="z-index: 1000; display: none; max-height: 220px; overflow-y: auto; top: 100%; left: 0;"
></ul>
</div>
</div>
<div class="col-12">
@ -176,4 +187,6 @@
</div>
</div>
</main>
{include file="views/_partial/apigeo.tpl"}
{/block}