国内流行的内容管理系统(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.

44 lines
1.9KB

  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. </head>
  8. <body>
  9. <div class="bodytitle">
  10. <div class="bodytitleleft"></div>
  11. <div class="bodytitletxt" style="padding-left:10px;">邮件订阅</div>
  12. </div>
  13. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;">
  14. <tr>
  15. <td height="30" bgcolor="#EDF9D5" background="images/tbg.gif" style="padding-left:10px;">添加分类</td>
  16. </tr>
  17. <tr bgcolor="#ffffff" height="26">
  18. <td colspan="7" align="left">
  19. <form method="post" action="mail_type.php">
  20. <input name="dopost" type="hidden" value="addsave" />
  21. <table width="100%" border="0" cellpadding="1" cellspacing="1">
  22. <tr>
  23. <td width="129" height="31" align="right">分类名称:</td>
  24. <td height="31" colspan="2"><input name="typename" type="text" id="typename" class="company_manage_form_label" style="width:250px;margin-top:5px;margin-left:10px;" /></td>
  25. </tr>
  26. <tr>
  27. <td height="12" align="right" valign="top" style="padding-top:5px;">分类描述:</td>
  28. <td height="120" style="padding-left: 12px;"><textarea name="description" cols="45" id="description" style="width:260px;height:120px;"></textarea></td>
  29. <td width="314">&nbsp;</td>
  30. </tr>
  31. <tr>
  32. <td height="28" align="right" valign="top">&nbsp;</td>
  33. <td height="30" colspan="2"><input type="submit" value="提交" class="button01" /></td>
  34. </tr>
  35. </table>
  36. </form>
  37. </td>
  38. </tr>
  39. <tr bgcolor="#F8FBFB">
  40. <td height="26" align="center" bgcolor="#F9FCEF">&nbsp;</td>
  41. </tr>
  42. </table>
  43. </body>
  44. </html>