From: Ricardo Markiewicz Date: Fri, 2 Mar 2007 02:23:48 +0000 (+0000) Subject: Ver entregas de una Correccion. X-Git-Tag: pre-merge~17 X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/commitdiff_plain/9cf450083365f8ef62d216ac61bf274a44cdfd08 Ver entregas de una Correccion. --- 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