]> git.llucax.com Git - z.facultad/75.52/sercom.git/commitdiff
bajar archivo desde correccion/entregas
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Tue, 13 Mar 2007 01:18:29 +0000 (01:18 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Tue, 13 Mar 2007 01:18:29 +0000 (01:18 +0000)
sercom/subcontrollers/correccion/templates/entregas.kid

index 88088698770cd7740c47dbda9b5cccf9f7e4340d..9992e2d3e6faddcada25b121fa2a039e027b4ecc 100644 (file)
@@ -16,6 +16,7 @@
         <th width="5%" title="Correcta?">Ok?</th>
         <th width="25%">Observaciones</th>
         <th width="50%">Comandos Ejecutadas</th>
+        <th width="10%">Operaciones</th>
     </tr>
     <tr py:for="record in records">
         <td><span py:replace="record.fecha">usuario</span></td>
@@ -28,6 +29,9 @@
                                                        <li py:for="i in record.comandos_ejecutados" py:content="i.shortrepr()" />
                                                </ul>
                                </td>
+                               <td>
+                                       <a href="${tg.url('/mis_entregas/get_archivo/%d' % record.id)}">Bajar Archivo</a>
+                               </td>
     </tr>
 </table>
 <br />