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

WEB邮件程序

开发平台:

PHP

  1. <html>
  2. <head>
  3. <!-- <link title="phpop styles" rel="stylesheet" type="text/css" href="phpop.css"> -->
  4. <title>phpop: {TITLE}</title>
  5. <!-- $Id: common.standard.tpl,v 1.3 2000/02/19 21:17:53 prenagha Exp $ -->
  6. </head>
  7. <body bgcolor="#FFFFFF">
  8. <table width=95% border=0 cellspacing=0 bgcolor=#99CC99>
  9.  <tr class=std>
  10.   <td valign="top"><h3 class=std>{TITLE}</h3></td>
  11.   <td valign="bottom" align="right">
  12.     <a href="{LIST_URL}"    class=std>list</a>&nbsp;&nbsp;
  13.     <a href="{NEW_URL}"     class=std>new</a>&nbsp;&nbsp;
  14.   </td>
  15.  </tr>
  16. </table>
  17. <table width=95% border=0 cellspacing=0>
  18.  <tr>
  19.   <td>    
  20. {BODY}
  21.   </td>
  22.  </tr>
  23. </table>
  24. <table width=95% border=0 cellspacing=0 bgcolor=#99CC99>
  25.  <tr class=std>
  26.   <td valign="bottom">
  27.    <strong class=std><a href="http://renaghan.com/pcr/phpop.html">phpop</a> at {SERVER_NAME}</strong>
  28.    <br>logged in as {USER_NAME}
  29.   </td>
  30.   <td valign="top" align="right">
  31.     <a href="{LOGOUT_URL}"      class=std>logout</a>
  32.     <br>version {VERSION}
  33.  </tr>
  34. </table>
  35. </body>
  36. </html>