Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16864 Rev 16891
Línea 623... Línea 623...
623
});
623
});
624
JS;
624
JS;
Línea 625... Línea 625...
625
 
625
 
626
$this->inlineScript()->captureEnd();
626
$this->inlineScript()->captureEnd();
627
?>
-
 
628
<!-- Content Header (Page header) -->
-
 
629
<section class="content-header">
627
?>
630
   <div class="container-fluid">
628
<div class="container">
631
      <div class="row mb-2">
629
	<div class="card" id="">
632
         <div class="col-sm-12">
630
	 	<div class="card-header">
633
            <h1>LABEL_PERFORMANCE_EVALUATION</h1>
-
 
634
         </div>
-
 
635
      </div>
631
	 		<h6 class="card-title">LABEL_PERFORMANCE_EVALUATION</h6>
636
   </div>
-
 
637
   <!-- /.container-fluid -->
-
 
638
</section>
632
	 	</div>
639
<section class="content">
-
 
640
<div class="container-fluid" id="row-lists">
633
	 	<div class="card-body">
641
   <div class="row">
-
 
642
      <div class="col-12">
-
 
643
         <div class="card">
634
	 		<div class="row">
-
 
635
	 	         <div class="col-12 mt-3">
644
            <div class="card-body">
636
	 	         
645
               <table id="gridTable" class="table   table-bordered">
637
	 	            <table id="gridTable" class="table   table-bordered">
646
                  <thead>
638
                  <thead>
647
                     <tr>
639
                     <tr>
648
                        <th style="width:25%">LABEL_NAME</th>
640
                        <th style="width:25%">LABEL_NAME</th>
649
                        <th style="width:20%">LABEL_JOB_DESCRIPTION</th>
641
                        <th style="width:20%">LABEL_JOB_DESCRIPTION</th>
650
                        <th style="width:10%">LABEL_ACTIVE</th>
642
                        <th style="width:10%">LABEL_ACTIVE</th>
651
                        <th style="width:25%">LABEL_ACTIONS</th>
643
                        <th style="width:25%">LABEL_ACTIONS</th>
652
                     </tr>
644
                     </tr>
653
                  </thead>
645
                  </thead>
654
                  <tbody></tbody>
646
                  <tbody></tbody>
-
 
647
               </table>
655
               </table>
648
               
-
 
649
	 	         </div>
-
 
650
	 	     </div>
656
            </div>
651
	 	</div>
657
            <div class="card-footer clearfix">
652
	 	<div class="card-footer text-right">
658
               <div style="float:right;">
653
			 <div style="float:right;">
659
                  <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
654
                  <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
660
                  <?php if ($allowAdd) : ?>
655
                  <?php if ($allowAdd) : ?>
661
                  <button type="button" class="btn btn-primary btn-add-form"><i class="fa fa-plus"></i> LABEL_ADD </button>
656
                  <button type="button" class="btn btn-primary btn-add-form"><i class="fa fa-plus"></i> LABEL_ADD </button>
662
                  <?php endif; ?>
657
                  <?php endif; ?>
663
               </div>
-
 
664
            </div>
-
 
665
         </div>
658
               </div>
666
      </div>
659
	 	</div>
667
   </div>
660
	</div>
-
 
661
</div>
-
 
662
 
668
</div>
663
 
669
<!-- Create/Edit Form -->
664
<!-- Create/Edit Form -->
670
<div class="row" id="row-form" style="display: none; padding: 16px;">
665
<div class="row" id="row-form" style="display: none; padding: 16px;">
671
   <div class="col-xs-12 col-md-12">
666
   <div class="col-xs-12 col-md-12">
672
      <form action="#" name="form-main" id="form-main">
667
      <form action="#" name="form-main" id="form-main">
Línea 750... Línea 745...
750
                     <option value="simple">Simple</option>
745
                     <option value="simple">Simple</option>
751
                     <option value="multiple">Multiple</option>
746
                     <option value="multiple">Multiple</option>
752
                  </select>
747
                  </select>
753
               </div>
748
               </div>
754
            </div>
749
            </div>
755
            <div class="modal-footer">
750
            <div class="modal-footer text-right">
756
               <button type="button" id="btn-save-section" class="btn btn-primary">LABEL_SAVE</button>
751
               <button type="button" id="btn-save-section" class="btn btn-primary">LABEL_SAVE</button>
757
               <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close">LABEL_CLOSE</button>
752
               <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close">LABEL_CLOSE</button>
758
            </div>
753
            </div>
759
         </div>
754
         </div>
760
      </form>
755
      </form>
Línea 777... Línea 772...
777
                  <label for="text-option">LABEL_TEXT</label>
772
                  <label for="text-option">LABEL_TEXT</label>
778
                  <!--  ckeditor -->
773
                  <!--  ckeditor -->
779
                  <textarea  name="text-option" id="text-option" rows="5" class="form-control"></textarea>
774
                  <textarea  name="text-option" id="text-option" rows="5" class="form-control"></textarea>
780
               </div>
775
               </div>
781
            </div>
776
            </div>
782
            <div class="modal-footer">
777
            <div class="modal-footer text-right">
783
               <button type="button" class="btn btn-primary" id="btn-save-option">LABEL_SAVE</button>
778
               <button type="button" class="btn btn-primary" id="btn-save-option">LABEL_SAVE</button>
784
               <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close">LABEL_CLOSE</button>
779
               <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close">LABEL_CLOSE</button>
785
            </div>
780
            </div>
786
         </div>
781
         </div>
787
      </form>
782
      </form>