Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3390 Rev 3391
Línea 671... Línea 671...
671
            {{for behaviors}}
671
            {{for behaviors}}
672
                <tr>
672
                <tr>
673
                   <td class="text-left">--LABEL_CONDUCT</td>
673
                   <td class="text-left">--LABEL_CONDUCT</td>
674
                   <td class="text-left">
674
                   <td class="text-left">
675
                      {{:description}}
675
                      {{:description}}
-
 
676
                   </td> 
-
 
677
                   <td colspan="2" data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
676
                      <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
678
                        <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
Línea 677... Línea 679...
677
                        
679
                        
678
                        <textarea
680
                        <textarea
679
                            id="textarea-{{:competency_uuid}}-{{:uuid}}"
681
                            id="textarea-{{:competency_uuid}}-{{:uuid}}"
680
                            class="form-control"
682
                            class="form-control"
Línea 687... Línea 689...
687
                            <option value="<?= $points_1 ?>"><?= $points_1 ?></option>
689
                            <option value="<?= $points_1 ?>"><?= $points_1 ?></option>
688
                            <option value="<?= $points_2 ?>"><?= $points_2 ?></option>
690
                            <option value="<?= $points_2 ?>"><?= $points_2 ?></option>
689
                            <option value="<?= $points_3 ?>"><?= $points_3 ?></option>
691
                            <option value="<?= $points_3 ?>"><?= $points_3 ?></option>
690
                            <option value="<?= $points_4 ?>"><?= $points_4 ?></option>
692
                            <option value="<?= $points_4 ?>"><?= $points_4 ?></option>
691
                        </select>
693
                        </select>
692
                   </td>    
694
                    </td>   
693
                </tr>
695
                </tr>
694
                <tr>
696
                <tr>
695
                    
697
                   
696
                </tr>
698
                </tr>
697
            {{/for}}
699
            {{/for}}
Línea 698... Línea 700...
698
 
700
 
699
        {{/for}}
701
        {{/for}}