From 41000d9627bc8b99e7a11e43c0c1d858240acde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Mon, 3 May 2021 01:17:42 +0200 Subject: [PATCH] Add files via upload --- assets/php/template.php | 90 +++++++------ panel_admin/includes/formCinema.php | 56 ++++++-- panel_admin/includes/formFilm.php | 53 ++++++-- panel_admin/index.php | 10 +- panel_admin/manage_cinemas.php | 175 ++++++++++--------------- panel_admin/manage_films.php | 196 +++++++++++----------------- 6 files changed, 283 insertions(+), 297 deletions(-) diff --git a/assets/php/template.php b/assets/php/template.php index 0c9c06c..e2ed2b5 100644 --- a/assets/php/template.php +++ b/assets/php/template.php @@ -218,7 +218,7 @@ //Print Films Cards: function print_fimls(){ - //List of the tittles of the movies: + //List of the movies: require_once(__DIR__.'/common/film_dao.php'); $prefix= $this->get_prefix(); @@ -360,7 +360,7 @@ } function print_cinemas(){ - //List of the tittles of the movies: + //List of the cinemas: require_once(__DIR__.'/common/cinema_dao.php'); $prefix= $this->get_prefix(); @@ -381,48 +381,52 @@ switch($this->page){ case "Panel de Administrador": - echo "
Id | -Nombre | -Direccion | -Telefono | -
---|
Id | +Nombre | +Direccion | +Telefono | +||
---|---|---|---|---|---|
'. $ids[$i] .' | -'. $names[$i] .' | -'. $directions[$i] .' | -'. $phones[$i] .' | -- - | -- - | -
Se ha añadido el cine correctamente en la base de datos.
- "; + $this->reply = "Se ha editado el cine correctamente en la base de datos.
- "; + $this->reply = "Se ha eliminado el cine correctamente en la base de datos.
- "; + $this->reply = "Ha habido un error en la operacion. Revisa los datos introducidos
- "; + $this->reply = "Se ha añadido la pelicula correctamente en la base de datos.
- "; + $this->reply = "Se ha editado la pelicula correctamente en la base de datos.
- "; + $this->reply = "Se ha eliminado la pelicula correctamente en la base de datos.
- "; + $this->reply = "Ha habido un error en la operacion. Revisa los datos introducidos
- "; + $this->reply = ""; } return $this->reply; diff --git a/panel_admin/index.php b/panel_admin/index.php index b7fae11..5f6ab4f 100644 --- a/panel_admin/index.php +++ b/panel_admin/index.php @@ -13,8 +13,6 @@ else { $panel = new Panel('', $login); } - // IMPORTANTE: - // VERIFICAR QUE ES ADMIN, SI NO, MOSTRAR MENSAJE DE "ERROR" ?>Id | -Nombre | -Direccion | -Telefono | -||
---|---|---|---|---|---|
'. $f->getId() .' | -'. $f->getName() .' | -'. $f->getDirection() .' | -'. $f->getPhone() .' | -- - | -- - | -
Id | -Título | -Duracion | -Idioma | -Descripcion | -||
---|---|---|---|---|---|---|
'. $f->getId() .' | -'. $f->getTittle() .' | -'. $f->getDuration() .' | -'. $f->getLanguage() .' | -'. $f->getDescription().' | -
- |
-
- |
-
Id: '.$_POST['id'].'
-Título: '.$_POST['tittle'].'
-Duración: '.$_POST['duration'].'
-Idioma: '.$_POST['language'].'
-Descripción: '.$_POST['description'].'
-Id: '.$_POST['id'].'
+Título: '.$_POST['tittle'].'
+Duración: '.$_POST['duration'].'
+Idioma: '.$_POST['language'].'
+Descripción: '.$_POST['description'].'
+