sendemail.htm

来自「下在管理系统2.0」· HTM 代码 · 共 63 行

HTM
63
字号
<html>
<head>
<title>{$this->set[sysTitle]} - 邮件发送</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="{$this->tplPath}/css/default.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000">

<div align="center">
  <center>
<form method="POST" action="index.php?modules=show&action=sendMail">
<table border="0" width="98%" cellspacing="1" cellpadding="2" bgcolor="#006699">
  <tr>
    <td width="100%" colspan="2"><font color="#FFFFFF"><b>发信人:</b></font></td>
  </tr>
  <tr>
    <td width="31%" bgcolor="#FFFFFF"> </td>
    <td width="69%" bgcolor="#FFFFFF"><input type=text name=from_name size=15 value ="{$this->input[from_name]}">
    </td>
  </tr>
  <tr>
    <td width="31%" bgcolor="#FFFFFF"> </td>
    <td width="69%" bgcolor="#FFFFFF"><input type=text name=from_email size=35 value ={$this->input[from_email]}>
    </td>
  </tr>
</table>
  </center>
</div>
   
<div align="center">
  <center>
<table border="0" width="98%" bgcolor="#006699" cellspacing="1" cellpadding="2">
  <tr>
    <td width="100%" colspan="2"><font color="#FFFFFF"><b>收信人:</b></font></td>
  </tr>
  <tr>
    <td width="31%" bgcolor="#FFFFFF"> </td>
    <td width="69%" bgcolor="#FFFFFF"><input type=text name=to_email size=35 value={$this->input[to_email]}></td>
  </tr>
  <tr>
    <td width="31%" bgcolor="#FFFFFF"> </td>
    <td width="69%" bgcolor="#FFFFFF"><input type=text name=subject size=35 value={$this->input[subject]}></td>
  </tr>
  <tr>
    <td width="31%" bgcolor="#FFFFFF"> </td>
    <td width="69%" bgcolor="#FFFFFF"><textarea name='content' rows=15 cols=49>{$this->input[content]}
</textarea></td>
  </tr>
  <tr>
    <td width="100%" colspan="2" align="center" bgcolor="#FFFFFF"><input type=submit value='发送'><input type=button onclick='javascript:self.close();' value='取消'>
     </td>
  </tr>
</table>
</form>

  </center>
</div>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?