]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/subcontrollers/tarea_prueba/templates/show.kid
Poner como no obligatorio el comando para ComandoPrueba y RET_PRUEBA como retorno...
[software/sercom.git] / sercom / subcontrollers / tarea_prueba / templates / show.kid
index 69abaa82237aea855d467a035093fd631240ea39..1339bd2b48a2f4d051fceaafa0eb496d2e827933 100644 (file)
@@ -1,6 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
     py:extends="'../../../templates/master.kid'">
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
     py:extends="'../../../templates/master.kid'">
+<?python from turbogears import identity ?>
 <head>
 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
 <title>show</title>
 <head>
 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
 <title>show</title>
@@ -26,9 +27,9 @@
                <th title="Código de Retorno">RET</th>
                <th title="Archivos de Entrada">Entrada</th>
                <th title="Archivos a Comparar">Comparar</th>
                <th title="Código de Retorno">RET</th>
                <th title="Archivos de Entrada">Entrada</th>
                <th title="Archivos a Comparar">Comparar</th>
-               <th title="Archivos a Guardar">Guarda</th>
+               <th py:if="'admin' in identity.current.permissions" title="Archivos a Guardar">Guarda</th>
        </tr>
        </tr>
-       <tr py:for="i in record.comandos">
+       <tr py:for="i in record.comandos" py:if="'admin' in identity.current.permissions or i.publico">
                <td py:content="i.orden" />
                <td py:content="i.descripcion" />
                <td py:content="i.comando" />
                <td py:content="i.orden" />
                <td py:content="i.descripcion" />
                <td py:content="i.comando" />
@@ -45,7 +46,7 @@
                        </span>
                        <span py:if="not i.archivos_a_comparar">No tiene</span>
                </td>
                        </span>
                        <span py:if="not i.archivos_a_comparar">No tiene</span>
                </td>
-               <td>
+               <td py:if="'admin' in identity.current.permissions">
                        <span py:if="i.archivos_a_guardar" py:content="', '.join(i.archivos_a_guardar)"></span>
                        <span py:if="not i.archivos_a_guardar">No Guarda</span>
                </td>
                        <span py:if="i.archivos_a_guardar" py:content="', '.join(i.archivos_a_guardar)"></span>
                        <span py:if="not i.archivos_a_guardar">No Guarda</span>
                </td>