Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 448 Rev 449
Línea 538... Línea 538...
538
    <div class="container-fluid" id="row-forms">
538
    <div class="container-fluid" id="row-forms">
539
        <div class="row">
539
        <div class="row">
540
            <div class="col-12">
540
            <div class="col-12">
541
                <div class="card">
541
                <div class="card">
542
                    <div class="card-body">
542
                    <div class="card-body">
543
                        <div class="table-responsive">
-
 
544
                        <table id="gridTable" class="table   table-hover">
543
                        <table id="gridTable" class="table   table-hover">
545
                            <thead>
544
                            <thead>
546
                                <tr>
545
                                <tr>
547
                                    <th style="width: 16.6%;">LABEL_USER</th>
546
                                    <th style="width: 16.6%;">LABEL_USER</th>
548
                                    <th style="width: 16.6%;">LABEL_NAME</th>
547
                                    <th style="width: 16.6%;">LABEL_NAME</th>
Línea 552... Línea 551...
552
                                    <th style="width: 16.6%;">LABEL_ACTIONS</th>
551
                                    <th style="width: 16.6%;">LABEL_ACTIONS</th>
553
                                </tr>
552
                                </tr>
554
                            </thead>
553
                            </thead>
555
                            <tbody></tbody>
554
                            <tbody></tbody>
556
                        </table>
555
                        </table>
557
</div>
-
 
558
                    </div>
556
                    </div>
559
                    <div class="card-footer clearfix">
557
                    <div class="card-footer clearfix">
560
                        <div style="float:right;">
558
                        <div style="float:right;">
561
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
559
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
562
                        </div>
560
                        </div>
Línea 658... Línea 656...
658
         </a>
656
         </a>
659
      </h4>
657
      </h4>
660
   </div>
658
   </div>
661
   <div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
659
   <div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
662
      <div class="panel-body">
660
      <div class="panel-body">
663
         <div class="table-responsive">
-
 
-
 
661
 
664
            <table class="table table-bordered">
662
            <table class="table table-bordered">
665
               <thead>
663
               <thead>
666
                  <tr>
664
                  <tr>
667
                     <th style="width: 30%;">LABEL_QUESTION</th>
665
                     <th style="width: 30%;">LABEL_QUESTION</th>
668
                     <th style="width: 30%;">LABEL_ANSWER</th>
666
                     <th style="width: 30%;">LABEL_ANSWER</th>
Línea 707... Línea 705...
707
                     </td>
705
                     </td>
708
                  </tr>
706
                  </tr>
709
               </tbody>
707
               </tbody>
710
               {{/for}}
708
               {{/for}}
711
            </table>
709
            </table>
712
         </div>
710
       
713
      </div>
711
      </div>
714
   </div>
712
   </div>
715
</div>
713
</div>
716
    </script>
714
    </script>