From: Jérôme Benoit Date: Wed, 17 Jan 2018 09:55:31 +0000 (+0100) Subject: Cosmetic iand spell fixes. X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=commitdiff_plain;h=01135b89a6848059df608e8c23e8684233772b4f;hp=f78b341761ca9547a4a73b3e27814946434cb254 Cosmetic iand spell fixes. Signed-off-by: Jérôme Benoit --- diff --git a/includes/account.php b/includes/account.php index 9e725c3..c7099db 100644 --- a/includes/account.php +++ b/includes/account.php @@ -3,9 +3,10 @@ global $is_logged_in; if (!$is_logged_in) { echo "Please login first."; redirect("index.php?page=login", 2); + include('footer.html'); exit(); } ?>

Mes informations

-

Mes réversations

+

Mes réservations

diff --git a/includes/formbooking.php b/includes/formbooking.php index 8df025e..dd4189e 100644 --- a/includes/formbooking.php +++ b/includes/formbooking.php @@ -55,7 +55,7 @@ if (!$input_failure && $is_logged_in && !empty($form_nb_place) && !empty($form_c echo "(Simulation de paiement d'une réservation)
"; echo "Vous avez réservé et payé " . $form_nb_place . " place(s) sur le vol " .$form_flight_id . " au départ de " . $row['VilleD']. " à " . $row['DateD'] . " arrivant à " . $row['VilleA'] . " à " . $row['DateA'] . - " pour un montant de " . $form_place_price * $form_nb_place . "€.
"; + " pour un montant total de " . $form_place_price * $form_nb_place . "€.
"; } if ($form_return_flight) { redirect("index.php?page=search", 3); diff --git a/includes/home.php b/includes/home.php index 058b19a..db4fe90 100644 --- a/includes/home.php +++ b/includes/home.php @@ -5,8 +5,8 @@ global $is_logged_in; if (!$is_logged_in) { $root_url = $configs['root_url']; echo " \n"; - echo " S'identifier\n"; echo " Créer un compte\n"; + echo " S'identifier\n"; echo " \n"; } ?> diff --git a/includes/login.php b/includes/login.php index 05f8714..7b8f349 100644 --- a/includes/login.php +++ b/includes/login.php @@ -8,3 +8,4 @@ +
diff --git a/includes/register.php b/includes/register.php index 5c1a107..09918a4 100644 --- a/includes/register.php +++ b/includes/register.php @@ -22,5 +22,6 @@ - +

* : Champs obligatoire.

+
diff --git a/includes/reservations.php b/includes/reservations.php index 44208ba..e986fb6 100644 --- a/includes/reservations.php +++ b/includes/reservations.php @@ -3,6 +3,7 @@ global $is_logged_in; if (!$is_logged_in) { echo "Please login first."; redirect("index.php?page=login", 2); + include('footer.html'); exit(); } ?> diff --git a/includes/search.php b/includes/search.php index aab5733..03a9560 100644 --- a/includes/search.php +++ b/includes/search.php @@ -15,3 +15,4 @@ +
diff --git a/styles/airpolytech.css b/styles/airpolytech.css index a05683e..a5e5ebc 100644 --- a/styles/airpolytech.css +++ b/styles/airpolytech.css @@ -76,7 +76,7 @@ table { table#home { font-size: 3em; - line-height: 1em; + line-height: 2.5em; } table#search {