This commit is contained in:
parent
38f7598b29
commit
75c661ec0c
@ -48,6 +48,7 @@
|
|||||||
<td><c:out value="${unPompier.getAdrCP()}"/></td>
|
<td><c:out value="${unPompier.getAdrCP()}"/></td>
|
||||||
<td><c:out value="${unPompier.getAdrVille()}"/></td>
|
<td><c:out value="${unPompier.getAdrVille()}"/></td>
|
||||||
<td><c:out value="${unPompier.getGrade()}"/></td>
|
<td><c:out value="${unPompier.getGrade()}"/></td>
|
||||||
|
<td><c:out value="${unPompier.getCom()}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
||||||
|
@ -9,9 +9,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>JSP Page</title>
|
<title>Pompier</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello World!</h1>
|
<h1>Hello World!</h1>
|
||||||
|
<a href="ModifPompier"><input type="button" name="btModifP" value="Modifier la fiche pompier"/></a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user