?
Current Path : /home1/savoy/public_html/savoyglobal.net/eldertree/application/views/hr/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/eldertree/application/views/hr/view_salary_payment.php |
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); ?> <script src="<?= base_url() ?>assets/scripts/jquery.autocomplete.js"></script> <!-- BEGIN PAGE LEVEL STYLES --> <link rel="stylesheet" href="<?= base_url(); ?>assets/plugins/data-tables/DT_bootstrap.css" /> <!-- END PAGE LEVEL STYLES --> <div class="row-fluid"> <div class="span12"> <!-- BEGIN EXAMPLE TABLE PORTLET--> <div class="portlet box yellow"> <div class="portlet-title"> <div class="caption"><i class="icon-cogs"></i>Salary Payment</div> </div> <div class="portlet-body"> <div class="span6" style="margin-left: 250px;"> <div class="portlet box yellow" > <div class="portlet-title"> <div class="caption"><i class="icon-cogs"></i></div> </div> <div class="portlet-body"> <table class="table table-striped table-hover table-bordered" id="sample_3"> <tr> <td style="width:50%;">Salary Date</td> <td><input class="required calfocus" type="text" name="date" id="date"/></td> </tr> <tr> <th>All Employees</th> <th>Single Employee</th> </tr> <tr> <td> <input type="radio" name="empdiv" id="allemp" onclick="loadallempsalary()"/> </td> <td> <input type="radio" name="empdiv" id="singlemp" onclick="loadsingleempsalary()"/> </td> </tr> </table> <div style="display: none" id="singleempdiv"> <table class="table table-striped table-hover table-bordered" id="sample_4"> <tr><th>Employee Name</th> <td> <div style="height:10px"></div> <input type="text" name="employee" id="employee" class="required span12" onchange="empty_div('employee_id')"/> <input type="hidden" name="employee_id" id="employee_id" class="required"/> </td> <td><input type="button" onclick="load_employee_salary_details()" value="Load Employee Salary"></td></tr> </table> </div> </div> </div> </div> <div class="portlet box yellow" > <div class="portlet-title"> <div class="caption"><i class="icon-cogs"></i>STAFF</div> </div> <div class="portlet-body" id="salpay"> </div> <div class="portlet-body" id="salary_box" style="list-style: none"> </div> </div> <!-- <div class="grid_12" style="min-height: 400px;"> <div class="box"> <div id="salpay"></div> <div id="salary_box" style="list-style: none;"></div> </div> </div> --> </div> </div> </div> <?php //echo form_close();?> </div> <div style='display:none'> <div id="uploaddiv"></div> </div> <div id="ajax-modal" class="modal hide fade" tabindex="-1"></div> <script> jQuery(document).ready(function() { $('.calfocus').datepick({dateFormat: 'dd-mm-yyyy'}); UIModals.init(); }); </script>