mailbox_header.inc
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:1k
- <form method="post" action="<?php $default->base_url; ?>">
- <input type="hidden" name="session_id" value="<?php echo $session_id; ?>">
- <input type="hidden" name="form_mode" value="<?php echo PIMP_MAIL_CHECK_MAILBOX; ?>">
- <input type="hidden" name="page" value="<?php echo $page_nav->current_page; ?>">
- <?php echo $template_obj->GetValue( 'content_table_start' ); ?>
- <?php if ( $mail_action_message != '' ) { ?>
- <tr <?php echo $template_obj->GetValue( 'nav_bgcolor' ); ?>>
- <td colspan="5">
- <?php echo $template_obj->GetValue( 'nav_font' ); ?>
- <b><?php echo $mail_action_message; ?></b>
- </td>
- </tr>
- <?php } ?>
- <tr <?php echo $template_obj->GetValue( 'nav_bgcolor' ); ?>>
- <td colspan="5">
- <table width="100%" border="0">
- <tr>
- <td align="left" width="50%" colspan="1">
- <?php echo $template_obj->GetValue( 'nav_font' ); ?>
- <b><?php echo $mail->folder; ?></b>
- </font>
- </td>
- <td align="right" width="50%" colspan="3">
- <?php echo $template_obj->GetValue( 'nav_font' ); ?>
- <b>Message <?php echo $page_nav->first_item; ?> -> <?php echo $page_nav->last_item; ?> of <?php echo $folder_obj->count; ?></b>
- </font>
- </td>
- </tr>
- </table>
- </td>
- </tr>