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

62 lines
2.7KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="<?php echo $cfg_soft_lang; ?>">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>用户短信管理</title>
  7. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="../static/web/css/admin.css">
  10. <style>
  11. .current{border:1px solid #dee2e6;padding:6px;background:#FFFEF4;color:#dc3545}
  12. </style>
  13. </head>
  14. <body>
  15. <form action="member_pm.php" name="form1" method="get">
  16. <table width="98%" cellpadding="1" cellspacing="1" align="center" class="mt-3 mb-3" style="border:1px solid #dee2e6">
  17. <tr>
  18. <td height="36" bgcolor="#f8f8f8">
  19. <table cellpadding="0" cellspacing="0">
  20. <tr>
  21. <td width="280" align="center"><input name="keyword" type="text" id="keyword" placeholder="请输入关键词" style="width:260px"></td>
  22. <td width="270"><input name="username" type="text" id="username" placeholder="请输入用户名" style="width:260px"></td>
  23. <td width="170">
  24. <select name="folder" id="folder" style="width:160px">
  25. <option value="inbox">收件箱</option>
  26. <option value="outbox">发件箱</option>
  27. </select>
  28. </td>
  29. <td><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
  30. </tr>
  31. </table>
  32. </td>
  33. </tr>
  34. </table>
  35. </form>
  36. <table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mb-3">
  37. <tr>
  38. <td height="26" colspan="7" background="../static/web/img/tbg.gif"><a href="member_pm.php">短信列表</a> <span class="current" id="cate_1">群发短信</span> <a href="member_pmone.php">单独短信</a></td>
  39. </tr>
  40. <tr>
  41. <td colspan="7">
  42. <form id="postall" method="post" action="member_pmall.php">
  43. <input name="action" type="hidden" value="post">
  44. <table width="100%" cellpadding="1" cellspacing="1">
  45. <tr>
  46. <td width="260" height="26">标题:</td>
  47. <td height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:260px">(标题少于70个字符内)</td>
  48. </tr>
  49. <tr>
  50. <td height="26"><label for="pm_textarea">内容:</label></td>
  51. <td><textarea name="message" id="message" class="company_manage_form_label1" style="width:360px;height:100px"></textarea>(1000个字符以内)</td>
  52. </tr>
  53. <tr>
  54. <td colspan="2" align="center" class="py-3"><input type="submit" value="提交" class="button01"></td>
  55. </tr>
  56. </table>
  57. </form>
  58. </td>
  59. </tr>
  60. </table>
  61. </body>
  62. </html>