Example #1
0
?>
<table class="left" id="bb">
	<thead>
	<?php 
echo drawHeaderRow("", 4, "new", "#bottom");
?>
	<tr>
		<th width="320">Topic</th>
		<th width="120">Starter</th>
		<th class="c">Replies</th>
		<th class="r">Last Post</th>
	</tr>
	</thead>
	<tbody>
	<?php 
echo drawBBPosts(15, drawEmptyResult("No topics have been added yet.  Why not <a href='#bottom'>be the first</a>?", 4));
?>
	</tbody>
	<tfoot class="more">
		<tr>
			<td colspan="4">
				<input type="button" id="more" value="Load More">
			</td>
		</tr>
	</tfoot>
</table>
<a name="bottom"></a>
<?php 
$form = new intranet_form();
if ($isAdmin) {
    $form->addUser("createdBy", "Posted By", $user["id"], false, true);
Example #2
0
<?php

include '../include.php';
echo drawBBPosts(url_id('count'));