]> git.llucax.com Git - z.facultad/75.52/sercom.git/commitdiff
estilizo
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Fri, 2 Mar 2007 02:52:56 +0000 (02:52 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Fri, 2 Mar 2007 02:52:56 +0000 (02:52 +0000)
sercom/subcontrollers/correccion/templates/entregas.kid

index 876324f287edc9d8ffb51d7148827e327309a71f..9bd8690076457e776ad50069a054db0dbe87d05b 100644 (file)
 
 <table class="list">
     <tr>
-                               <th>Fecha</th>
-        <th>Correcta?</th>
-        <th>Observaciones</th>
-        <th>Tareas</th>
+                               <th width="20%">Fecha</th>
+        <th width="5%" title="Correcta?">Ok?</th>
+        <th width="25%">Observaciones</th>
+        <th width="50%">Tareas Ejecutadas</th>
     </tr>
     <tr py:for="record in records">
         <td><span py:replace="record.fecha">usuario</span></td>
-        <td><span py:replace="record.correcta">fecha asignado</span></td>
+                               <td align="center">
+                                       <span py:if="record.correcta">Si</span>
+                                       <span py:if="not record.correcta">No</span>
+                               </td>
         <td><span py:replace="record.observaciones">fecha corregido</span></td>
                                <td>
-                                       <table>
+                                       <table width="100%;">
                                                <tr>
-                                                       <th>Tarea</th>
-                                                       <th>Desde</th>
-                                                       <th>Hasta</th>
-                                                       <th>Correcta</th>
-                                                       <th>Obs</th>
+                                                       <th><strong>Tarea</strong></th>
+                                                       <th><strong>Desde</strong></th>
+                                                       <th><strong>Hasta</strong></th>
+                                                       <th><strong>Correcta</strong></th>
+                                                       <th><strong>Obs</strong></th>
                                                </tr>
                                                <tr py:for="i in record.tareas">
                                                        <td >${i.tarea.shortrepr()}</td>