Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3389 Rev 3390
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
                </tr>
-
 
678
                <tr>
-
 
679
                    <td colspan="2" data-competency-behavior data-competency-uuid="{{:competency_uuid}}" data-behavior-uuid="{{:uuid}}">
-
 
680
                        <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
676
                      <label for="textarea-{{:competency_uuid}}-{{:uuid}}">LABEL_COMMENT</label>
Línea 681... Línea 677...
681
                        
677
                        
682
                        <textarea
678
                        <textarea
683
                            id="textarea-{{:competency_uuid}}-{{:uuid}}"
679
                            id="textarea-{{:competency_uuid}}-{{:uuid}}"
684
                            class="form-control"
680
                            class="form-control"
Línea 691... Línea 687...
691
                            <option value="<?= $points_1 ?>"><?= $points_1 ?></option>
687
                            <option value="<?= $points_1 ?>"><?= $points_1 ?></option>
692
                            <option value="<?= $points_2 ?>"><?= $points_2 ?></option>
688
                            <option value="<?= $points_2 ?>"><?= $points_2 ?></option>
693
                            <option value="<?= $points_3 ?>"><?= $points_3 ?></option>
689
                            <option value="<?= $points_3 ?>"><?= $points_3 ?></option>
694
                            <option value="<?= $points_4 ?>"><?= $points_4 ?></option>
690
                            <option value="<?= $points_4 ?>"><?= $points_4 ?></option>
695
                        </select>
691
                        </select>
696
                    </td>
692
                   </td>    
-
 
693
                </tr>
-
 
694
                <tr>
-
 
695
                    
697
                </tr>
696
                </tr>
698
            {{/for}}
697
            {{/for}}
Línea 699... Línea 698...
699
 
698
 
700
        {{/for}}
699
        {{/for}}