Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 308 Rev 310
Línea 670... Línea 670...
670
            </h4>
670
            </h4>
671
        </div>
671
        </div>
672
        <div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
672
        <div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
673
            <div class="panel-body">
673
            <div class="panel-body">
674
                <div class="table-responsive">
674
                <div class="table-responsive">
-
 
675
                {{for questions}}
675
                    <table class="table table-bordered">
676
                    <table class="table table-bordered">
676
                        <thead>
677
                        <thead>
677
                            <tr>
678
                            <tr>
678
                                <th>LABEL_QUESTION</th>
679
                                <th>LABEL_QUESTION</th>
679
                                <th>LABEL_VALUE</th>
680
                                <th>LABEL_VALUE</th>
680
                                <th>LABEL_TYPE</th>
-
 
681
                                <th>LABEL_ANSWER</th>
681
                                <th>LABEL_ANSWER</th>
682
                                <th>LABEL_ACTIONS</th>
682
                                <th>LABEL_ACTIONS</th>
683
                            </tr>
683
                            </tr>
684
                        </thead>
684
                        </thead>
685
                        <tbody>
685
                        <tbody>
686
                            {{for questions}}
-
 
687
                            <tr class="tr-question">
686
                            <tr class="tr-question">
688
                                <td class="text-left">{{:~removeTags(text)}} </td>
687
                                <td class="text-left">{{:~removeTags(text)}} </td>
689
                                <td><font color="red">{{:value}}</font></td>
688
                                <td><font color="red">{{:value}}</font></td>
690
                                <td class="text-capitalize">
-
 
691
                                    {{if type == 'open'}} LABEL_OPEN {{/if}}
-
 
692
                                    {{if type == 'simple'}} Simple {{/if}}
-
 
693
                                    {{if type == 'multiple'}} Multiple {{/if}}
-
 
694
                                    {{if type == 'rating-open'}} LABEL_RATING_OPEN {{/if}}
-
 
695
                                    {{if type == 'rating-range'}} LABEL_RATING_RANGE {{/if}}
-
 
696
                                </td>
-
 
-
 
689
    
697
                                <td></td>
690
                                <td></td>
698
                                <td></td>
691
                                <td></td>
699
                            </tr>
692
                            </tr>
-
 
693
                        </tbody>
-
 
694
                        <thead>
-
 
695
                            <tr>
-
 
696
                                <th>LABEL_ANSWER</th>
700
                            
697
                                
-
 
698
                            </tr>
-
 
699
                        </thead>
-
 
700
                        <tbody>
-
 
701
                            <tr class="tr-question">
-
 
702
                                <td class="text-left">{{:answer}} </td>
-
 
703
                               
701
                            {{/for}}
704
                            </tr>
702
                        </tbody>
705
                        </tbody>
703
                    </table>
706
                    </table>
-
 
707
                                                
-
 
708
                    {{/for}}
704
                </div>
709
                </div>
705
            </div>
710
            </div>
706
        </div>
711
        </div>
707
    </div>
712
    </div>
708
    </script>
713
    </script>