";
row1("Search query");
row2("Search for keywords:
Posts that contain all the specified words will be displayed",
'
For example: "screensaver freeze"');
row2("Search for author ID:
Only posts by this author will be displayed",
'
For example: "43214"');
row1("Search options");
row2("Search limits
Search at most this many days back in time",
'');
if (get_str("forumid",true)){
$forumid = get_str("forumid");
}
$forumlist="";
foreach ($mainFactory->getCategories() as $key => $category){
foreach ($category->getForums() as $key2 => $forum){
if ($forum->getID()==$forumid){
$forumlist.="";
} else {
$forumlist.="";
}
}
}
row2("Forum
Only display posts from this forum",
' $style){
if ($id == CREATE_TIME_NEW){
$sortlist.="";
} else {
$sortlist.="";
}
}
row2("Sort by",
'");
echo "";
end_table();
page_tail();
exit;
?>