Compare commits
No commits in common. "3cfc1f99e4f4087e5b6af9b9309d0974841c66e5" and "0ec37013edd5425278a28b6c2e0d963c43b96137" have entirely different histories.
3cfc1f99e4
...
0ec37013ed
@ -34,4 +34,4 @@ public class AuthentifForm {
|
||||
return reponse;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -30,8 +30,8 @@ public class ProfilServlet extends HttpServlet {
|
||||
protected void processRequest(HttpServletRequest request, HttpServletResponse response)
|
||||
throws ServletException, IOException {
|
||||
response.setContentType("text/html;charset=UTF-8");
|
||||
try ( PrintWriter out = response.getWriter())
|
||||
{
|
||||
try ( PrintWriter out = response.getWriter()) {
|
||||
/* TODO output your page here. You may use following sample code. */
|
||||
out.println("<!DOCTYPE html>");
|
||||
out.println("<html>");
|
||||
out.println("<head>");
|
||||
|
@ -26,6 +26,6 @@
|
||||
<p>${message}</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
<br/><br/>
|
||||
<br /><br/>
|
||||
</div>
|
||||
</html>
|
||||
|
@ -1,6 +1,5 @@
|
||||
<%@include file="jspf/enteteJSPF.jspf" %>
|
||||
<br /><br />
|
||||
<form name="frmModifProfil" method="POST" action="ModifProfilJSP.jsp">
|
||||
<table style='border: 0px solid white;'>
|
||||
<tr>
|
||||
<td style='border :0px;'>
|
||||
@ -25,8 +24,6 @@
|
||||
<tr><th>Mail employeur : <input readonly type="text" name="ztMailEmp" size="20" maxlength="30"></th></tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<input type="button" name="button" onclick="window.location='http://localhost:8080/AP31-Projet1/Modif'" value="Modification du profil">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</table>
|
Loading…
x
Reference in New Issue
Block a user