fichier langue / bootstrap
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr" th:replace="~{modele-page :: layout('Accueil - ENI-Enchères',~{::link} , ~{::#container-main})}" xmlns:th="http://www.thymeleaf.org">
|
||||
<html lang="fr" th:replace="~{modele-page :: layout('Accueil - ENI-Enchères',~{::link} , ~{::#container-main})}" xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="assets/bootstrap-icons/bootstrap-icons.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="container-main">
|
||||
@@ -18,11 +16,11 @@
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<select class="form-control" name="searchCategory">
|
||||
<option value="">Toutes les catégories</option>
|
||||
<option value="" th:text="#{accueil.search.cat}"></option>
|
||||
<option th:each="category : ${categories}" th:value="${category.id}" th:text="${category.libelle}"></option>
|
||||
</select>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Recherche</button>
|
||||
<button type="submit" class="btn btn-primary"th:text="#{accueil.search.button}"></button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@@ -55,6 +53,5 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="js/bootstrap/bootstrap.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user