Beispiel #1
0
<?php 
}
/*<form action="./index.php?login" class="well" style="width: 470px; margin: auto;" method="post">
<label for="user_login">Username</label>
<input class="span5" id="login" name="login" size="30" type="text" />
<label for="user_password">Password</label>
<input class="span5" id="password" name="password" size="30" type="password" />
<div class='form-actions' style="margin: auto;">
<div class='row'>
<div class='span2' style='width:85px'>
<input class="btn btn-primary btn-large" name="commit" type="submit" value="Log in" />
</div>
</div>
</div>
</form>*/
$threads = $t->getThreads();
echo "<form action=\"?refresh\" method=\"POST\">";
if ($chkenabled) {
    $onclick = $t->getOngoingThreadCount() >= 10 ? "alert('Since you have many ongoing threads it may seem like the page has hung, just be patient and they will all update');" : "";
    echo <<<ENDHTML
<form action="?refresh" method="POST">
<input type="submit" name="chka" onclick="{$onclick}" value="Recheck All"/>
</form>
ENDHTML;
}
?>
<form id="filter-form" class="well">Filter: <input name="filter" id="filter" value="" class="span3" maxlength="30" size="30" type="text"></form><br>
<table class="table table-bordered topiclist">
	<thead>
		<td>Thread ID</td>
		<td>Board</td>