Example #1
0
		<thead>
			<tr>
				<th>id</th>
				<th>Type</th>
				<th>Message</th>
				<th>Time Added</th>
				<th>Client</th>
				<th>Game</th>
			</tr>
		</thead>
		<tfoot>
			<tr><th colspan="5"></th></tr>
		</tfoot>
		<tbody>
			<?php 
    displayEchLog($ech_logs, 'admin');
    ?>
		</tbody>
	</table>
	
<?php 
} elseif ($is_permissions) {
    ?>
	
	<a href="sa.php" title="Go back to site admin page" class="float-left">&laquo; Site Admin</a>
	
	<a href="sa.php?t=perms-add" title="Add a new Echelon group" class="float-right">Add Group &raquo;</a><br />

	<table>
		<caption>Groups<small>A list of all the Echelon Groups</caption>
		<thead>
Example #2
0
	<table id="cd-log-table" class="slide-panel">
		<thead>
			<tr>
				<th>id</th>
				<th>Type</th>
				<th>Message</th>
				<th>Time Added</th>
				<th>Admin</th>
			</tr>
		</thead>
		<tfoot>
			<tr><th colspan="5"></th></tr>
		</tfoot>
		<tbody>
			<?php 
    displayEchLog($ech_logs, 'client');
    ?>
		</tbody>
	</table>
<?php 
}
// end hide is no records
?>

<!-- Client Penalties -->

<div id="penalties">
	<h3 class="cd-h cd-slide" id="cd-pen">Penalties <img class="cd-open" src="images/add.png" alt="Open" /></h3>
	<table id="cd-pen-table" class="slide-panel">
		<thead>
			<tr>