Compare commits
11 Commits
0ec37013ed
...
3cfc1f99e4
Author | SHA1 | Date | |
---|---|---|---|
|
3cfc1f99e4 | ||
|
ff03911709 | ||
|
3eafc8b2ee | ||
|
e27f948c2a | ||
|
c7df279eab | ||
|
1e8257677c | ||
|
05e4eb1b4c | ||
|
fa6c0561f6 | ||
|
e58f60e5ec | ||
|
eb07fbaac9 | ||
|
5ebec6b026 |
@ -30,8 +30,8 @@ public class ProfilServlet extends HttpServlet {
|
|||||||
protected void processRequest(HttpServletRequest request, HttpServletResponse response)
|
protected void processRequest(HttpServletRequest request, HttpServletResponse response)
|
||||||
throws ServletException, IOException {
|
throws ServletException, IOException {
|
||||||
response.setContentType("text/html;charset=UTF-8");
|
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("<!DOCTYPE html>");
|
||||||
out.println("<html>");
|
out.println("<html>");
|
||||||
out.println("<head>");
|
out.println("<head>");
|
||||||
|
@ -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