×
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/statistics.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/statistics.jsp
index 56040ec..dbd86c6 100644
--- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/statistics.jsp
+++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/statistics.jsp
@@ -5,13 +5,7 @@
<%@ page import="java.util.Date" %>
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
-<%--
- Created by IntelliJ IDEA.
- User: kmitr
- Date: 26/03/2024
- Time: 11:05
- To change this template use File | Settings | File Templates.
---%>
+
<%--TODO: adapter les deux lignes suivante pour ne pas vérifier la valeur nulle--%>
<% User user = (User) session.getAttribute("user") != null ? (User) session.getAttribute("user") : new User("toto", "toto@gmail.com", "totopassword", new Date(), User.Gender.MALE); %>
<% ArrayList
games = (ArrayList) request.getAttribute("games") != null ? (ArrayList) request.getAttribute("games") : new ArrayList() ; %>
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/static/js/modal.js b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/static/js/modal.js
deleted file mode 100644
index a13bd11..0000000
--- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/static/js/modal.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var cb = document.querySelectorAll(".close");
-for (i = 0; i < cb.length; i++) {
- cb[i].addEventListener("click", function() {
- var dia = this.parentNode.parentNode; /* You need to update this part if you change level of close button */
- dia.style.display = "none";
- });
-}
-
-var mt = document.querySelectorAll(".modal-toggle");
-for (i = 0; i < mt.length; i++) {
- mt[i].addEventListener("click", function() {
- var targetId = this.getAttribute("data-target");
- var target = document.querySelector(targetId);
- target.style.display = "block";
- });
-}
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/forgotten-password.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/forgotten-password.jsp
index 0b02f93..5f660c2 100644
--- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/forgotten-password.jsp
+++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/forgotten-password.jsp
@@ -9,6 +9,9 @@
Forgotten Password
+
+<%-- --%>
+
@@ -26,5 +29,4 @@
<%}%>
-
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/login.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/login.jsp
index 0dcb102..3abd5e8 100644
--- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/login.jsp
+++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/login.jsp
@@ -3,7 +3,8 @@
Cards Rush - Connexion
-
+
+
@@ -35,8 +36,5 @@
-
-
-
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/main-menu.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/main-menu.jsp
index d211c5e..c7bf737 100644
--- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/main-menu.jsp
+++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/main-menu.jsp
@@ -5,6 +5,9 @@
Cards Rush
+<%--
--%>
+
+
@@ -21,6 +24,4 @@
<%@include file="../components/new-game.jsp"%>
<%@include file="../components/statistics.jsp"%>
-
-
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/register.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/register.jsp
index bc39eed..c35e48f 100644
--- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/register.jsp
+++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/register.jsp
@@ -3,7 +3,8 @@
Register
-
+
+
@@ -51,5 +52,4 @@
-
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/reset-password.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/reset-password.jsp
index f495c3f..0f26e8e 100644
--- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/reset-password.jsp
+++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/reset-password.jsp
@@ -1,29 +1,26 @@
<%@ page import="uppa.project.dao.jpa.DAO_JPA_RecoveryPasswordToken" %>
<%@ page import="uppa.project.pojo.RecoveryPasswordToken" %>
<%@ page import="uppa.project.dao.DAOException" %>
-<%--
- Created by IntelliJ IDEA.
- User: kmitr
- Date: 22/03/2024
- Time: 13:48
- To change this template use File | Settings | File Templates.
---%>
+
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
Récupération du mot de passe
+
+<%--
--%>
+
Récupération du mot de passe
-