Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 367 Rev 368
Línea 527... Línea 527...
527
            </h4>
527
            </h4>
528
        </div>
528
        </div>
529
        <div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
529
        <div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
530
            <div class="panel-body">
530
            <div class="panel-body">
531
                <div class="table-responsive">
531
                <div class="table-responsive">
532
                {{for questions}}
-
 
533
                    <table class="table table-bordered">
532
                    <table class="table table-bordered">
534
                        <thead>
533
                        <thead>
535
                            <tr>
534
                            <tr>
536
                                <th style="width: 40%;">LABEL_QUESTION</th>
535
                                <th style="width: 40%;">LABEL_QUESTION</th>
537
                                <th style="width: 40%;">LABEL_ANSWER</th>
536
                                <th style="width: 40%;">LABEL_ANSWER</th>
538
                                <th style="width: 20%;">LABEL_ACTION</th>
537
                                <th style="width: 20%;">LABEL_ACTIONS</th>
Línea 539... Línea 538...
539
 
538
 
540
                            </tr>
539
                            </tr>
-
 
540
                        </thead>
541
                        </thead>
541
                        {{for questions}}
542
                        <tbody>
542
                        <tbody>
543
                            <tr class="tr-question">
543
                            <tr class="tr-question">
544
                                <td class="text-left">{{:~removeTags(text)}} </td>
544
                                <td class="text-left">{{:~removeTags(text)}} </td>
545
                                <td>{{:~getAnswer(type,options,answer)}}</td>
545
                                <td>{{:~getAnswer(type,options,answer)}}</td>
Línea 546... Línea 546...
546
                                <td>
546
                                <td>
Línea 547... Línea 547...
547
 
547
 
Línea -... Línea 548...
-
 
548
                                {{if type == 'simple'  || type=='multiple' }}
-
 
549
 
-
 
550
                                {{:~getStatus( options,answer)}}
-
 
551
 
-
 
552
                                {{/else}}
-
 
553
 
-
 
554
                                <button class="btn btn-default btn-delete-question" >
548
                                {{if type == 'simple'  || type=='multiple' }}
555
                                    <i class="fa fa-ban" aria-hidden="true"></i> 
Línea 549... Línea 556...
549
 
556
                                    LABEL_DELETE LABEL_QUESTION
Línea 550... Línea 557...
550
                                {{:~getStatus( options,answer)}}
557
                                </button> 
551
 
558
 
552
                                {{/if}}
559
                                {{/if}}
-
 
560
 
553
 
561
                        
554
                               
562
 
555
 
-
 
556
                                </td>
563
                                </td>
557
                            </tr>
564
                            </tr>
558
                        </tbody>
565
                        </tbody>
559
                    </table>
566
                        {{/for}}
560
                                                
567
                    </table>