Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 456 | Rev 458 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 456 Rev 457
Línea 667... Línea 667...
667
                     <th style="width: 10%;">LABEL_STATUS</th>
667
                     <th style="width: 10%;">LABEL_STATUS</th>
668
                     <th style="width: 10%;">LABEL_PTOS</th>
668
                     <th style="width: 10%;">LABEL_PTOS</th>
669
                     <th style="width: 20%;">LABEL_ACTIONS</th>
669
                     <th style="width: 20%;">LABEL_ACTIONS</th>
670
                  </tr>
670
                  </tr>
671
               </thead>
671
               </thead>
672
               <tbody>
-
 
673
               {{for questions}}
672
               {{for questions}}
674
                  <tr class="tr-question">
673
                  <tr class="tr-question">
675
                     <td class="text-left">{{:~removeTags(text)}} </td>
674
                     <td class="text-left">{{:~removeTags(text)}} </td>
676
                     <td>{{:~getAnswer(type,options,answer)}}</td>
675
                     <td>{{:~getAnswer(type,options,answer)}}</td>
677
                     <td>
676
                     <td>
Línea 703... Línea 702...
703
                        {{/if}}
702
                        {{/if}}
Línea 704... Línea 703...
704
 
703
 
705
                     </td>
704
                     </td>
706
                  </tr>
705
                  </tr>
707
               {{/for}}
-
 
708
               </tbody>
706
               {{/for}}
709
            </table>
707
            </table>
710
         </div>
708
         </div>
711
      </div>
709
      </div>
712
   </div>
710
   </div>