listHeadingStart(count($files)); $this->headingItem('5%', 'ID'); $this->headingItem('15%', _DOWN_NAME_TITLE); $this->headingItem('25%', _DOWN_PARENT_CAT); $this->headingItem('25%', _DOWN_PARENT_FOLDER); $this->headingItem('20%', _DOWN_DATE); $this->headingItem('20%', ''); echo "\n"; } function listLine ($file, $i, $k) { // Change for multiple repositories /* */ ?> "> id ?> filetitle; ?> getCategoryName();?> getFamilyNames();?> filedate;?> location;?> formStart(_DOWN_MISSING_TITLE); echo "\n\t"; $this->columnHeads($files); $this->pageNav->listFormEnd(false); $k = 0; echo "\n\t\t"; foreach ($files as $i=>$file) { $this->listLine($file, $i, $k); $k = 1 - $k; } if (count($files) == 0) { echo ''._DOWN_NONE_MISSING.''; } echo "\n\t\t"; } }