Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2296 Rev 2298
Línea 330... Línea 330...
330
    <thead>
330
    <thead>
331
        <tr>
331
        <tr>
332
           <th style="width: 20%;">LABEL_ELEMENT</th>
332
           <th style="width: 20%;">LABEL_ELEMENT</th>
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>
-
 
336
        </tr>
335
        </tr>
337
    </thead> 
336
    </thead> 
338
        <tbody>
337
        <tbody>
339
            {{for job_description.competencies}}
338
            {{for job_description.competencies}}
340
                <tr>
339
                <tr>
341
                   <td class="text-left">LABEL_COMPETENCY</td>
340
                   <td class="text-left">LABEL_COMPETENCY</td>
342
                   <td class="text-left">{{:name}}</td>
341
                   <td class="text-left">{{:name}}</td>
343
                   <td>
342
                   <td>
344
                   </td>
343
                   </td>
345
                   <td>
-
 
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> 
-
 
347
                   </td>
-
 
348
                </tr>
344
                </tr>
349
            {{/for}}
345
            {{/for}}
350
            {{for behaviors}}
346
            {{for behaviors}}
351
                <tr >
347
                <tr >
352
                   <td class="text-left">--LABEL_CONDUCT</td>
348
                   <td class="text-left">--LABEL_CONDUCT</td>
Línea 358... Línea 354...
358
                      {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
354
                      {{if level == '1' }} LABEL_LEVEL_ONE {{/if}} 
359
                      {{if level == '2' }} LABEL_LEVEL_TWO {{/if}} 
355
                      {{if level == '2' }} LABEL_LEVEL_TWO {{/if}} 
360
                      {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
356
                      {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
361
                      {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
357
                      {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
362
                   </td>
358
                   </td>
363
                   <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> 
-
 
365
                   </td>
-
 
366
                </tr>
359
                </tr>
367
            {{/for}}
360
            {{/for}}
-
 
361
            <span class="comment">Interview Commment</span>
-
 
362
            <textarea name="textarea" rows="5" cols="100" class="form-control">Entrevista</textarea>
368
        </tbody>
363
        </tbody>
369
    <span class="comment">Interview Commment</span>
-
 
370
    <textarea name="textarea" rows="5" cols="100" class="form-control">Entrevista</textarea>
-
 
-
 
364
    
371
</table>
365
</table>
372
</script>
366
</script>