国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.4KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title>发送邮件</title>
  6. <link href="css/base.css" rel="stylesheet" type="text/css" />
  7. <style type="text/css">
  8. .rb{ border-right:1px solid #98CAEF }
  9. .tb{ border-top:1px solid #98CAEF }
  10. .current {border:1px solid #dbe4cd;padding:5px;background:#FFFEF4;color:#FF0000;}
  11. </style>
  12. </head>
  13. <body>
  14. <div class="bodytitle">
  15. <div class="bodytitleleft"></div>
  16. <div class="bodytitletxt" style="padding-left:10px;">邮件订阅</div>
  17. </div>
  18. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;">
  19. <tr>
  20. <td height="30" bgcolor="#EDF9D5" background="images/tbg.gif" style="padding-left:10px;">发送邮件</td>
  21. </tr>
  22. <tr bgcolor="#ffffff" height="26">
  23. <td colspan="7" align="left">
  24. <form method="post" action="mail_getfile.php">
  25. <input name="dopost" type="hidden" value="save" />
  26. <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff">
  27. <tr>
  28. <td width="15%" height="30" align="right">条件:</td>
  29. <td width="85%" height="25">开始MID<input name="start" type="text" id="start" class="company_manage_form_label" style="width:50px;height:16px;margin-top:5px;margin-left:10px;" />
  30. -- 结束MID<input name="end" type="text" id="end" class="company_manage_form_label" style="width:50px;height:16px;margin-top:5px;margin-left:10px;" />(获取全部可以不填写)</td>
  31. </tr>
  32. <tr>
  33. <td width="15%" height="30" align="right">保存邮件列表的文件名:</td>
  34. <td width="85%" height="25"><input name="filename" type="text" id="filename" class="company_manage_form_label" style="width:150px;height:16px;margin-top:5px;margin-left:10px;" value="<?php echo 'mail_'.date('Ymdhis'); ?>"/>
  35. .TXT (只能是英文,字母,下划线组成)</td>
  36. </tr>
  37. <tr>
  38. <td height="28" align="right" valign="top">&nbsp;</td>
  39. <td height="30"><input type="submit" value="提交" class="button01" /></td>
  40. </tr>
  41. </table>
  42. </form>
  43. </td>
  44. </tr>
  45. <tr bgcolor="#F8FBFB">
  46. <td height="26" colspan="92" align="center" bgcolor="#F9FCEF">&nbsp;</td>
  47. </tr>
  48. </table>
  49. </body>
  50. </html>