?
Current Path : /home1/savoy/public_html/savoyglobal.net/cocorico/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/cocorico/application/views/hr/view_payslip.php |
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); ?> <?php $this->load->view('commonfunctions'); ?> <script type="text/javascript"> //jQuery(document).ready(function () { // //// suggestemployeesalarypayment(); // //}); </script> <?php // $attributes=array('id'=>'validateform','class'=>'validate'); // echo form_open('',$attributes); ?> <div class="row-fluid"> <div class="span12"> <!-- BEGIN EXAMPLE TABLE PORTLET--> <div class="portlet box blue"> <div class="portlet-title"> <div class="caption"><i classd="icon-cogs"></i>Pay Slip</div> </div> <div class="portlet-body"> <div class="span6" style="margin-left: 250px;"> <div class="portlet box blue" > <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> <th>Salary Date</th> <td><input class="span12 required calfocus" type="text" name="date" id="date"/></td> </tr> <tr> <th>Posted</th> <th>Unposted</th> </tr> <tr class="alt1"> <td> <input type="radio" name="empdiv" id="posted" onclick="loadpostedsalary()"/> </td> <td> <input type="radio" name="empdiv" id="unposted" onclick="loadunpostedsalary()"/> </td> </tr> </table> </div> </div> </div> <div class="portlet box blue" > <div class="portlet-title"> <div class="caption"><i class="icon-cogs"></i>Employee</div> </div> <div class="portlet-body" id="salpay"></div> <div id="salary_box" style="list-style: none;"></div> </div> </div> </div> </div> </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>