attatched_files_item.inc
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?php echo $template_obj->GetValue( 'default_row_start' ); ?>
  2.    <td>
  3.    <?php $template_obj->GetValue( 'default_font' ); ?>
  4.    <?php echo( $user_filename ); ?>
  5.    </td>
  6.    <td>
  7.    <?php $template_obj->GetValue( 'default_font' ); ?>
  8.    <?php echo( $user_file_size ); ?>
  9.    </td>
  10.    <td>
  11.    <?php $template_obj->GetValue( 'default_font' ); ?>
  12.    <?php echo $remove_attatchment_button; ?>
  13.    </td>
  14. </tr>