]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/subcontrollers/enunciado/templates/show.kid
back de los SHOW deben volver a la pagina desde donde se fue.
[z.facultad/75.52/sercom.git] / sercom / subcontrollers / enunciado / templates / show.kid
index fd43a938175277b1141ef9738a6eb7ee5a4e92cd..5e7df77102531fbdd92639fd7e69e9bbec0fe594 100644 (file)
                                <td><span py:replace="record.creado">descripcion</span></td>
     </tr>
     <tr>
-        <th>Archivo:</th>
-                               <td><span py:replace="record.archivo_name">descripcion</span></td>
+        <th>Archivos:</th>
+                               <td>
+           <a py:if="record.archivos" href="${tg.url('/enunciado/files/%d' % record.id)}">Bajar Enunciado</a>
+                               </td>
     </tr>
     <tr>
         <th>Tareas:</th>
@@ -54,7 +56,7 @@
                                        </ul>
                                </td>
     </tr>
-    <tr>
+    <tr py:if="'admin' in identity.current.permissions">
                                <th>Ejercicios en los<br /> que es Usado:</th>
                                <td>
                                        <ul>
@@ -66,7 +68,7 @@
 
 <br/>
 <a py:if="'admin' in identity.current.permissions" href="${tg.url('/enunciado/edit/%d' % record.id)}">Editar</a> |
-<a href="${tg.url('/enunciado/list')}">Volver</a>
+<a href="javascript:window.history.go(-1);">Volver</a>
 
 </body>
 </html>