22 lines
998 B
Plaintext
22 lines
998 B
Plaintext
<%-- any content can be specified here e.g.: --%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@ page pageEncoding="UTF-8" %>
|
|
|
|
<form action="pompier" method="POST" id="fChoixPompier" name="fChoixPompier">
|
|
<div class="row">
|
|
<div class="col-md-9">
|
|
<label for="ldrPompier">Choix du pompier : </label>
|
|
ici se trouvera la liste déroulante des pompiers
|
|
</div>
|
|
<div class="col-md-3" id="btAfficherPompier" name="btAfficherPompier">
|
|
<!--<input class="btn btn-danger" name="btAfficherPompier" type="submit" value="Afficher" /> -->
|
|
<button class="btn btn-danger" name="btAfficherPompier" value="Afficher" type="submit"><i class="bi bi-eye-fill"></i> Afficher</button>
|
|
<button class="btn btn-danger ms-5" name="btAfficherPompier" value="Ajouter" type="submit"> <i class="bi bi-plus-lg"></i> Ajouter</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
|
|
|