Compare commits
11 Commits
0ec37013ed
...
3cfc1f99e4
Author | SHA1 | Date | |
---|---|---|---|
|
3cfc1f99e4 | ||
|
ff03911709 | ||
|
3eafc8b2ee | ||
|
e27f948c2a | ||
|
c7df279eab | ||
|
1e8257677c | ||
|
05e4eb1b4c | ||
|
fa6c0561f6 | ||
|
e58f60e5ec | ||
|
eb07fbaac9 | ||
|
5ebec6b026 |
@ -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()) {
|
||||
/* TODO output your page here. You may use following sample code. */
|
||||
try ( PrintWriter out = response.getWriter())
|
||||
{
|
||||
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,5 +1,6 @@
|
||||
<%@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;'>
|
||||
@ -24,6 +25,8 @@
|
||||
<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>
|
||||
</table>
|
||||
</form>
|
Loading…
x
Reference in New Issue
Block a user