getCurrentItemid(); $file->showCMSPathway(); $this->pathwayHTML($file->getContainer()); $thumbnails = new remositoryThumbnails($file); if ($file->published==1) $pub=_YES; else $pub=_NO; // Change for multiple repositories // $formurl = $interface->sefRelToAbs("index.php?option=com_remository&repnum=$this->repnum&Itemid=".$Itemid.'&func=savethumb'); $formurl = $interface->sefRelToAbs("index.php?option=com_remository&Itemid=".$Itemid.'&func=savethumb'); ?>

repository->RemositoryFunctionURL('fileinfo',$file->id).htmlspecialchars($file->filetitle).''; $this->fileOutputBox(_DOWN_FILE_TITLE, $url, false); if ($this->remUser->isAdmin()) $this->fileOutputBox (_DOWN_PUB, $pub); if ($file->description<>'') $this->fileOutputBox (_DOWN_DESC, $file->description, false); $can_delete = $thumbnails->displayAllThumbnailsDeletable(); $this->fileOutputBox('', $can_delete, false); if ($thumbnails->getCount() < $thumbnails->getMaxCount()) { ?>

"; echo "\n\t
"; echo "\n\t
"; } }