commentaire
This commit is contained in:
parent
de91574f48
commit
70450f24b0
@ -1,6 +1,8 @@
|
||||
<%@ page pageEncoding="UTF-8" %>
|
||||
<form>
|
||||
<img src="images/pompier.png"<br>
|
||||
<div class="mb-3">
|
||||
<img src="images/pompier.png"/>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<input type="text" id="ztNom" name="nom" value="${sessionScope.lePompierConnecte.getNom()}" readonly>
|
||||
</div>
|
||||
@ -16,4 +18,7 @@
|
||||
<div class="mb-3">
|
||||
<input type="text" id="ztGrade" name="grade" value="${sessionScope.lePompierConnecte.getLeGrade().getValeur()}" readonly>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<input type="text" id="ztCommentaire" name="commentaire" placeholder="Commentaire">
|
||||
</div>
|
||||
</form>
|
Loading…
x
Reference in New Issue
Block a user