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

39 lines
1.7KB

  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 width="92%" height="20" colspan="4" bgcolor="#EDF9D5" background="images/tbg.gif">
  16. <div style='float:left;padding-right:5px;padding-left:10px;'><b>分类管理</b></div>
  17. <div style='float:right;padding-right:8px;'>[<a href="mail_type.php?dopost=add">新增分类</a>]</div>
  18. </td>
  19. </tr>
  20. <tr bgcolor="#FBFCE2">
  21. <td align="center" width="10%">ID</td>
  22. <td align="center" width="20%">分类名称</td>
  23. <td align="center">分类描述</td>
  24. <td align="center" width="30%">操作</td>
  25. </tr>
  26. {dede:datalist}
  27. <tr bgcolor="#FFFFFF" height="26" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
  28. <td align="center">{dede:field.id/}</td>
  29. <td align="center">{dede:field.typename/}</td>
  30. <td align="center">{dede:field.description/}</td>
  31. <td align="center"><a href="mail_type.php?dopost=edit&id={dede:field.id/}">编辑</a> | <a href="mail_type.php?dopost=delete&id={dede:field.id/}">删除</a></td>
  32. </tr>
  33. {/dede:datalist}
  34. <tr>
  35. <td height="7" colspan="4" bgcolor="#F9FCEF">&nbsp;</td>
  36. </tr>
  37. </table>
  38. </body>
  39. </html>