commit de fin de journée
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<title>Configuration - L'Il'eau chiens - Admin</title>
|
||||
<link href="/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/node_modules/bs-icon/icons.css">
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="shortcut icon" href="/favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -59,11 +59,11 @@
|
||||
<main class="my-5 fs-6">
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1 class="title my-4 fs-2">Configuration</h1>
|
||||
<h1 class="title my-4 fs-2 text-center">Configuration</h1>
|
||||
</header>
|
||||
<div class="content">
|
||||
<form id="configForm">
|
||||
<div class="d-flex justify-content-start mb-4">
|
||||
<div class="validation my-4">
|
||||
<button type="submit" class="btn btn-primary">Modifier</button>
|
||||
</div>
|
||||
|
||||
@@ -77,36 +77,36 @@
|
||||
<tbody>
|
||||
<tr class="cfg-tel">
|
||||
<td><label class="form-label fw-bold" for="tel">Téléphone</label></td>
|
||||
<td><input type="tel" id="tel" class="form-control" placeholder="06 12 34 56 78"></td>
|
||||
<td><input type="tel" id="tel" class="form-control" value="06 12 34 56 78"></td>
|
||||
</tr>
|
||||
<tr class="cfg-mail">
|
||||
<td><label class="form-label fw-bold" for="mail">Mail de contact</label></td>
|
||||
<td><input type="email" id="mail" class="form-control" placeholder="contact@example.com"></td>
|
||||
<td><input type="email" id="mail" class="form-control" value="contact@example.com"></td>
|
||||
</tr>
|
||||
<tr class="cfg-adresse">
|
||||
<td><label class="form-label fw-bold" for="adresse">Adresse</label></td>
|
||||
<td><input type="text" id="adresse" class="form-control" placeholder="12 rue des Lilas"></td>
|
||||
<td><input type="text" id="adresse" class="form-control" value="12 rue des Lilas"></td>
|
||||
</tr>
|
||||
<tr class="cfg-code-postal">
|
||||
<td><label class="form-label fw-bold" for="codePostal">Code postal</label></td>
|
||||
<td><input type="text" id="codePostal" class="form-control" placeholder="75001" pattern="\\d{5}"></td>
|
||||
<td><input type="text" id="codePostal" class="form-control" value="75001" pattern="\\d{5}"></td>
|
||||
</tr>
|
||||
<tr class="cfg-gps">
|
||||
<td><label class="form-label fw-bold" for="gpsLat">Coordonnées GPS</label></td>
|
||||
<td>
|
||||
<div class="row g-2">
|
||||
<div class="col-6">
|
||||
<input type="text" id="gpsLat" class="form-control" placeholder="Latitude (ex: 48.8566)" pattern="-?\d{1,2}\.\d+">
|
||||
<input type="text" id="gpsLat" class="form-control" value="Latitude (ex: 48.8566)" pattern="-?\d{1,2}\.\d+">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<input type="text" id="gpsLng" class="form-control" placeholder="Longitude (ex: 2.3522)" pattern="-?\d{1,3}\.\d+">
|
||||
<input type="text" id="gpsLng" class="form-control" value="Longitude (ex: 2.3522)" pattern="-?\d{1,3}\.\d+">
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="cfg-ville">
|
||||
<td><label class="form-label fw-bold" for="ville">Ville</label></td>
|
||||
<td><input type="text" id="ville" class="form-control" placeholder="Paris"></td>
|
||||
<td><input type="text" id="ville" class="form-control" value="Paris"></td>
|
||||
</tr>
|
||||
<tr class="cfg-horaire-matin-debut">
|
||||
<td><label class="form-label fw-bold" for="horaireMatinDebut">Horaires début matinée</label></td>
|
||||
@@ -141,21 +141,30 @@
|
||||
</tr>
|
||||
<tr class="cfg-facebook">
|
||||
<td><label class="form-label fw-bold" for="pageFacebook">Page Facebook</label></td>
|
||||
<td><input type="url" id="pageFacebook" class="form-control" placeholder="https://www.facebook.com/votrepage"></td>
|
||||
<td><input type="url" id="pageFacebook" class="form-control" value="https://www.facebook.com/votrepage"></td>
|
||||
</tr>
|
||||
<tr class="cfg-siret">
|
||||
<td><label class="form-label fw-bold" for="siret">SIRET</label></td>
|
||||
<td><input type="text" id="siret" class="form-control" placeholder="123 456 789 00012" pattern="\d{3}\s?\d{3}\s?\d{3}\s?\d{5}"></td>
|
||||
<td><input type="text" id="siret" class="form-control" value="123 456 789 00012" pattern="\d{3}\s?\d{3}\s?\d{3}\s?\d{5}"></td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="d-flex justify-content-start mb-4">
|
||||
<div class="validation">
|
||||
<button type="submit" class="btn btn-primary">Modifier</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="bg-body-tertiary py-4 mt-auto">
|
||||
|
||||
<div class="container d-flex gap-3 flex-wrap">
|
||||
<span class="text-muted">© 2025 L'Il'eau chiens. Tous droits réservés.</span>
|
||||
<a href="/pagesText/mentionsLégales.html" class="link-secondary">Mentions légales</a>
|
||||
<a href="/pagesText/cgv.html" class="link-secondary">CGV</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user