Exemplo n.º 1
0
		
<table cellpadding='0' cellspacing='0' class="DataRows">
<tr>
	<th width="5%"><?php 
echo form_checkids_header();
?>
</th>
	<?php 
echo form_sort_header('name', 'Name');
?>
                    <th>Code</th>
	<th>Address</th>
	<th>Contract Period</th>
	<th width='5%'>Published</th>
	<?php 
echo form_sort_header('update_time', 'Update Time');
?>
	<th>Id</th>
</tr>
<?php 
foreach ($rows as $row) {
    ?>
	
<?php 
    echo form_row_color_open();
    ?>
<td><?php 
    echo form_checkids_item($row->id);
    ?>
</td>
<td><?php 
Exemplo n.º 2
0
echo form_dropdown('filter[site_id_match]', $site_list, $filter->site_id_match, 'onchange="this.form.submit();"');
?>
</td>	
	</tr>
</table>
</fieldset>

		
<table cellpadding='0' cellspacing='0' class="DataRows">
<tr>
	<th width="5%"><?php 
echo form_checkids_header();
?>
</th>
	<?php 
echo form_sort_header('start_date', 'Date');
?>
	<th>Site</th>
	<th>Staff</th>
	<th>Work Status</th>
	<th>Reply Status</th>
	<th>Attendance Request</th>
</tr>
<?php 
foreach ($rows as $row) {
    ?>
	
<?php 
    echo form_row_color_open();
    ?>
<td><?php 
Exemplo n.º 3
0
echo message_note();
echo form_sort_order($sort_order);
?>

<div class='content'>
		
		
		
<table cellpadding='0' cellspacing='0' class="DataRows">
<tr>
	<th width="5%"><?php 
echo form_checkids_header();
?>
</th>
	<?php 
echo form_sort_header('title', 'Title');
?>
	<th>Code</th>
	<th>Number</th>
	<th>Id</th>
</tr>
<?php 
foreach ($rows as $row) {
    ?>
	
<?php 
    echo form_row_color_open();
    ?>
<td><?php 
    echo form_checkids_item($row->id);
    ?>
Exemplo n.º 4
0
?>
	<?php 
echo form_sort_header('first_name', 'First Name');
?>
	<th width='5%'>Published</th>
	<?php 
echo form_sort_header('username', 'Username');
?>
	<?php 
echo form_sort_header('last_login', 'Last Login');
?>
	<?php 
echo form_sort_header('update_time', 'Update Time');
?>
	<?php 
echo form_sort_header('group_title', 'Group');
?>
	<th>Id</th>
</tr>
<?php 
foreach ($rows as $row) {
    ?>
	
<?php 
    echo form_row_color_open();
    ?>
<td><?php 
    echo form_checkids_item($row->id);
    ?>
</td>
<td><?php