Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3590 Rev 3596
Línea 666... Línea 666...
666
            <p class="card-text">{{:job_description.functions}}</p>
666
            <p class="card-text">{{:job_description.functions}}</p>
667
        </div>
667
        </div>
668
    </div>
668
    </div>
669
</script>
669
</script>
Línea 670... Línea -...
670
 
-
 
671
<script id="competenciesTemplata" type="text/x-jsrender">
-
 
672
<table class="table table-bordered" id="panel-{{:slug_section}}">
-
 
673
    <thead>
-
 
674
        <tr>
-
 
675
           <th style="width: 50%;">LABEL_ELEMENT</th>
-
 
676
           <th style="width: 50%;">LABEL_TITLE</th>
-
 
677
        </tr>
-
 
678
    </thead>
-
 
679
    <tbody>
-
 
680
        {{for job_description.competencies}}
-
 
681
            <tr>
-
 
682
               <td class="text-left">LABEL_COMPETENCY</td>
-
 
683
               <td class="text-left">{{:competency_name}}</td>
-
 
684
            </tr>
-
 
685
 
-
 
686
            {{for behaviors}}
-
 
687
                <tr>
-
 
688
                   <td class="text-left">--LABEL_CONDUCT</td>
-
 
689
                   <td class="text-left">
-
 
690
                      {{:description}}
-
 
691
                   </td>
-
 
692
                </tr>
-
 
693
                <tr>
-
 
694
                    <td colspan="2" data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
-
 
695
                        <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
-
 
696
 
-
 
697
                        <textarea
-
 
698
                            id="textarea-{{:competency_uuid}}-{{:uuid}}"
-
 
699
                            class="form-control"
-
 
700
                        ></textarea>
-
 
701
 
-
 
702
                        <label for="select-{{:competency_uuid}}-{{:uuid}}">LABEL_EVALUATION</label>
-
 
703
 
-
 
704
                        <select class="form-control" id="select-{{:competency_uuid}}-{{:uuid}}">
-
 
705
                            <option value="<?= $points_0 ?>"><?= $points_0 ?></option>
-
 
706
                            <option value="<?= $points_1 ?>"><?= $points_1 ?></option>
-
 
707
                            <option value="<?= $points_2 ?>"><?= $points_2 ?></option>
-
 
708
                            <option value="<?= $points_3 ?>"><?= $points_3 ?></option>
-
 
709
                            <option value="<?= $points_4 ?>"><?= $points_4 ?></option>
-
 
710
                        </select>
-
 
711
                    </td>
-
 
712
                </tr>
-
 
713
            {{/for}}
-
 
714
 
-
 
715
        {{/for}}
-
 
716
    </tbody>
-
 
717
</table>
-
 
718
</script>
-
 
719
 
670
 
720
<script id="competenciesTemplate" type="text/x-jsrender">
671
<script id="competenciesTemplate" type="text/x-jsrender">
721
<table class="table table-bordered" id="panel-{{:slug_section}}">
672
<table class="table table-bordered" id="panel-{{:slug_section}}">
722
    <thead>
673
    <thead>
723
        <tr>
674
        <tr>
Línea 735... Línea 686...
735
            {{for behaviors}}
686
            {{for behaviors}}
736
                <tr>
687
                <tr>
737
                    <td colspan="2">
688
                    <td colspan="2">
738
                        <table class="table table-borderless">
689
                        <table class="table table-borderless">
739
                            <tr>
690
                            <tr>
740
                               
-
 
741
                                <td class="text-left">
691
                                <td class="text-left">
742
                                    {{:description}}
692
                                    {{:description}}
743
                                </td>
693
                                </td>
744
                                <td colspan="3" data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
694
                                <td colspan="3" data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
745
                                    <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
695
                                    <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>