From 4b6516f520c99930abed210f1e3278a5df3d7d20 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Fri, 23 Dec 2022 19:12:16 +0100 Subject: [PATCH] wouhou --- Style/listStyle.css | 7 +++- Vues/accueil.php | 30 ++++++++++++---- Vues/{addList.php => addListPriv.php} | 0 Vues/modifyListPriv.php | 51 +++++++++++++++++++++++++++ Vues/seeList.php | 31 +++++++++------- config/config.php | 8 +++-- controllers/FrontController.php | 2 +- controllers/UserController.php | 8 ++++- controllers/VisitorController.php | 2 +- 9 files changed, 114 insertions(+), 25 deletions(-) rename Vues/{addList.php => addListPriv.php} (100%) create mode 100644 Vues/modifyListPriv.php diff --git a/Style/listStyle.css b/Style/listStyle.css index 3167608..bfe50c9 100644 --- a/Style/listStyle.css +++ b/Style/listStyle.css @@ -32,15 +32,20 @@ body { background-color: #ffffff; box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1); } + + col{ + padding-right: 15; + } .col-1 { flex-basis: 15%; } .col-2 { - flex-basis: 50%; + flex-basis: 45%; } .col-3 { flex-basis: 10%; + margin-right: 10; } .col-4 { flex-basis: 15%; diff --git a/Vues/accueil.php b/Vues/accueil.php index e7c45ac..b86d219 100644 --- a/Vues/accueil.php +++ b/Vues/accueil.php @@ -77,12 +77,30 @@
See Details
-
  • -
    - - -
    -
  • + +
  • +
    + + +
    +
  • + +
  • +
    + + +
    +
  • + + + + + Ajouter une Liste + + + + + + + +
    + +

    Modifier Liste

    + + + +
    +
    + + + +
    + + getPrivate()){ + ?> +
    + Private + +
    + +
    + Complete + +
    + + + + + +
    +
    + + + \ No newline at end of file diff --git a/Vues/seeList.php b/Vues/seeList.php index a4db152..83b59ba 100644 --- a/Vues/seeList.php +++ b/Vues/seeList.php @@ -66,10 +66,11 @@ else{ ?>
    -