Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1287 Rev 1314
Línea 871... Línea 871...
871
      <div class="panel-body">
871
      <div class="panel-body">
872
         <div class="table-responsive">
872
         <div class="table-responsive">
873
            <table class="table table-bordered">
873
            <table class="table table-bordered">
874
               <thead>
874
               <thead>
875
                  <tr>
875
                  <tr>
876
                     <th style="width: 50%;">LABEL_CONDUCT</th>
876
                     <th style="width: 90%;">LABEL_CONDUCT</th>
877
                     <th style="width: 10%;">LABEL_LEVEL</th>
877
                     <th style="width: 10%;">LABEL_LEVEL</th>
878
                     <th style="width: 10%;">LABEL_EVALUATION</th>
-
 
879
                     <th style="width: 20%;">LABEL_COMMENT</th>
-
 
880
                  </tr>
878
                  </tr>
881
               </thead>
879
               </thead>
882
               <tbody>
880
               <tbody>
883
                  {{for behaviors}}
881
                  {{for behaviors}}
884
                  <tr >
882
                  <tr >
Línea 892... Línea 890...
892
                        {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
890
                        {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
893
                        {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
891
                        {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
894
                     </td>
892
                     </td>
Línea 895... Línea -...
895
 
-
 
896
              
-
 
897
                  <td class="text-left"></td>
893
 
898
                  <td class="text-left"></td>
894
              
899
                  </tr>
895
                  </tr>
900
                  {{/for}}
896
                  {{/for}}
901
               </tbody>
897
               </tbody>