From fb7f5cb42b47a463face676b4ac9a1c1cb1761dd 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 14:12:38 +0200
Subject: [PATCH] Add files via upload
---
panel_admin/manage_cinemas.php | 177 +++++++++++++--------------------
1 file changed, 70 insertions(+), 107 deletions(-)
diff --git a/panel_admin/manage_cinemas.php b/panel_admin/manage_cinemas.php
index f815989..8ef1318 100644
--- a/panel_admin/manage_cinemas.php
+++ b/panel_admin/manage_cinemas.php
@@ -9,126 +9,89 @@
// View functions
- /*function drawCinema(){
- $cine = new Cinema_DAO("complucine");
- $cinemas = $cine->allCinemaData();
- echo "
-
-
-
- Id |
- Nombre |
- Direccion |
- Telefono |
-
-
- ";
- foreach($cinemas as $f){
- echo '
-
- '. $f->getId() .' |
- '. $f->getName() .' |
- '. $f->getDirection() .' |
- '. $f->getPhone() .' |
-
-
- |
-
-
- |
-
';
- }
- echo'
-
-
';
- }*/
function addCinema(){
- echo'
+ ';
}
function deleteCinema() {
- echo'
-
Editar cine
-