controller);
$searchbox->searchBoxHTML($categories, $catselector, $search_text);
if (count($files)) {
echo "\n\t
";
$pagecontrol->showNavigation();
foreach ($files as $file) {
$container = new remositoryContainer($file->containerid);
$this->fileListing ($file, $container, null, $this->remUser, true, 'B');
$this->tabcnt = ($this->tabcnt+1) % 2;
}
$pagecontrol->showNavigation();
echo "\n\t
\n";
}
else echo <<
{$this->showHTML(_DOWN_SEARCH_NORES)}
NO_RESULTS;
$this->filesFooterHTML ();
echo "\n\t\t";
}
}