Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3644 Rev 3649
Línea 666... Línea 666...
666
    </div>
666
    </div>
667
</script>
667
</script>
Línea 668... Línea 668...
668
 
668
 
669
<script id="competenciesTemplate" type="text/x-jsrender">
669
<script id="competenciesTemplate" type="text/x-jsrender">
670
<table class="table table-bordered" id="panel-{{:slug_section}}">
670
<table class="table table-bordered" id="panel-{{:slug_section}}">
671
    <thead>
-
 
672
        <tr>
-
 
673
           <th style="width: 50%;">LABEL_ELEMENT</th>
-
 
674
           <th style="width: 50%;">LABEL_TITLE</th>
-
 
675
        </tr>
-
 
676
    </thead>
671
    
677
    <tbody>
672
    <tbody>
678
        {{for job_description.competencies}}
673
        {{for job_description.competencies}}
679
            <tr>
674
            <tr>
680
               <td class="text-left">LABEL_COMPETENCY</td>
675
               <td class="text-left">LABEL_COMPETENCY</td>
681
               <td class="text-left">{{:competency_name}}</td>
676
               <td class="text-left">{{:competency_name}}</td>
Línea 682... Línea 677...
682
            </tr>
677
            </tr>
683
 
678
 
684
            {{for behaviors}}
679
            {{for behaviors}}
685
                <tr>
680
                <tr>
-
 
681
                    <td colspan="2">
-
 
682
                        <table class="table table-bordered">
-
 
683
                        <thead>
-
 
684
                            <tr>
-
 
685
                               <th style="width: 20%;">LABEL_BEHAVIOR</th>
-
 
686
                               <th style="width: 60%;">LABEL_COMMENT</th>
-
 
687
                               <th style="width: 20%;">LABEL_EVALUATION</th>
686
                    <td colspan="2">
688
                            </tr>
687
                        <table class="table table-borderless">
689
                        </thead>
688
                            <tr>
690
                            <tr>
689
                                <td class="text-left">
691
                                <td class="text-left">
690
                                    {{:description}}
692
                                    {{:description}}
691
                                </td>
-
 
Línea 692... Línea 693...
692
                                <td colspan="3" data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
693
                                </td>
693
                                    <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
694
                                <td style="width: 60%;" data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
694
 
695
 
695
                                    <textarea
696
                                    <textarea
696
                                        id="textarea-{{:competency_uuid}}-{{:uuid}}"
697
                                        id="textarea-{{:competency_uuid}}-{{:uuid}}"
697
                                        class="form-control"
698
                                        class="form-control"
698
                                    ></textarea>
-
 
Línea 699... Línea 699...
699
                                </td>
699
                                    ></textarea>
700
                                <td>
700
                                </td>
701
                                    <label for="select-{{:competency_uuid}}-{{:uuid}}">LABEL_EVALUATION</label>
701
                                <td>
702
 
702