Example #1
0
<td><?php 
    echo form_dropdown('assignment_staff_id[' . $assignment_row->id . ']', $staff_list, $assignment_row->staff_id);
    ?>
</td>
<?php 
    echo form_row_color_close();
}
?>
</table>

<?php 
echo jquery_tab_page_close();
?>

<?php 
echo jquery_tab_page_open('workingdays');
?>

<table cellpadding='0' cellspacing='0' class="DataRows">
<tr>
	
	<th>Day</th>
	<th>Half Day / Full Day / Off</th>
	
</tr>
<?php 
//foreach ( $shift_rows as $shift_row) {
?>
	
<?php 
echo form_row_color_open();
Example #2
0
?>
 Minutes</td></tr>
<tr><th>Published:</th><td><?php 
echo form_checkbox('is_published', 'True', $row->is_published == 'True');
?>
</td></tr>
<tr><th>Update Time:</th><td><?php 
echo format_datetime($row->update_time);
?>
</td></tr>
</th></tr>
</table>

<?php 
echo jquery_tab_page_close();
echo jquery_tab_page_open('assignments');
?>

<div class='toolbar_sub'>
<?php 
echo toolbar_button('request_attendance', 'Request Attendance');
echo toolbar_button('add_site', 'Add Site', 'glyphicon glyphicon-plus');
echo toolbar_button('remove_site', 'Remove Site', 'glyphicon glyphicon-remove');
?>
</div>
<table cellpadding='0' cellspacing='0' class="DataRows">
<tr>
	<th width="5%"><?php 
echo form_checkids_header('assignment_check_id');
?>
</th>
Example #3
0
            <th>Date</th>
            <th>Present</th>
            <th>Absent</th>
            <th>Not Responded</th>
            <th>Callback Requested</th>
            <th>Discrepancy</th>
				
		</tr>
    </thead>
     <tbody id="attendance-stats">  </tbody>
   
</table>

<?php 
echo jquery_tab_page_close();
echo jquery_tab_page_open('leave');
?>

<h4><span class="col-lg-11">
	<select id="leave_type">
    	<option value="">Select Leave Type</option>
        <option value="2">Medical Leave</option>
        <option value="3">Annual Leave</option>
        <option value="4">Sick Leave</option>
        <option value="7">Casual Leave</option>
        
     </select></span>
     <a href="#" onclick="get_Leaves()"><i class="glyphicon glyphicon-refresh" title="Reload">Reload</i></a></h4>
<table cellpadding='0' cellspacing='0' class="table table-bordered col-md-6">
    <thead>
		<tr >