index.body.tpl
上传用户:xuanqunsh
上传日期:2007-01-04
资源大小:58k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <!-- $Id: index.body.tpl,v 1.2 2000/02/18 19:46:01 prenagha Exp $ -->
  2. {ERROR_MSG}
  3. {MSG}
  4. <form method=POST action="{FORM_ACTION}">
  5. <table border=1>
  6. <tr>
  7.   <th>Nbr</th>
  8.   <th>Delete</th>
  9.   <th>From</th>
  10.   <th>Subject</th>
  11.   <th>Date</th>
  12. </tr>
  13. {MSG_LIST}
  14. </table>
  15. <br><input type="submit" name="phpop_delete" value="Delete Message(s)">
  16. </form>