]> git.llucax.com Git - z.facultad/75.43/tp1.git/commitdiff
faltaba subir este
authorJonathan Schein <jonathanschein@fibertel.com.ar>
Sat, 7 May 2005 23:45:30 +0000 (23:45 +0000)
committerJonathan Schein <jonathanschein@fibertel.com.ar>
Sat, 7 May 2005 23:45:30 +0000 (23:45 +0000)
src/faq.calificarRespuesta.php [new file with mode: 0644]

diff --git a/src/faq.calificarRespuesta.php b/src/faq.calificarRespuesta.php
new file mode 100644 (file)
index 0000000..7a05b1e
--- /dev/null
@@ -0,0 +1,32 @@
+<?php\r
+// vim: set binary noeol et sw=4 sts=4 :\r
+// Grupo 10\r
+//\r
+// Lucarella, Schein, Arena\r
+//\r
+// Creado: Jonathan Schein 01/05/2005\r
+//\r
+// $Id: faq.calificarRespuesta.php 76 2005-05-05 01:31:17Z jschein $\r
+\r
+require_once 'lib/pagina.php';\r
+require_once 'lib/Pregunta.php';\r
+require_once 'lib/faq.functions.php';\r
+require_once 'lib/validacion.php';\r
+require_once 'lib/faq.forms.php';\r
+\r
+marco_cabecera('Calificar una respuesta');\r
+\r
+// Si me llegó el form completo\r
+if (isset($_POST['CalificacionRespuesta']))\r
+{\r
+    // Muestro el formulario y luego el mensaje del intento de formulacion de pregunta\r
+               echo Faq_CalificarRespuesta($_POST['RespuestaId'],$_POST['CalificacionRespuesta'], $_SESSION['user']->getId()); \r
+}\r
+else \r
+{\r
+               faq_form_calificar_respuesta($_POST['RespuestaId']);\r
+}\r
+\r
+marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar', 'img/j.jpg');\r
+\r
+?>
\ No newline at end of file