* * and Xiang Wei ZHUO * * Modified for eGW by Cornelius Weiss * * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; version 2 of the License. * \**************************************************************************/ class view_text { function folder_item($params) { return ' '.$params['entry'].'
'.$params['entry'].'
'.$params['MY_MESSAGES']['folder'].' '.$params['parsed_time'].'     '.$params['time'].' '; } function files_item($params) { $trId = (int)$params['fileNb'] + 1; return ' '.$params['entry'].'
'.$params['entry'].'
'.$params['parsed_size'].' '.$params['parsed_time'].' '.$params['ext'].' '.$params['size'].' '.$params['time'].' '; } function table_header($params) { return '
'.$params['MY_MESSAGES']['type'].' '.$params['MY_MESSAGES']['name'].' '.$params['MY_MESSAGES']['size'].' '.$params['MY_MESSAGES']['datemodified'].'
'; } function folders_header($params) { return ''; } function folders_footer($parms) { return '
'; } function files_header($params) { return ''; } function files_footer($params) { return '
'; } function table_footer($params) { return ''; } } ?>