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

76 lines
3.5KB

  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 #CFCFCF;padding:5px;background:#FFFEF4;color:#FF0000;}
  11. </style>
  12. </head>
  13. <body background='images/allbg.gif'>
  14. <div class="bodytitle">
  15. <div class="bodytitleleft"></div>
  16. <div class="bodytitletxt">短信管理</div>
  17. </div>
  18. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#CFCFCF;margin-bottom:5px">
  19. <tr>
  20. <td height="30" align="center" bgcolor="#F9FCEF">
  21. <form action="member_pm.php" name="form1" method="get">
  22. <table border="0" cellpadding="0" cellspacing="0">
  23. <tr>
  24. <td width="90">&nbsp;关键字:</td>
  25. <td width="110" align="center">
  26. <input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td>
  27. <td width="80">&nbsp;用户:</td>
  28. <td width="74"><input name="username" type="text" id="username" size="12" style="width:100px" /></td>
  29. <td width="100" align="center"><select name="folder" id="folder">
  30. <option value="inbox">收件箱</option>
  31. <option value="outbox">发件箱</option>
  32. </select>
  33. </td>
  34. <td width="60" align="center"><input name="imageField" type="submit" class="coolbg np" value="搜索"/></td>
  35. </tr>
  36. </table>
  37. </form>
  38. </td>
  39. </tr>
  40. </table>
  41. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style=" background:#CFCFCF;">
  42. <tr>
  43. <td height="30" colspan="9" bgcolor="#EDF9D5" background='images/tbg.gif'>
  44. <a href='member_pm.php'>短信列表</a> <span class="current" id="cate_1">群发短信</span> <a href='member_pmone.php'>单独短信</a>
  45. </td>
  46. </tr>
  47. <tr bgcolor="#ffffff" height="26">
  48. <td colspan="7" align="left">
  49. <form id="postall" method="post" action="member_pmall.php">
  50. <input name="action" type="hidden" value="post" />
  51. <table width="100%" border="0" cellpadding="1" cellspacing="1">
  52. <tr>
  53. <td width="13%" height="30" align="right">标题:</td>
  54. <td width="87%" height="25"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px;margin-left:10px;" />
  55. 标题少于70个字符内</td>
  56. </tr>
  57. <tr>
  58. <td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td>
  59. <td height="120" ><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:350px;height:100px;margin-top:5px;margin-left:10px;"></textarea>
  60. 1000个字符以内</td>
  61. </tr>
  62. <tr>
  63. <td height="28" align="right" valign="top">&nbsp;</td>
  64. <td height="30"><input type="submit" value="提交" class="button01" /></td>
  65. </tr>
  66. </table>
  67. </form>
  68. </td>
  69. </tr>
  70. <tr bgcolor="#F9FCEF">
  71. <td height="26" colspan="9" align="center">&nbsp;</td>
  72. </tr>
  73. </table>
  74. </body>
  75. </html>