Пример #1
0
		<th>Client
			<?php 
    linkSort('name', 'Name');
    ?>
		</th>
		<th>Ban-id</th>
		<th>Type</th>
		<th>Added
			<?php 
    linkSort('time_add', 'time the penalty was added');
    ?>
		</th>
		<th>Duration</th>
		<th>Expires
			<?php 
    linkSort('time_expire', 'time the penalty expires');
    ?>
		</th>
		<th>Reason</th>
	</tr>
</thead>
<tfoot>
	<tr>
		<th colspan="7"></th>
	</tr>
</tfoot>
<tbody>
<?php 
    if ($num_rows > 0) {
        // query contains stuff
        foreach ($data_set as $pen) {
Пример #2
0
    linkSort('connections', 'Connections');
    ?>
			</th>
			<th>Client-id
				<?php 
    linkSort('id', 'Client-id');
    ?>
			</th>
			<th>Level
				<?php 
    linkSort('group_bits', 'Level');
    ?>
			</th>
			<th>Last Seen
				<?php 
    linkSort('time_edit', 'Last Seen');
    ?>
			</th>
		</tr>
	</thead>
	<tfoot>
		<tr>
			<th colspan="5"></th>
		</tr>
	</tfoot>
	<tbody>
	<?php 
    if ($num_rows > 0) {
        // query contains stuff so spit it out
        foreach ($data_set as $clients) {
            // get data from query and loop
Пример #3
0
<table summary="A list of <?php 
    echo limit_rows;
    ?>
 notices made by admins in the server regarding a certain player">
	<caption>Notices<small>There are a total of <strong><?php 
    echo $total_rows;
    ?>
</strong> notices, made by admins in the server(s)</small></caption>
	<thead>
		<tr>
			<th>Name</th>
			<th>Client-id</th>
			<th>Time Added
				<?php 
    linkSort('time_add', 'time added');
    ?>
			</th>
			<th>Comment</th>
			<th>Admin</th>
		</tr>
	</thead>
	<tfoot>
		<tr>
			<th colspan="5">Click client name to see details</th>
		</tr>
	</tfoot>
	<tbody>
	<?php 
    if ($num_rows > 0) {
        foreach ($data_set as $notice) {
Пример #4
0
    linkSort('id', 'id');
    ?>
			</th>
			<th>Name
				<?php 
    linkSort('name', 'Name');
    ?>
			</th>
			<th>IP
				<?php 
    linkSort('ip', 'Server IP');
    ?>
			</th>
			<th>PB Enabled
				<?php 
    linkSort('pb_active', 'Punkbuster Enabled Status');
    ?>
			</th>
			<th>Game</th>
			<th></th>
		</tr>
	</thead>
	<tfoot>
		<tr>
			<th colspan="6"></th>
		</tr>
	</tfoot>
	<tbody>
		<?php 
    if ($num_rows > 0) {
        // query contains stuff
Пример #5
0
		<tr>
			<th>Client
				<?php 
    linkSort('target_name', 'client name');
    ?>
			</th>
			<th>Kicked At
				<?php 
    linkSort('time_add', 'time the penalty was added');
    ?>
			</th>
			<th>Reason</th>
			<th>
				Admin
				<?php 
    linkSort('admins_name', 'admin name');
    ?>
			</th>
		</tr>
	</thead>
	<tfoot>
		<tr>
			<th colspan="4"></th>
		</tr>
	</tfoot>
	<tbody>
	<?php 
    if ($num_rows > 0) {
        // query contains stuff
        foreach ($data_set as $data) {
            // get data from query and loop