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

WEB邮件程序

开发平台:

PHP

  1. <form method="post" action="<?php $default->base_url; ?>">
  2. <input type="hidden" name="session_id" value="<?php echo $session_id; ?>">
  3. <input type="hidden" name="form_mode"  value="<?php echo PIMP_MAIL_CHECK_MAILBOX; ?>">
  4. <input type="hidden" name="page"       value="<?php echo $page_nav->current_page; ?>">
  5. <?php echo $template_obj->GetValue( 'content_table_start' ); ?>
  6. <?php if ( $mail_action_message != '' ) { ?>
  7. <tr <?php echo $template_obj->GetValue( 'nav_bgcolor' ); ?>>
  8.    <td colspan="5">
  9.    <?php echo $template_obj->GetValue( 'nav_font' ); ?>
  10.    <b><?php echo $mail_action_message; ?></b>
  11.    </td>
  12. </tr>
  13. <?php } ?>
  14. <tr <?php echo $template_obj->GetValue( 'nav_bgcolor' ); ?>>
  15.    <td colspan="5">
  16.    <table width="100%" border="0">
  17.       <tr>
  18.    <td align="left" width="50%" colspan="1">
  19.       <?php echo $template_obj->GetValue( 'nav_font' ); ?>
  20.       <b><?php echo $mail->folder; ?></b>
  21.       </font>
  22.    </td>
  23.    <td align="right" width="50%" colspan="3">
  24.       <?php echo $template_obj->GetValue( 'nav_font' ); ?>
  25.       <b>Message <?php echo $page_nav->first_item; ?> -> <?php echo $page_nav->last_item; ?> of <?php echo $folder_obj->count; ?></b>
  26.       </font>
  27.    </td>
  28.       </tr>
  29.    </table>
  30.    </td>
  31. </tr>