diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp index b838683..3ac4ac1 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp @@ -1,154 +1,160 @@ +<%@ page import="uppa.project.database.pojo.Card" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="layout" tagdir="/WEB-INF/tags/layouts" %> <%@taglib prefix="component" tagdir="/WEB-INF/tags/components" %> + + + + + - + -
-
- +
+
+ Ajouter Démarrer - - - - - - -
Joueur
-
-
-
-
- - + + + + + + +
Joueur
+
+
+
+
+ + -

Créé le: ${game.createdAt.toLocaleString()}

-

Difficulté: ${game.difficulty}

-

Nombre de tours: ${game.nbRounds}

-

Nombre de couleurs: ${game.nbColors}

-

Valeurs par couleur: ${game.nbValuesPerColor}

-
-
-
-