Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 369 Rev 370
Línea 526... Línea 526...
526
         <div class="table-responsive">
526
         <div class="table-responsive">
527
            <table class="table table-bordered">
527
            <table class="table table-bordered">
528
               <thead>
528
               <thead>
529
                  <tr>
529
                  <tr>
530
                     <th style="width: 40%;">LABEL_QUESTION</th>
530
                     <th style="width: 40%;">LABEL_QUESTION</th>
531
                     <th style="width: 40%;">LABEL_ANSWER</th>
531
                     <th style="width: 35%;">LABEL_ANSWER</th>
532
                     <th style="width: 20%;">LABEL_ACTIONS</th>
532
                     <th style="width: 20%;">LABEL_ACTIONS</th>
533
                  </tr>
533
                  </tr>
534
               </thead>
534
               </thead>
535
               {{for questions}}
535
               {{for questions}}
536
               <tbody>
536
               <tbody>
Línea 540... Línea 540...
540
                     <td>
540
                     <td>
541
                        {{if type == 'simple'  || type=='multiple' }}
541
                        {{if type == 'simple'  || type=='multiple' }}
542
                        {{:~getStatus( options,answer)}}
542
                        {{:~getStatus( options,answer)}}
543
                        {{else}}
543
                        {{else}}
544
                        {{if status}} 
544
                        {{if status}} 
545
                        <button class="btn btn-default btn-delete-question" >
545
                        <button class="btn btn-danger btn-delete-question" >
546
                        LABEL_TO_CHECK LABEL_FAIL
546
                        LABEL_TO_CHECK LABEL_FAIL
547
                        </button> 
547
                        </button> 
548
                        {{else}}
548
                        {{else}}
549
                        <button class="btn btn-default btn-delete-question" >
549
                        <button class="btn btn-success btn-delete-question" >
550
                        LABEL_TO_CHECK LABEL_CORRECT
550
                        LABEL_TO_CHECK LABEL_CORRECT
551
                        </button> 
551
                        </button> 
552
                        {{/if}}
552
                        {{/if}}
553
                        {{/if}}
553
                        {{/if}}
554
                     </td>
554
                     </td>