Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4089 Rev 4090
Línea 690... Línea 690...
690
                               <th style="width: 20%;">LABEL_CONDUCT</th>
690
                               <th style="width: 20%;">LABEL_CONDUCT</th>
691
                               <th style="width: 60%;">LABEL_COMMENT</th>
691
                               <th style="width: 60%;">LABEL_COMMENT</th>
692
                               <th style="width: 20%;">LABEL_EVALUATION</th>
692
                               <th style="width: 20%;">LABEL_EVALUATION</th>
693
                            </tr>
693
                            </tr>
694
                        </thead>
694
                        </thead>
695
                            <tr>
695
                            <tr data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
696
                                <td class="text-left" style:"width: 20%;">
696
                                <td class="text-left" style="width: 20%;">
697
                                    {{:description}}
697
                                    {{:description}}
698
                                </td>
698
                                </td>
699
                                <td style="width: 60%;">
699
                                <td style="width: 60%;">
Línea 700... Línea 700...
700
 
700
 
701
                                    <textarea
701
                                    <textarea
702
                                        id="textarea-{{:competency_uuid}}-{{:uuid}}"
702
                                        id="textarea-{{:competency_uuid}}-{{:uuid}}"
703
                                        class="form-control"
703
                                        class="form-control"
704
                                    ></textarea>
704
                                    ></textarea>
705
                                </td>
705
                                </td>
-
 
706
                                <td style="width: 20%;">
706
                                <td style:"width: 20%;">
707
 
707
                                    <select class="form-control" id="select-{{:competency_uuid}}-{{:uuid}}">
708
                                    <select class="form-control" id="select-{{:competency_uuid}}-{{:uuid}}">
708
                                        <option value="<?= $points_0 ?>"><?= $points_0 ?></option>
709
                                        <option value="<?= $points_0 ?>"><?= $points_0 ?></option>
709
                                        <option value="<?= $points_1 ?>"><?= $points_1 ?></option>
710
                                        <option value="<?= $points_1 ?>"><?= $points_1 ?></option>
710
                                        <option value="<?= $points_2 ?>"><?= $points_2 ?></option>
711
                                        <option value="<?= $points_2 ?>"><?= $points_2 ?></option>
711
                                        <option value="<?= $points_3 ?>"><?= $points_3 ?></option>
712
                                        <option value="<?= $points_3 ?>"><?= $points_3 ?></option>
712
                                        <option value="<?= $points_4 ?>"><?= $points_4 ?></option>
713
                                        <option value="<?= $points_4 ?>"><?= $points_4 ?></option>
713
                                    </select>
714
                                    </select>                                   
714
                                </td>
715
                                </td>
715
                            </tr>
716
                            </tr>
716
                        </table>
717
                        </table>
717
                    </td>
718
                    </td>