Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 310 Rev 312
Línea 674... Línea 674...
674
                <div class="table-responsive">
674
                <div class="table-responsive">
675
                {{for questions}}
675
                {{for questions}}
676
                    <table class="table table-bordered">
676
                    <table class="table table-bordered">
677
                        <thead>
677
                        <thead>
678
                            <tr>
678
                            <tr>
679
                                <th>LABEL_QUESTION</th>
679
                                <th style="width: 50%;">LABEL_QUESTION</th>
680
                                <th>LABEL_VALUE</th>
680
                                <th style="width: 10%;">LABEL_VALUE</th>
681
                                <th>LABEL_ANSWER</th>
-
 
682
                                <th>LABEL_ACTIONS</th>
681
                                <th style="width: 20%;">LABEL_ACTIONS</th>
-
 
682
 
683
                            </tr>
683
                            </tr>
684
                        </thead>
684
                        </thead>
685
                        <tbody>
685
                        <tbody>
686
                            <tr class="tr-question">
686
                            <tr class="tr-question">
687
                                <td class="text-left">{{:~removeTags(text)}} </td>
687
                                <td class="text-left">{{:~removeTags(text)}} </td>
688
                                <td><font color="red">{{:value}}</font></td>
688
                                <td><font color="red">{{:value}}</font></td>
689
    
-
 
690
                                <td></td>
-
 
691
                                <td></td>
689
                                <td></td>
692
                            </tr>
690
                            </tr>
693
                        </tbody>
691
                        </tbody>
694
                        <thead>
692
                        <thead>
695
                            <tr>
693
                            <tr>
696
                                <th>LABEL_ANSWER</th>
694
                                <th colspan="3">LABEL_ANSWER</th>
697
                                
-
 
698
                            </tr>
695
                            </tr>
699
                        </thead>
696
                        </thead>
700
                        <tbody>
697
                        <tbody>
701
                            <tr class="tr-question">
698
                            <tr class="tr-question">
702
                                <td class="text-left">{{:answer}} </td>
699
                                <td colspan="3" class="text-left">{{:answer}} </td>
703
                               
-
 
704
                            </tr>
700
                            </tr>
705
                        </tbody>
701
                        </tbody>
706
                    </table>
702
                    </table>
Línea 707... Línea 703...
707
                                                
703