]> git.llucax.com Git - z.facultad/75.52/sercom.git/blob - sercom/subcontrollers/correccion/templates/show.kid
Bugfix: hacer merge de archivos_a_guardar de ComandoPrueba y CasoDePrueba.
[z.facultad/75.52/sercom.git] / sercom / subcontrollers / correccion / templates / show.kid
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
3     py:extends="'../../../templates/master.kid'">
4 <head>
5 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
6 <title>show</title>
7 </head>
8 <body>
9
10 <table class="show">
11     <tr>
12         <th>Instancia de Entrega:</th>
13         <td><span py:replace="record.instancia.shortrepr()">record.padrón</span></td>
14     </tr>
15     <tr>
16         <th>Entregador:</th>
17         <td><span py:replace="record.entregador">nombre</span></td>
18     </tr>
19     <tr>
20         <th>Entrega:</th>
21         <td><span py:replace="record.entrega.shortrepr()">email</span></td>
22     </tr>
23     <tr>
24         <th>Corrector:</th>
25         <td><span py:replace="record.corrector">telefono</span></td>
26     </tr>
27     <tr>
28         <th>Corregido el:</th>
29         <td><span py:replace="record.corregido">nota</span></td>
30     </tr>
31     <tr>
32         <th>Nota:</th>
33         <td><span py:replace="record.nota">activo</span></td>
34     </tr>
35     <tr>
36         <th>Observaciones:</th>
37         <td><span py:replace="record.observaciones">observaciones</span></td>
38     </tr>
39 </table>
40
41 <br/>
42 <a href="${tg.url('/correccion/list')}">Volver</a>
43
44 </body>
45 </html>