Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 375 Rev 376
Línea 544... Línea 544...
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}} 
Línea 548... Línea -...
548
                       
-
 
-
 
548
                       
Línea -... Línea 549...
-
 
549
                 
549
                        {^{on ~doSomething}}
550
 
-
 
551
                        <button 
-
 
552
                        class="btn btn-danger btn-delete-question" 
-
 
553
                        id="btn1" 
550
 
554
                        data-link="{on ~doSomething}" 
551
                        <button class="btn btn-danger btn-delete-question" id="btn1" >
555
                        >
552
                        <i class="fa fa-times" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_FAIL
556
                        <i class="fa fa-times" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_FAIL
Línea 553... Línea -...
553
                        </button> 
-
 
-
 
557
                        </button> 
Línea -... Línea 558...
-
 
558
                        {{/on}}
554
                        {{/on}}
559
 
555
 
560
                      
-
 
561
 
-
 
562
                    
-
 
563
                        <button 
556
                        {{else}}
564
                        class="btn btn-success 
557
 
565
                        btn-delete-question"
Línea 558... Línea -...
558
                        {^{on ~doSomething}}
-
 
-
 
566
                        data-link="{on ~doSomething}"
Línea 559... Línea 567...
559
                        <button class="btn btn-success btn-delete-question" id="btn2" >
567
                        id="btn2" >
Línea 560... Línea 568...
560
                        <i class="fa fa-check" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_CORRECT
568
                        <i class="fa fa-check" aria-hidden="true"></i> LABEL_TO_CHECK LABEL_CORRECT
561
                        </button> 
569
                        </button>