Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1260 Rev 1261
Línea 873... Línea 873...
873
                     <th style="width: 10%;">LABEL_EVALUATION</th>
873
                     <th style="width: 10%;">LABEL_EVALUATION</th>
874
                     <th style="width: 10%;">LABEL_COMMENT</th>
874
                     <th style="width: 10%;">LABEL_COMMENT</th>
875
                  </tr>
875
                  </tr>
876
               </thead>
876
               </thead>
877
               <tbody>
877
               <tbody>
878
                  
-
 
879
                  {{for behaviors}}
878
                  {{for behaviors}}
880
                  <tr >
879
                  <tr >
881
                     <td class="text-left">
880
                     <td class="text-left">
882
                        {{:description}}
881
                        {{:description}}
883
                     </td>
882
                     </td>
884
                     <td>
883
                     <td>
885
          {{if level == '0'}} LABEL_NA {{/if}} 
884
                        {{if level == '0'}} LABEL_NA {{/if}} 
886
          {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
885
                        {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
887
          {{if level == '2' }} LABEL_LEVEL_TWO {{/if}} 
886
                        {{if level == '2' }} LABEL_LEVEL_TWO {{/if}} 
888
          {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
887
                        {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
889
          {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
888
                        {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
890
       </td>
889
                     </td>
-
 
890
 
891
     </tr>
891
              
892
     <td class="text-left"></td>
892
                  <td class="text-left"></td>
893
     <td class="text-left"></td>
893
                  <td class="text-left"></td>
-
 
894
                  </tr>
894
                  {{/for}}
895
                  {{/for}}
895
               </tbody>
896
               </tbody>
896
            </table>
897
            </table>
897
         </div>
898
         </div>
898
      </div>
899
      </div>