"; echo ""; if ($tooltip) echo $this->tooltip($tooltip); echo "\n\t\t\t\t"; echo "\n\t\t\t

"; } function fileInputArea ($title, $maxsize, $name, $value, $rows, $cols, $editor) { echo "\n\t\t\t\t

'; if ($editor) { if ($maxsize) echo ''.$maxsize.''; echo "\n\t\t\t

"; $interface = remositoryInterface::getInstance(); $interface->editorArea( 'description', $value, $name, 500, 200, $rows, $cols ); echo "\n\t\t\t
"; } else { echo ""; echo '

'; if ($maxsize) echo "

".$maxsize.'

'; } } function submitEachFile ($i) { echo "\n\t\t

"; echo "'; echo "\n\t\t\t\t"; echo "\n\t\t\t'; echo "\n\t\t\t"; echo "\n\t\t\t

"; } function displayIcons ($object, $iconList) { if (is_object($object)) $currenticon = $object->icon; else $currenticon = ''; ?>

pathwayHTML(null); if ($clist == '') { echo _DOWN_FILE_SUBMIT_NOCHOICES; return; } $formurl = remositoryRepository::getInstance()->RemositoryBasicFunctionURL('savemanyfiles'); echo "\n\t
"; echo "\n\t
"; echo << HIDDEN; $iconList = remositoryFile::getIcons(); echo "\n\t\t

"._SUBMIT_HEADING.'

'; echo "\n\t\t
"; echo "\n\t\t

"._SUBMIT_INSTRUCT3.'

'; $this->fileInputBox(_DOWN_FILE_DATE,'filedate',date('Y-m-d H:i:s', time()),25); echo "\n\t\t
"; $this->fileOutputBox(_DOWN_SUGGEST_LOC, $clist, false); echo "\n\t\t
"; echo $this->simpleTickBox(_DOWN_EXTENSION_IN_TITLE, 'extensiontitle'); $this->fileInputArea(_DOWN_LICENSE, _DOWN_DESC_MAX, 'license', '', 4, 50, false); echo $this->simpleTickBox(_DOWN_LICENSE_AGREE, 'licenseagree'); $this->fileInputBox(_DOWN_FILE_VER,'fileversion','',25); $this->fileInputBox(_DOWN_FILE_AUTHOR,'fileauthor','',25); $this->fileInputBox(_DOWN_FILE_HOMEPAGE,'filehomepage','',50); $this->displayIcons(null, $iconList); echo "\n\t\t
"; echo "\n\t\t
"; for ($i=0; $i<30; $i++) { $this->submitEachFile($i); } echo "\n\t\t"; echo "\n\t\t
"; echo "\n\t"; echo "\n\t
"; } }