| $text_all |
| $text_dir |
| $text_none |
RECURSE_RADIO;
}
public function view () {
$iconList = remositoryFile::getIcons ();
$this->formStart(_DOWN_ADDSTRUCTURE_TITLE);
echo <<
|
UNDER_HEADING;
$this->containerSelectBox();
$this->fileInputBox(_DOWN_ABS_PATH_TO_FILES, 'basedir', '', 80);
$this->recurseRadioButtons();
$this->fileInputBox(_DOWN_ACCEPTABLE_EXTENSIONS, 'extensionlist', '', 50);
$this->simpleTableTickBox(_DOWN_EXTENSION_IN_TITLE, 'extensiontitle');
$this->fileInputArea(_DOWN_LICENSE, _DOWN_DESC_MAX, 'license', '', 4, 50, false);
$this->simpleTableTickBox(_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);
?>
$file |
FILE_ENTRY;
$this->formStart('Cannot add whole structure - forbidden extensions');
echo <<
FILE_LIST;
}
}