Proyectos de Subversion LeadersLinked - Backend

Rev

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

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