Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2288 Rev 2293
Línea 324... Línea 324...
324
        </div>
324
        </div>
325
 	</div>
325
 	</div>
326
</section>
326
</section>
Línea 327... Línea 327...
327
 
327
 
-
 
328
<script id="competenciesTemplate" type="text/x-jsrender">
-
 
329
<table class="table table-bordered">  
-
 
330
    <thead>
-
 
331
        <tr>
-
 
332
           <th style="width: 20%;">LABEL_ELEMENT</th>
-
 
333
           <th style="width: 50%;">LABEL_TITLE</th>
-
 
334
           <th style="width: 10%;">LABEL_LEVEL</th>
-
 
335
           <th style="width: 20%;">LABEL_ACTIONS</th>
-
 
336
        </tr>
328
<script id="competenciesTemplate" type="text/x-jsrender">
337
    </thead> 
329
    {{for job_description.competencies}}
338
    {{for job_description.competencies}}
330
        <div class="card-body">
339
        <div class="card-body">
331
            <h5 class="card-title">{{:competency_name}}</h5>
340
            <h5 class="card-title">{{:competency_name}}</h5>
332
                    <td>
341
                    <td>
Línea 344... Línea 353...
344
                            {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
353
                            {{if level == '3' }} LABEL_LEVEL_THREE {{/if}} 
345
                            {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
354
                            {{if level == '4' }} LABEL_LEVEL_FOUR {{/if}} 
346
                        </td>
355
                        </td>
347
                    </tr>
356
                    </tr>
348
                {{/for}}
357
                {{/for}}
349
                <td>
-
 
350
                </td>
-
 
351
            <span class="comment">Interview Commment</span>
358
            <span class="comment">Interview Commment</span>
352
            <textarea name="textarea" rows="5" cols="100" class="form-control">Entrevista</textarea>
359
            <textarea name="textarea" rows="5" cols="100" class="form-control">Entrevista</textarea>
353
        </div>
360
        </div>
354
    {{/for}}
361
    {{/for}}
-
 
362
</table>
355
</script>
363
</script>