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

WEB邮件程序

开发平台:

PHP

  1. <tr <?php echo $template_obj->GetValue( 'default_bgcolor' ); ?>>
  2. <td colspan="2">
  3. <?php $template_obj->GetValue( 'default_font' ); ?>
  4. <b>Message Parts 
  5. ( <?php echo count( $current_structure->parts ); ?>  ) :</b></br>
  6. <?php echo $template_obj->GetValue( 'content_table_start' ); ?>
  7. <tr <?php echo $template_obj->GetValue( 'title_bgcolor' ); ?>>
  8.    <td>
  9.    <?php $template_obj->GetValue( 'title_font' ); ?>
  10.    <b>Type :</b>
  11.    </td>
  12.    <td>
  13.    <?php $template_obj->GetValue( 'title_font' ); ?>
  14.    <b>Description :</b>
  15.    </td>
  16.    <td>
  17.    <?php $template_obj->GetValue( 'title_font' ); ?>
  18.    <b>Size :</b>
  19.    </td>
  20. </tr>