Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16845 Rev 16846
Línea 589... Línea 589...
589
});
589
});
590
JS;
590
JS;
Línea 591... Línea 591...
591
 
591
 
592
$this->inlineScript()->captureEnd();
592
$this->inlineScript()->captureEnd();
593
?>
-
 
594
<!-- Content Header (Page header) -->
-
 
-
 
593
?>
595
<section class="content-header" id="row-header">
594
 
596
    <div class="container-fluid">
595
 <div class="container">
597
        <div class="row mb-2">
596
	<div class="card" id="row-header">
598
            <div class="col-sm-12">
597
		<div class="card-header">
599
                <h1>LABEL_FORMS</h1>
-
 
600
            </div>
-
 
601
        </div>
598
			<h6 class="card-title">LABEL_FORMS</h6>
602
    </div>
-
 
603
    <!-- /.container-fluid -->
-
 
604
</section>
-
 
605
<section class="content">
599
		</div>
606
    <div class="container-fluid">
-
 
607
        <div class="row">
-
 
608
            <div class="col-12" id="row-list">
-
 
609
                <div class="card">
-
 
610
                    <div class="card-body">
600
  		<div class="card-body">
611
                        <table id="gridTable" class="table   table-bordered">
601
   			<table id="gridTable" class="table   table-bordered">
612
                            <thead>
602
       			<thead>
613
                                <tr>
603
                                <tr>
614
                                    <th style="width:30%">LABEL_NAME</th>
604
                                    <th style="width:30%">LABEL_NAME</th>
615
                                    <th style="width:15%">LABEL_EVALUATIONS</th>
605
                                    <th style="width:15%">LABEL_EVALUATIONS</th>
616
                                    <th style="width:15%">LABEL_DATE</th>
606
                                    <th style="width:15%">LABEL_DATE</th>
617
                                    <th style="width:10%">LABEL_ACTIVE</th>
607
                                    <th style="width:10%">LABEL_ACTIVE</th>
618
                                    <th style="width:30%">LABEL_ACTIONS</th>
608
                                    <th style="width:30%">LABEL_ACTIONS</th>
619
                                </tr>
609
                                </tr>
620
                            </thead>
610
       			</thead>
621
                            <tbody></tbody>
611
          		<tbody></tbody>
622
                        </table>
612
          	</table>
623
                    </div>
613
   		</div>
624
                    <div class="card-footer clearfix">
-
 
625
                        <div style="float:right;">
614
        <div class="card-footer text-right">
626
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
615
     		<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
627
                            <?php if ($allowAdd) : ?>
616
           	<?php if ($allowAdd) : ?>
628
                                <button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
-
 
629
                            <?php endif; ?>
-
 
630
                        </div>
-
 
631
                    </div>
617
          	<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
632
                </div>
618
        	<?php endif; ?>
633
            </div>
619
 		</div>
634
        </div>
620
   	</div>
635
 
621
   	
636
        <div class="row" id="row-form" style="display: none">
-
 
637
            <div class="col-12">
-
 
638
                <div class="card">
622
	<div class="card" id="row-form" style="display: none">
639
                    <?php
623
 		<?php
640
                    $form = $this->form;
624
        $form = $this->form;
641
                    $form->setAttributes([
625
        $form->setAttributes([
642
                        'method'    => 'post',
626
            'method'    => 'post',
643
                        'name'      => 'form',
627
            'name'      => 'form',
644
                        'id'        => 'form'
628
            'id'        => 'form'
645
                    ]);
629
        ]);
646
 
630
 
647
                    $form->prepare();
631
        $form->prepare();
648
                    echo $this->form()->openTag($form);
632
        echo $this->form()->openTag($form);
649
                    ?>
633
        ?>
650
                    <div class="card-header">
634
		<div class="card-header">
-
 
635
			<h6 class="modal-title">LABEL_PERFORMANCE_EVALUATION</h6>
651
                        <h6 class="modal-title">LABEL_PERFORMANCE_EVALUATION</h6>
636
		</div>
652
                    </div>
637
    	<div class="card-body">
653
                    <div class="card-body">
638
         	<div class="row">
654
                        <div class="form-group">
639
         		<div class="col-12 mt-3">
655
                            <?php
640
                            <?php
656
                            $element = $form->get('job_description_id');
641
                            $element = $form->get('job_description_id');
657
                            $element->setOptions(['label' => 'LABEL_JOB_DESCRIPTION']);
642
                            $element->setOptions(['label' => 'LABEL_JOB_DESCRIPTION']);
Línea 658... Línea 643...
658
                            $element->setAttributes(['class' => 'form-control']);
643
                            $element->setAttributes(['class' => 'form-control']);
659
 
644
 
660
                            echo $this->formLabel($element);
645
                            echo $this->formLabel($element);
661
                            echo $this->formSelect($element);
646
                            echo $this->formSelect($element);
-
 
647
                            ?>
-
 
648
           		</div>                 	
662
                            ?>
649
   			</div>
663
                        </div>
650
         	<div class="row">
664
                        <div class="form-group">
651
         		<div class="col-12 mt-3">
665
                            <?php
652
                            <?php
666
                            $element = $form->get('name');
653
                            $element = $form->get('name');
Línea 667... Línea 654...
667
                            $element->setOptions(['label' => 'LABEL_NAME']);
654
                            $element->setOptions(['label' => 'LABEL_NAME']);
668
                            $element->setAttributes(['class' => 'form-control']);
655
                            $element->setAttributes(['class' => 'form-control']);
669
 
656
 
670
                            echo $this->formLabel($element);
657
                            echo $this->formLabel($element);
-
 
658
                            echo $this->formText($element);
-
 
659
                            ?>
671
                            echo $this->formText($element);
660
           		</div>                 	
672
                            ?>
661
   			</div>
673
                        </div>
662
         	<div class="row">
674
                        <div class="form-group">
663
         		<div class="col-12 mt-3">
675
                            <?php
664
                            <?php
Línea 676... Línea 665...
676
                            $element = $form->get('description');
665
                            $element = $form->get('description');
677
                            $element->setOptions(['label' => 'LABEL_DESCRIPTION']);
666
                            $element->setOptions(['label' => 'LABEL_DESCRIPTION']);
678
                            $element->setAttributes(['class' => 'form-control']);
667
                            $element->setAttributes(['class' => 'form-control']);
679
 
668
 
-
 
669
                            echo $this->formLabel($element);
-
 
670
                            echo $this->formTextArea($element);
680
                            echo $this->formLabel($element);
671
                            ?>
681
                            echo $this->formTextArea($element);
672
           		</div>                 	
682
                            ?>
673
   			</div>
683
                        </div>
674
         	<div class="row">
684
                        <div class="form-group">
675
         		<div class="col-12 mt-3">
685
                            <?php
676
                            <?php
686
                            $element = $form->get('status');
677
                            $element = $form->get('status');
-
 
678
                            $element->setAttributes(['class' => 'form-control']);
-
 
679
                            echo $this->formCheckbox($element);
-
 
680
                            ?>
-
 
681
           		</div>                 	
-
 
682
   			</div>
-
 
683
 
-
 
684
         	<div class="row">
-
 
685
         		<div class="col-12 mt-3" id="competencies-to-job" style="display:none">
-
 
686
					<h6 style="font-size: 18px;font-weight: bold;">LABEL_COMPETENCIES_TO_JOB:</h6>
-
 
687
					<div class="panel-group" id="rows-job-competencies"></div>
-
 
688
           		</div>
-
 
689
      		</div>
-
 
690
   		</div>
-
 
691
 
-
 
692
		<div class="card-footer text-right">
-
 
693
      		<button type="submit" class="btn btn-primary">LABEL_SAVE</button>
-
 
694
     		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
-
 
695
   		</div>
Línea 687... Línea -...
687
                            $element->setAttributes(['class' => 'form-control']);
-
 
688
                            echo $this->formCheckbox($element);
-
 
689
                            ?>
-
 
690
                        </div>
-
 
691
 
-
 
692
                        <div class="form-group" id="competencies-to-job" style="display:none">
-
 
693
                            <div class="row">
-
 
694
                                <div class="col-xs-12 col-md-12">
-
 
695
                                    <hr>
-
 
696
                                    <h6 style="font-size: 18px;font-weight: bold;">LABEL_COMPETENCIES_TO_JOB:</h6>
-
 
697
                                    <br>
-
 
698
                                    <div class="panel-group" id="rows-job-competencies"></div>
-
 
699
                                </div>
-
 
700
                            </div>
-
 
701
                        </div>
-
 
702
                    </div>
-
 
703
                    <div class="card-footer clearfix">
-
 
704
                        <div style="float:right;">
-
 
705
                            <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
-
 
706
                            <button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
-
 
707
                        </div>
-
 
708
                    </div>
-
 
709
                    <?php echo $this->form()->closeTag($form); ?>
-
 
Línea 710... Línea 696...
710
                </div>
696
 
711
            </div>
697
    	<?php echo $this->form()->closeTag($form); ?>