showCMSPathway();
$this->pathwayHTML($file->getContainer());
echo "\n\t
"._DOWN_ALL_DONE.'
';
echo "\n\t";
if ($file->published) echo _DOWN_AUTOAPP;
else echo _DOWN_UP_WAIT;
echo '
';
echo "\n\t";
echo $this->repository->RemositoryFunctionURL('addfile');
echo $this->repository->RemositoryImageURL('add_file.gif');
echo _DOWN_SUBMIT_ANOTHER.'';
echo '
';
if ($file->published) {
echo "\n\t";
echo $this->repository->RemositoryFunctionURL('fileinfo',$file->id);
echo $this->repository->RemositoryImageURL('stuff1.gif');
echo _DOWN_SUBMIT_INSPECT;
echo '
';
}
$this->filesFooterHTML ();
$this->remositoryCredits(false);
}
}