Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1256 Rev 1260
Línea 866... Línea 866...
866
      <div class="panel-body">
866
      <div class="panel-body">
867
         <div class="table-responsive">
867
         <div class="table-responsive">
868
            <table class="table table-bordered">
868
            <table class="table table-bordered">
869
               <thead>
869
               <thead>
870
                  <tr>
870
                  <tr>
871
                     <th style="width: 20%;">LABEL_ELEMENT</th>
871
                     <th style="width: 50%;">LABEL_CONDUCT</th>
872
                     <th style="width: 50%;">LABEL_TITLE</th>
872
                     <th style="width: 20%;">LABEL_LEVEL</th>
-
 
873
                     <th style="width: 10%;">LABEL_EVALUATION</th>
873
                     <th style="width: 10%;">LABEL_LEVEL</th>
874
                     <th style="width: 10%;">LABEL_COMMENT</th>
874
                  </tr>
875
                  </tr>
875
               </thead>
876
               </thead>
876
               <tbody>
877
               <tbody>
877
                  <tr>
-
 
878
                     <td class="text-left">LABEL_COMPETENCY</td>
-
 
879
                     <td class="text-left">{{:name}}</td>
-
 
880
                     <td></td>
-
 
881
                  </tr>
-
 
-
 
878
                  
882
                  {{for behaviors}}
879
                  {{for behaviors}}
883
                  <tr >
880
                  <tr >
884
                     <td class="text-left">--LABEL_CONDUCT</td>
-
 
885
                     <td class="text-left">
881
                     <td class="text-left">
886
                        {{:description}}
882
                        {{:description}}
887
                     </td>
883
                     </td>
888
                     <td>
884
                     <td>
889
          {{if level == '0'}} LABEL_NA {{/if}} 
885
          {{if level == '0'}} LABEL_NA {{/if}} 
890
          {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
886
          {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
891
          {{if level == '2' }} LABEL_LEVEL_TWO {{/if}} 
887
          {{if level == '2' }} LABEL_LEVEL_TWO {{/if}} 
892
          {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
888
          {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
893
          {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
889
          {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
894
       </td>
890
       </td>
895
                     
891
     </tr>
-
 
892
     <td class="text-left"></td>
896
                  </tr>
893
     <td class="text-left"></td>
897
                  {{/for}}
894
                  {{/for}}
898
               </tbody>
895
               </tbody>
899
            </table>
896
            </table>
900
         </div>
897
         </div>
901
      </div>
898
      </div>