Merge origin/master
Conflicts: src/java/bdd/PompierMysql.java
This commit is contained in:
parent
ff03911709
commit
3cfc1f99e4
@ -26,6 +26,6 @@
|
|||||||
<p>${message}</p>
|
<p>${message}</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<br /><br/>
|
<br/><br/>
|
||||||
</div>
|
</div>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<%@include file="jspf/enteteJSPF.jspf" %>
|
<%@include file="jspf/enteteJSPF.jspf" %>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
<form name="frmModifProfil" method="POST" action="ModifProfilJSP.jsp">
|
||||||
<table style='border: 0px solid white;'>
|
<table style='border: 0px solid white;'>
|
||||||
<tr>
|
<tr>
|
||||||
<td style='border :0px;'>
|
<td style='border :0px;'>
|
||||||
@ -24,6 +25,8 @@
|
|||||||
<tr><th>Mail employeur : <input readonly type="text" name="ztMailEmp" size="20" maxlength="30"></th></tr>
|
<tr><th>Mail employeur : <input readonly type="text" name="ztMailEmp" size="20" maxlength="30"></th></tr>
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
<input type="button" name="button" onclick="window.location='http://localhost:8080/AP31-Projet1/Modif'" value="Modification du profil">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</form>
|
Loading…
x
Reference in New Issue
Block a user