From 0f0d1c264b13fefd5596c254ce15f28c55589e28 Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 10 Dec 2015 11:43:14 +0100 Subject: [PATCH 1/4] updated database schema (colum name to title instead of titre) --- index.php | 8 ++++---- makedatabase.sh | 2 ++ makedatabase.sql | 4 ++-- populateDatabase.sql | 32 ++++++++++++++++---------------- 4 files changed, 24 insertions(+), 22 deletions(-) diff --git a/index.php b/index.php index 4f4538f..e63bc14 100644 --- a/index.php +++ b/index.php @@ -51,18 +51,18 @@ else for($sous_cat_it = 0; $sous_cat_it < count($sous_categories); ++$sous_cat_it) { $sous_cat_id = $sous_categories[$sous_cat_it]['sous_cat_id']; - $sous_cat_titre = $sous_categories[$sous_cat_it]['sous_cat_titre']; + $sous_cat_title = $sous_categories[$sous_cat_it]['sous_cat_title']; ?> -

+

-
+
Date: Thu, 10 Dec 2015 11:51:52 +0100 Subject: [PATCH 2/4] updated TODO list --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 0f41648..427fc69 100644 --- a/TODO.md +++ b/TODO.md @@ -9,6 +9,10 @@ + Modify map + connect function +## day page ++ link to index.php when click on one of the logos ++ "en savoir plus" ne redirige pas vers la page event.php + ## Index Page + Add event From 68a2b839fa78776c5e1bd2d02b8ed66994e2c267 Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 10 Dec 2015 11:57:57 +0100 Subject: [PATCH 3/4] moved TODO list to github issues --- TODO.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 019c4cb..0000000 --- a/TODO.md +++ /dev/null @@ -1,30 +0,0 @@ -# TODO List - -## global -+ use categories - -## Event Page - -+ Modify map -+ connect function - -## day page -+ link to index.php when click on one of the logos -+ "en savoir plus" ne redirige pas vers la page event.php - -## Index Page - -+ ENT -+ Sync with others calendars - -## Add Event - -+ Add categories -+ php -+ When the event is added, go to the index page - -## V1 - -+ Clean code -+ Doc -+ Push to server From 5b0fc4b926a30605eec77c8a990f4096ce7a7573 Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 10 Dec 2015 12:01:55 +0100 Subject: [PATCH 4/4] moved addEvent button to the bottom --- index.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 02eecde..775abe4 100755 --- a/index.css +++ b/index.css @@ -94,13 +94,15 @@ input[type="checkbox"]:checked + label span { #AddEvent { margin:0; - margin-top:45px; +/* margin-top:45px;*/ text-align:center; font-size: 20px; - padding-top:15px; - height: 40px; + padding-top: 1em; + padding-bottom: 1em; + height: 1em; width: 100%; position:absolute; + bottom: 1em; color: #ffffff; background-color: #2b2b2b; }