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

WEB邮件程序

开发平台:

PHP

  1. <tr <?php echo $template_obj->GetValue( 'title_bgcolor' ); ?>>
  2.    <td>
  3.    <?php echo $template_obj->GetValue( 'title_font' ); ?>
  4.    &nbsp;
  5.    <!-- <b>Selected</b> -->
  6.    </td>
  7.    <td>
  8.    <center>
  9.    <?php echo $template_obj->GetValue( 'title_font' ); ?>
  10.    <b>Subject</b><br>
  11.    <?php echo( $subject_sort_rev_url ); ?>-<?php echo( $subject_sort_asc_url ); ?></center></td>
  12.    <td>
  13.    <center>
  14.    <?php echo $template_obj->GetValue( 'title_font' ); ?>
  15.    <b>From</b><br>
  16.    <?php echo( $from_sort_rev_url ); ?>-<?php echo( $from_sort_asc_url ); ?></center></td>
  17.    <td>
  18.    <center>
  19.    <?php echo $template_obj->GetValue( 'title_font' ); ?>
  20.    <b>Date</b><br>
  21.    <?php echo( $date_sort_rev_url ); ?>-<?php echo( $date_sort_asc_url ); ?>
  22.    </center></td>
  23.    <td>
  24.    <center>
  25.    <?php echo $template_obj->GetValue( 'title_font' ); ?>
  26.    <b>Size</b><br>
  27.    <?php echo( $size_sort_rev_url ); ?>-<?php echo( $size_sort_asc_url ); ?>
  28.    </center></td>
  29. </tr>