?
Current Path : /home1/savoy/public_html/savoyglobal.net/sgms/draft/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/sgms/draft/application/views/HR/view_salary_payment.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <script type="text/javascript" src="<?=base_url()?>/assets/js/jquery.form.js"></script> <?php $this->load->view('documentreadyfunctions'); $this->load->view('hrfunctions'); ?> <script type="text/javascript"> jQuery(document).ready(function () { suggestemployeesalarypayment(); }); </script> <div class="select-bar"> <label><img src="<?=base_url()?>assets/images/backbutton.png" title="Back" class="clickimage" onclick="viewdata('hr','viewinhrsearch','search_salary_payment','view_salary_payment','<?=$_SESSION['pagenum'];?>')" alt="Back" align = "center" width="25" height="25" /> </label> <span class="heading">Add Salary Payment</span> </div> <fieldset> <?php $attributes = array('id' => '' ,'class'=>'customForm'); echo form_open('',$attributes); ?> <ul> <li> </li> <li> <label>Salary Date</label> <div class="inputs"> <input class="text required calfocus" name="date" id="date" type="text" /> </div> </li> <li> <label> </label> <table border="0" class="sort" style="width:40%;float: left"> <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> </li> <li style="display: none" id="singleempdiv"> <label for="date">Employee Name</label> <input type="text" name="employee" id="employee" class="required" /> <input type="hidden" name="employee_id" id="employee_id" class="required"/> <input type="button" onclick="load_employee_salary_details()" value="Load Employee Salary"> </li> <li id="salpay"></li> <div id="salary_box"></div> </ul> <?php echo form_close();?> </fieldset>