Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3651 Rev 3652
Línea 578... Línea 578...
578
			    		<div class="tab-content">
578
			    		<div class="tab-content">
579
                            <div class="tab-pane fade show active" id="custom-tabs-general" role="tabpanel" aria-labelledby="custom-tabs-general-tab">
579
                            <div class="tab-pane fade show active" id="custom-tabs-general" role="tabpanel" aria-labelledby="custom-tabs-general-tab">
580
                            <div class="row">
580
                            <div class="row">
581
                                <div class="col-md-6 col-sm-12">
581
                                <div class="col-md-6 col-sm-12">
582
                                    <div class="form-group">
582
                                    <div class="form-group">
583
                                    <label for="vacancy_uuid">LABEL_VACANCY</label>
583
                                    <label for="vacancy_uuid">LABEL_VACANCIES</label>
584
                                        <select id="vacancy_uuid" name="vacancy_uuid" class="form-control">
584
                                        <select id="vacancy_uuid" name="vacancy_uuid" class="form-control">
585
                                            <?php foreach($this->vacancies as $vacancy): ?>
585
                                            <?php foreach($this->vacancies as $vacancy): ?>
586
                                                <option value="<?= $vacancy->uuid ?>"><?= $vacancy->name ?></option>
586
                                                <option value="<?= $vacancy->uuid ?>"><?= $vacancy->name ?></option>
587
                                            <?php endforeach; ?>
587
                                            <?php endforeach; ?>
588
                                        </select>
588
                                        </select>
Línea 679... Línea 679...
679
                <tr>
679
                <tr>
680
                    <td colspan="2">
680
                    <td colspan="2">
681
                        <table class="table table-bordered">
681
                        <table class="table table-bordered">
682
                        <thead>
682
                        <thead>
683
                            <tr>
683
                            <tr>
684
                               <th style="width: 20%;">LABEL_BEHAVIOR</th>
684
                               <th style="width: 20%;">LABEL_CONDUCT</th>
685
                               <th style="width: 60%;">LABEL_COMMENT</th>
685
                               <th style="width: 60%;">LABEL_COMMENT</th>
686
                               <th style="width: 20%;">LABEL_EVALUATION</th>
686
                               <th style="width: 20%;">LABEL_EVALUATION</th>
687
                            </tr>
687
                            </tr>
688
                        </thead>
688
                        </thead>
689
                            <tr>
689
                            <tr>