Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2293 Rev 2296
Línea 333... Línea 333...
333
           <th style="width: 50%;">LABEL_TITLE</th>
333
           <th style="width: 50%;">LABEL_TITLE</th>
334
           <th style="width: 10%;">LABEL_LEVEL</th>
334
           <th style="width: 10%;">LABEL_LEVEL</th>
335
           <th style="width: 20%;">LABEL_ACTIONS</th>
335
           <th style="width: 20%;">LABEL_ACTIONS</th>
336
        </tr>
336
        </tr>
337
    </thead> 
337
    </thead> 
-
 
338
        <tbody>
338
    {{for job_description.competencies}}
339
            {{for job_description.competencies}}
-
 
340
                <tr>
-
 
341
                   <td class="text-left">LABEL_COMPETENCY</td>
-
 
342
                   <td class="text-left">{{:name}}</td>
-
 
343
                   <td>
339
        <div class="card-body">
344
                   </td>
-
 
345
                   <td>
340
            <h5 class="card-title">{{:competency_name}}</h5>
346
                      <button  type="button" class="btn btn-default btn-delete-competency" data-competency="{{:competency_id}}" data-toggle="tooltip"  data-original-title="LABEL_DELETE LABEL_COMPETENCY"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_COMPETENCY </button> 
341
                    <td>
347
                   </td>
342
                    </td>
348
                </tr>
-
 
349
            {{/for}}
343
                {{for behaviors}}
350
            {{for behaviors}}
344
                    <tr >
351
                <tr >
345
                        <td class="text-left">--LABEL_CONDUCT</td>
352
                   <td class="text-left">--LABEL_CONDUCT</td>
346
                            <td class="text-left">
353
                   <td class="text-left">
347
                                {{:description}}
354
                      {{:description}}
348
                            </td>
355
                   </td>
349
                        <td>
356
                   <td>
350
                            {{if level == '0'}} LABEL_NA {{/if}} 
357
                      {{if level == '0'}} LABEL_NA {{/if}} 
351
                            {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
358
                      {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
352
                            {{if level == '2' }} LABEL_LEVEL_TWO {{/if}} 
359
                      {{if level == '2' }} LABEL_LEVEL_TWO {{/if}} 
353
                            {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
360
                      {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
354
                            {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
361
                      {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
-
 
362
                   </td>
-
 
363
                   <td>
355
                        </td>
364
                      <button type="button"  class="btn btn-default btn-edit-behavior" data-competency="{{:competency_id}}" data-behavior="{{:behavior_id}}" data-toggle="tooltip"  data-original-title="LABEL_EDIT LABEL_LEVEL"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_LEVEL</button> 
356
                    </tr>
365
                   </td>
-
 
366
                </tr>
357
                {{/for}}
367
            {{/for}}
-
 
368
        </tbody>
358
            <span class="comment">Interview Commment</span>
369
    <span class="comment">Interview Commment</span>
359
            <textarea name="textarea" rows="5" cols="100" class="form-control">Entrevista</textarea>
370
    <textarea name="textarea" rows="5" cols="100" class="form-control">Entrevista</textarea>
360
        </div>
-
 
361
    {{/for}}
-
 
362
</table>
371
</table>
363
</script>
372
</script>