| Línea 2... |
Línea 2... |
| 2 |
$acl = $this->viewModel()->getRoot()->getVariable('acl');
|
2 |
$acl = $this->viewModel()->getRoot()->getVariable('acl');
|
| 3 |
$currentUser = $this->currentUserHelper();
|
3 |
$currentUser = $this->currentUserHelper();
|
| 4 |
$roleName = $currentUser->getUserTypeId();
|
4 |
$roleName = $currentUser->getUserTypeId();
|
| Línea 5... |
Línea 5... |
| 5 |
|
5 |
|
| 6 |
$routeIndex = $this->url('recruitment-and-selection/interview/form');
|
6 |
$routeIndex = $this->url('recruitment-and-selection/interview/form');
|
| Línea 7... |
Línea 7... |
| 7 |
$routeAdd = $this->url('recruitment-and-selection/interview/form/add', ['candidate_uuid' => 'UUID_PLACEHOLDER']);
|
7 |
$routeAdd = $this->url('recruitment-and-selection/interview/form/add', ['vacancy_uuid' => 'UUID_PLACEHOLDER']);
|
| 8 |
|
8 |
|
| 9 |
$allowAdd = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/add') ? 1 : 0;
|
9 |
$allowAdd = $acl->isAllowed($roleName, 'recruitment-and-selection/interview/form/add') ? 1 : 0;
|
| Línea 500... |
Línea 500... |
| 500 |
<div class="row">
|
500 |
<div class="row">
|
| 501 |
<div class="col-12">
|
501 |
<div class="col-12">
|
| 502 |
<div class="card">
|
502 |
<div class="card">
|
| 503 |
<div class="card-header">
|
503 |
<div class="card-header">
|
| Línea -... |
Línea 504... |
| - |
|
504 |
|
| - |
|
505 |
<div class="row">
|
| - |
|
506 |
<div class="col-md-6 col-sm-12">
|
| - |
|
507 |
<div class="form-group">
|
| - |
|
508 |
<label for="vacancy_uuid">LABEL_VACANCY</label>
|
| - |
|
509 |
<select id="vacancy_uuid" name="vacancy_uuid" class="form-control">
|
| - |
|
510 |
<?php foreach($this->vacancies as $vacancy): ?>
|
| - |
|
511 |
<option value="<?= $vacancy->uuid ?>"><?= $vacancy->name ?></option>
|
| - |
|
512 |
<?php endforeach; ?>
|
| - |
|
513 |
</select>
|
| - |
|
514 |
</div>
|
| - |
|
515 |
</div>
|
| - |
|
516 |
|
| 504 |
|
517 |
</div>
|
| 505 |
<?php echo $this->form()->closeTag($form); ?>
|
518 |
<?php echo $this->form()->closeTag($form); ?>
|
| 506 |
</div>
|
519 |
</div>
|
| 507 |
<div class="card-body">
|
520 |
<div class="card-body">
|
| 508 |
<table id="gridTable" class="table table-hover">
|
521 |
<table id="gridTable" class="table table-hover">
|
| Línea 549... |
Línea 562... |
| 549 |
</li>
|
562 |
</li>
|
| 550 |
<li class="nav-item" role="presentation">
|
563 |
<li class="nav-item" role="presentation">
|
| 551 |
<a class="nav-link" id="custom-tabs-compentencies-tab" data-toggle="tab" href="#custom-tabs-compentencies" role="tab" aria-controls="custom-tabs-compentencies" aria-selected="false">LABEL_COMPETENCIES</a>
|
564 |
<a class="nav-link" id="custom-tabs-compentencies-tab" data-toggle="tab" href="#custom-tabs-compentencies" role="tab" aria-controls="custom-tabs-compentencies" aria-selected="false">LABEL_COMPETENCIES</a>
|
| 552 |
</li>
|
565 |
</li>
|
| 553 |
<li class="nav-item" role="presentation">
|
566 |
<li class="nav-item" role="presentation">
|
| 554 |
<a class="nav-link" id="custom-tabs-evaluation-tab" data-toggle="tab" href="#custom-tabs-evaluation" role="tab" aria-controls="custom-tabs-evaluation" aria-selected="false">LABEL_CONCLUTION</a>
|
567 |
<a class="nav-link" id="custom-tabs-evaluation-tab" data-toggle="tab" href="#custom-tabs-evaluation" role="tab" aria-controls="custom-tabs-evaluation" aria-selected="false">LABEL_SUBORDINATES</a>
|
| 555 |
</li>
|
568 |
</li>
|
| 556 |
</ul>
|
569 |
</ul>
|
| Línea 557... |
Línea 570... |
| 557 |
|
570 |
|
| 558 |
<div class="tab-content">
|
571 |
<div class="tab-content">
|
| 559 |
<div class="tab-pane fade show active" id="custom-tabs-general" role="tabpanel" aria-labelledby="custom-tabs-general-tab">
|
- |
|
| 560 |
<div class="row">
|
- |
|
| 561 |
<div class="col-md-6 col-sm-12">
|
- |
|
| 562 |
<div class="form-group">
|
- |
|
| 563 |
<label for="vacancy_uuid">LABEL_VACANCY</label>
|
- |
|
| 564 |
<select id="vacancy_uuid" name="vacancy_uuid" class="form-control">
|
- |
|
| 565 |
<?php foreach($this->vacancies as $vacancy): ?>
|
- |
|
| 566 |
<option value="<?= $vacancy->uuid ?>"><?= $vacancy->name ?></option>
|
- |
|
| 567 |
<?php endforeach; ?>
|
- |
|
| 568 |
</select>
|
- |
|
| 569 |
</div>
|
- |
|
| 570 |
</div>
|
- |
|
| 571 |
|
- |
|
| 572 |
</div>
|
- |
|
| 573 |
|
572 |
<div class="tab-pane fade show active" id="custom-tabs-general" role="tabpanel" aria-labelledby="custom-tabs-general-tab">
|
| 574 |
<div class="row p-2">
|
573 |
<div class="row p-2">
|
| 575 |
<div class="col-md-6 col-sm-12">
|
574 |
<div class="col-md-6 col-sm-12">
|
| 576 |
<div class="form-group">
|
575 |
<div class="form-group">
|
| 577 |
<label for="candidate_uuid">LABEL_CANDIDATES</label>
|
576 |
<label for="candidate_uuid">LABEL_CANDIDATES</label>
|
| 578 |
<select id="candidate_uuid" name="candidate_uuid" class="form-control">
|
577 |
<select id="candidate_uuid" name="candidate_uuid" class="form-control">
|