Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 328 Rev 329
Línea 531... Línea 531...
531
 
531
 
Línea 532... Línea 532...
532
        if(type =='open' || type == "rating-open" ){
532
        if(type =='open' || type == "rating-open" ){
533
 
533
 
-
 
534
            return answer;
-
 
535
        }
-
 
536
 
-
 
537
        if(type=='multiple'){
Línea 534... Línea 538...
534
            return answer;
538
            return ''
Línea 535... Línea 539...
535
        }
539
        }
Línea 668... Línea 672...
668
                <div class="table-responsive">
672
                <div class="table-responsive">
669
                {{for questions}}
673
                {{for questions}}
670
                    <table class="table table-bordered">
674
                    <table class="table table-bordered">
671
                        <thead>
675
                        <thead>
672
                            <tr>
676
                            <tr>
673
                                <th style="width: 50%;">LABEL_QUESTION</th>
677
                                <th style="width: 70%;">LABEL_QUESTION</th>
674
                                <th style="width: 10%;">LABEL_VALUE</th>
-
 
675
                                <th style="width: 20%;">LABEL_STATUS</th>
678
                                <th style="width: 30%;">LABEL_STATUS</th>
Línea 676... Línea 679...
676
 
679
 
677
                            </tr>
680
                            </tr>
678
                        </thead>
681
                        </thead>
679
                        <tbody>
682
                        <tbody>
680
                            <tr class="tr-question">
683
                            <tr class="tr-question">
681
                                <td class="text-left">{{:~removeTags(text)}} </td>
-
 
682
                                <td><font color="red">{{:value}}</font></td>
684
                                <td class="text-left">{{:~removeTags(text)}} </td>
683
                                <td></td>
685
                                <td></td>
684
                            </tr>
686
                            </tr>
685
                        </tbody>
687
                        </tbody>
686
                        <thead>
688
                        <thead>
687
                            <tr>
689
                            <tr>
688
                                <th colspan="3">LABEL_ANSWER</th>
690
                                <th colspan="2">LABEL_ANSWER</th>
689
                            </tr>
691
                            </tr>
690
                        </thead>
692
                        </thead>
691
                        <tbody>
693
                        <tbody>
692
                            <tr class="tr-question">
694
                            <tr class="tr-question">
693
                                <td colspan="3" class="text-left">{{:~getAnswer(
695
                                <td colspan="2" class="text-left">{{:~getAnswer(
694
                                    type,
696
                                    type,
695
                                    options,
697
                                    options,
696
                                    answer
698
                                    answer
697
                                    )}} </td>
699
                                    )}} </td>