From 9cf450083365f8ef62d216ac61bf274a44cdfd08 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Fri, 2 Mar 2007 02:23:48 +0000 Subject: [PATCH] Ver entregas de una Correccion. --- sercom/subcontrollers/correccion/__init__.py | 6 ++ .../correccion/templates/entregas.kid | 58 +++++++++++++++++++ .../correccion/templates/list.kid | 2 +- 3 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 sercom/subcontrollers/correccion/templates/entregas.kid diff --git a/sercom/subcontrollers/correccion/__init__.py b/sercom/subcontrollers/correccion/__init__.py index 4aefc53..573241e 100644 --- a/sercom/subcontrollers/correccion/__init__.py +++ b/sercom/subcontrollers/correccion/__init__.py @@ -121,5 +121,11 @@ class CorreccionController(controllers.Controller, identity.SecureResource): r.obs = publish_parts(r.observaciones, writer_name='html')['html_body'] return dict(name=name, namepl=namepl, record=r) + @expose(template='kid:%s.templates.entregas' % __name__) + @paginate('records') + def entregas(self, id): + r = validate_get(id) + return dict(records=r.entregas, correccion = id) + #}}} diff --git a/sercom/subcontrollers/correccion/templates/entregas.kid b/sercom/subcontrollers/correccion/templates/entregas.kid new file mode 100644 index 0000000..876324f --- /dev/null +++ b/sercom/subcontrollers/correccion/templates/entregas.kid @@ -0,0 +1,58 @@ + + + + + +list + + + +

Entregas realizadas

+ + + + + + + + + + + + + + +
FechaCorrecta?ObservacionesTareas
usuariofecha asignadofecha corregido + + + + + + + + + + + + + + + +
TareaDesdeHastaCorrectaObs
${i.tarea.shortrepr()}${i.inicio}${i.fin} + Si + No + ${i.observaciones}
+
+
+Volver +
+ ${page} + ${page} +
+ + + + + diff --git a/sercom/subcontrollers/correccion/templates/list.kid b/sercom/subcontrollers/correccion/templates/list.kid index 0f5f23d..27aab58 100644 --- a/sercom/subcontrollers/correccion/templates/list.kid +++ b/sercom/subcontrollers/correccion/templates/list.kid @@ -29,7 +29,7 @@ nombre nombre - email + entregas realizadas corrector fecha asignado fecha corregido -- 2.43.0