getContainer();
$container->showCMSPathway();
$this->pathwayHTML($container);
echo "\n\t
"._DOWN_ALL_DONE.'
';
echo "\n\t";
echo $this->repository->RemositoryFunctionURL('addfile');
echo $this->repository->RemositoryImageURL('add_file.gif').' ';
echo _DOWN_SUBMIT_ANOTHER.'
';
echo "\n\t";
foreach ($files as $file) {
if ($file->filetitle<>'') $this->fileListing ($file, null, null, $this->remUser, false, 'C');
}
echo "\n\t
\n";
$this->filesFooterHTML ();
}
}
?>