message_headers_title.inc
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:1k
- <tr <?php echo $template_obj->GetValue( 'title_bgcolor' ); ?>>
- <td>
- <?php echo $template_obj->GetValue( 'title_font' ); ?>
-
- <!-- <b>Selected</b> -->
- </td>
- <td>
- <center>
- <?php echo $template_obj->GetValue( 'title_font' ); ?>
- <b>Subject</b><br>
- <?php echo( $subject_sort_rev_url ); ?>-<?php echo( $subject_sort_asc_url ); ?></center></td>
- <td>
- <center>
- <?php echo $template_obj->GetValue( 'title_font' ); ?>
- <b>From</b><br>
- <?php echo( $from_sort_rev_url ); ?>-<?php echo( $from_sort_asc_url ); ?></center></td>
- <td>
- <center>
- <?php echo $template_obj->GetValue( 'title_font' ); ?>
- <b>Date</b><br>
- <?php echo( $date_sort_rev_url ); ?>-<?php echo( $date_sort_asc_url ); ?>
- </center></td>
- <td>
- <center>
- <?php echo $template_obj->GetValue( 'title_font' ); ?>
- <b>Size</b><br>
- <?php echo( $size_sort_rev_url ); ?>-<?php echo( $size_sort_asc_url ); ?>
- </center></td>
- </tr>