1er commit
This commit is contained in:
29
web/WEB-INF/views/ProfilJSP.jsp
Normal file
29
web/WEB-INF/views/ProfilJSP.jsp
Normal file
@@ -0,0 +1,29 @@
|
||||
<jsp:include page="../shared/EnteteJSP.jsp" />
|
||||
<jsp:include page="../shared/NavigationJSP.jsp"/>
|
||||
<div class="container mt-5">
|
||||
<h1 class="text-center">Informations du Pompier</h1>
|
||||
|
||||
<table class="table table-bordered table-striped">
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<td>${pompier.idPompier}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Nom</th>
|
||||
<td>${pompier.nom}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Pr<50>nom</th>
|
||||
<td>${pompier.prenom}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Login</th>
|
||||
<td>${pompier.login}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adresse</th>
|
||||
<td>${pompier.adresse}, ${pompier.ville}, ${pompier.cp} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<jsp:include page="../shared/FooterJSP.jsp" />
|
Reference in New Issue
Block a user