Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2515 Rev 2519
Línea 219... Línea 219...
219
                    $.fn.showSuccess(response['data']);
219
                    $.fn.showSuccess(response['data']);
220
                    var slug = $('#interview #section-slug').val();
220
                    var slug = $('#interview #section-slug').val();
221
                    if (slug) {
221
                    if (slug) {
222
                        objFormGenerator.editSection(
222
                        objFormGenerator.editSection(
223
                            $('#interview #section-slug').val(),
223
                            $('#interview #section-slug').val(),
224
                            $('#interview #section-text').val(),
224
                            $('#interview #text-option').val(),
225
                            $('#interview #section-value').val()
225
                            $('#interview #interviewLevel').val()
226
                        );
226
                        );
227
                    } else {
227
                    } else {
228
                        objFormGenerator.addSection(
228
                        objFormGenerator.addSection(
229
                            $('#interview #section-text').val(),
229
                            $('#interview #text-option').val(),
230
                            $('#interview #section-value').val()
230
                            $('#interview #interviewLevel').val()
231
                        );
231
                        );
232
                    }
232
                    }
233
                    $('#content').show();
233
                    $('#content').show();
234
                    $('#row-form').hide();
234
                    $('#row-form').hide();
235
                    gridTable.api().ajax.reload(null, false);
235
                    gridTable.api().ajax.reload(null, false);
Línea 457... Línea 457...
457
                   <td class="text-left">
457
                   <td class="text-left">
458
                      {{:description}}
458
                      {{:description}}
459
                   </td>
459
                   </td>
460
                </tr>
460
                </tr>
461
                <tr>
461
                <tr>
462
                <td colspan="2">
462
                    <td colspan="2" data-behavior-textarea>
463
                    <label for="textarea-{{:competency_uuid}}">LABEL_COMMENT</label>
463
                        <label for="textarea-{{:uuid}}">LABEL_COMMENT</label>
-
 
464
                        
464
                    <textarea
465
                        <textarea
465
                        id="textarea-{{:competency_uuid}}"
466
                            id="textarea-{{:uuid}}"
466
                        class="form-control"
467
                            class="form-control"
467
                    ></textarea>
468
                        ></textarea>
-
 
469
                        
468
                    <label for="select-{{:competency_uuid}}">LABEL_EVALUATION</label>
470
                        <label for="select-{{:uuid}}">LABEL_EVALUATION</label>
-
 
471
 
469
                    <select class="form-control" id="behaviorLevel">
472
                        <select class="form-control" id="behavior-level-{{:uuid}}">
470
                      <option>$evaluation_0</option>
473
                            <option value="<?= $points_0 ?>"><?= $points_0 ?></option>
471
                      <option>$evaluation_1</option>
474
                            <option value="<?= $points_1 ?>"><?= $points_1 ?></option>
472
                      <option>$evaluation_2</option>
475
                            <option value="<?= $points_2 ?>"><?= $points_2 ?></option>
473
                      <option>$evaluation_3</option>
476
                            <option value="<?= $points_3 ?>"><?= $points_3 ?></option>
474
                      <option>$evaluation_4</option>
477
                            <option value="<?= $points_4 ?>"><?= $points_4 ?></option>
475
                   </select>
478
                        </select>
476
                </td>
479
                    </td>
477
                </tr>
480
                </tr>
478
            {{/for}}
481
            {{/for}}
Línea 479... Línea 482...
479
 
482
 
480
        {{/for}}
483
        {{/for}}