Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 374 Rev 375
Línea 543... Línea 543...
543
                     <td>
543
                     <td>
544
                        {{if type == 'simple'  || type=='multiple' }}
544
                        {{if type == 'simple'  || type=='multiple' }}
545
                        {{:~getStatus( options,answer)}}
545
                        {{:~getStatus( options,answer)}}
546
                        {{else}}
546
                        {{else}}
547
                        {{if status}} 
547
                        {{if status}} 
-
 
548
                       
548
                        {^{on ~doSomething}}
549
                        {^{on ~doSomething}}
-
 
550
 
549
                        <button class="btn btn-danger btn-delete-question" >
551
                        <button class="btn btn-danger btn-delete-question" id="btn1" >
550
                        <i class="fa fa-times" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_FAIL
552
                        <i class="fa fa-times" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_FAIL
551
                        </button> 
553
                        </button> 
552
                        {{/on}}
554
                        {{/on}}
-
 
555
 
553
                        {{else}}
556
                        {{else}}
-
 
557
 
554
                        {^{on ~doSomething}}
558
                        {^{on ~doSomething}}
555
                        <button class="btn btn-success btn-delete-question" >
559
                        <button class="btn btn-success btn-delete-question" id="btn2" >
556
                        <i class="fa fa-check" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_CORRECT
560
                        <i class="fa fa-check" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_CORRECT
557
                        </button> 
561
                        </button> 
-
 
562
 
558
                        {{/on}}
563
                        {{/on}}
-
 
564
 
559
                        {{/if}}
565
                        {{/if}}
-
 
566
 
560
                        {{/if}}
567
                        {{/if}}
561
                     </td>
568
                     </td>
562
                  </tr>
569
                  </tr>
563
               </tbody>
570
               </tbody>
564
               {{/for}}
571
               {{/for}}