From: Leandro Lucarella Date: Thu, 5 May 2005 00:17:46 +0000 (+0000) Subject: Agrego menú con algunos links dummy. Ahora hay que usar marco_cabecera() y marco_pie... X-Git-Tag: svn_import~89 X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/commitdiff_plain/577e6e1ee9500b2ba90a3dd81a0de17e84f9211c Agrego menú con algunos links dummy. Ahora hay que usar marco_cabecera() y marco_pie() que además chequean que esté logueado. --- diff --git a/src/admin.logged.php b/src/admin.logged.php index 804bd3b..c70bc15 100644 --- a/src/admin.logged.php +++ b/src/admin.logged.php @@ -12,8 +12,7 @@ require_once 'lib/pagina.php'; require_once 'lib/LogMsg.php'; require_once 'lib/listador.php'; -pagina_check_login(); -pagina_cabecera(); +marco_cabecera('Bienvenido'); ok('Hola '.$_SESSION['user']->toHtml().'!'); printf('ID: %s
', $_SESSION['user']->getId()); printf('Nombre: %s
', $_SESSION['user']->getNombre()); @@ -26,6 +25,6 @@ printf('Asesor: %d
', $_SESSION['user']->esAsesor()); $log = new LogMsg($_SESSION['user']); listar($log, 'admin.logged.php'); -pagina_pie('Leandro Lucarella', 'llucare@fi.uba.ar'); +marco_pie('Leandro Lucarella', 'llucare@fi.uba.ar'); ?> \ No newline at end of file diff --git a/src/faq.desactivarPregunta.php b/src/faq.desactivarPregunta.php index 677286c..cdc9505 100644 --- a/src/faq.desactivarPregunta.php +++ b/src/faq.desactivarPregunta.php @@ -14,7 +14,7 @@ require_once 'lib/pagina.php'; require_once 'lib/validacion.php'; require_once 'lib/faq.forms.php'; -pagina_cabecera('Desactivar una Pregunta'); +marco_cabecera('Desactivar una Pregunta'); // Si me llegó el form completo if (isset($_POST['PreguntaElegida'])) @@ -28,6 +28,6 @@ else faq_form_desactivar_pregunta(); } -pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); +marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); -?> +?> \ No newline at end of file diff --git a/src/faq.ingresarPregunta.php b/src/faq.ingresarPregunta.php index 4159025..ccfe630 100644 --- a/src/faq.ingresarPregunta.php +++ b/src/faq.ingresarPregunta.php @@ -14,7 +14,7 @@ require_once 'lib/pagina.php'; require_once 'lib/validacion.php'; require_once 'lib/faq.forms.php'; -pagina_cabecera('Ingreso de Preguntas'); +marco_cabecera('Ingreso de Preguntas'); // Si me llegó el form completo if (isset($_POST['UserId']) and isset($_POST['Pregunta'])) @@ -29,6 +29,6 @@ else faq_form_ingresar_pregunta(); } -pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); +marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); ?> \ No newline at end of file diff --git a/src/faq.listadoPreguntas.php b/src/faq.listadoPreguntas.php index 1a99987..a1cede1 100644 --- a/src/faq.listadoPreguntas.php +++ b/src/faq.listadoPreguntas.php @@ -11,14 +11,10 @@ require_once 'lib/faq.functions.php'; require_once 'lib/pagina.php'; - -// Chequea que se este logueado -pagina_check_login(); - -pagina_cabecera('Listado de Preguntas'); +marco_cabecera('Listado de Preguntas'); Faq_ListarPreguntas($_SESSION['user']); -pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); +marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); ?> \ No newline at end of file diff --git a/src/faq.responderPregunta.php b/src/faq.responderPregunta.php index a89c39f..aeef924 100644 --- a/src/faq.responderPregunta.php +++ b/src/faq.responderPregunta.php @@ -14,7 +14,7 @@ require_once 'lib/pagina.php'; require_once 'lib/validacion.php'; require_once 'lib/faq.forms.php'; -pagina_cabecera('Responder una Pregunta'); +marco_cabecera('Responder una Pregunta'); // Si me llegó el form completo if (isset($_POST['Respuesta'])) @@ -29,6 +29,6 @@ else faq_form_responder_pregunta($_POST['PreguntaId']); } -pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); +marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar'); ?> \ No newline at end of file diff --git a/src/lib/pagina.php b/src/lib/pagina.php index 658885d..eaafb46 100644 --- a/src/lib/pagina.php +++ b/src/lib/pagina.php @@ -51,6 +51,75 @@ function pagina_pie($autor, $mail) + + + + + + + +
+

Menú

+ +
+ $titulo\n" ?> + +
+