| Línea 54... |
Línea 54... |
| 54 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootbox/bootbox.min.js'));
|
54 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootbox/bootbox.min.js'));
|
| Línea 55... |
Línea 55... |
| 55 |
|
55 |
|
| 56 |
// JsRender //
|
56 |
// JsRender //
|
| Línea -... |
Línea 57... |
| - |
|
57 |
$this->inlineScript()->appendFile($this->basePath('plugins/jsrender/jsrender.min.js'));
|
| - |
|
58 |
|
| - |
|
59 |
|
| - |
|
60 |
$status_active = \LeadersLinked\Model\CompanySelfEvaluationForm::STATUS_ACTIVE;
|
| 57 |
$this->inlineScript()->appendFile($this->basePath('plugins/jsrender/jsrender.min.js'));
|
61 |
$status_inactive = \LeadersLinked\Model\CompanySelfEvaluationForm::STATUS_INACTIVE;
|
| 58 |
|
62 |
|
| Línea 59... |
Línea 63... |
| 59 |
$this->inlineScript()->captureStart();
|
63 |
$this->inlineScript()->captureStart();
|
| 60 |
echo <<<JS
|
64 |
echo <<<JS
|
| Línea 569... |
Línea 573... |
| 569 |
<input type="hidden" name="form-continue" id="form-continue" value="0" />
|
573 |
<input type="hidden" name="form-continue" id="form-continue" value="0" />
|
| 570 |
<div class="form-group">
|
574 |
<div class="form-group">
|
| 571 |
<label for="form-name">LABEL_FIRST_NAME</label>
|
575 |
<label for="form-name">LABEL_FIRST_NAME</label>
|
| 572 |
<input type="text" name="form-name" id="form-name" class="form-control" maxlength="50" />
|
576 |
<input type="text" name="form-name" id="form-name" class="form-control" maxlength="50" />
|
| 573 |
</div>
|
577 |
</div>
|
| - |
|
578 |
<div class="form-group">
|
| - |
|
579 |
<label for="job_description_id">LABEL_JOB_DESCRIPTION</label>
|
| - |
|
580 |
<select name="job_description_id" id="job_description_id" class="form-control">
|
| - |
|
581 |
<option value="<?php echo $status_inactive; ?>">LABEL_INACTIVE</option>
|
| - |
|
582 |
</select>
|
| - |
|
583 |
</div>
|
| - |
|
584 |
<div class="form-group">
|
| - |
|
585 |
<label for="form-status">LABEL_STATUS</label>
|
| - |
|
586 |
<select name="form-status" id="form-status" class="form-control">
|
| - |
|
587 |
<option value="<?php echo $status_inactive; ?>">LABEL_INACTIVE</option>
|
| - |
|
588 |
<option value="<?php echo $status_active; ?>">LABEL_ACTIVE</option>
|
| - |
|
589 |
</select>
|
| - |
|
590 |
</div>
|
| 574 |
<div class="row">
|
591 |
<div class="row">
|
| 575 |
<div class="col-xs-12 col-md-12 text-right">
|
592 |
<div class="col-xs-12 col-md-12 text-right">
|
| 576 |
<button type="button" class="btn btn-primary" id="btn-add-section" data-toggle="tooltip" title="LABEL_ADD LABEL_SECTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD LABEL_SECTION</button>
|
593 |
<button type="button" class="btn btn-primary" id="btn-add-section" data-toggle="tooltip" title="LABEL_ADD LABEL_SECTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD LABEL_SECTION</button>
|
| 577 |
</div>
|
594 |
</div>
|
| 578 |
</div>
|
595 |
</div>
|
| Línea 654... |
Línea 671... |
| 654 |
</div>
|
671 |
</div>
|
| 655 |
</div>
|
672 |
</div>
|
| 656 |
</form>
|
673 |
</form>
|
| 657 |
</div>
|
674 |
</div>
|
| 658 |
</div>
|
675 |
</div>
|
| - |
|
676 |
|
| 659 |
<!-- End Modal Options -->
|
677 |
<!-- End Modal Options -->
|
| 660 |
<!---Template Sections --->
|
678 |
<!---Template Sections --->
|
| 661 |
<script id="sectionTemplate" type="text/x-jsrender">
|
679 |
<script id="sectionTemplate" type="text/x-jsrender">
|
| 662 |
<div class="panel panel-default" id="panel-{{:id_section}}">
|
680 |
<div class="panel panel-default" id="panel-{{:id_section}}">
|
| 663 |
<div class="panel-heading">
|
681 |
<div class="panel-heading">
|