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

86 line
4.0KB

  1. {dede:page pagesize="20"/}
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  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:5px;background:#FFFEF4;color:#FF0000}
  12. </style>
  13. </head>
  14. <body background="../static/web/img/allbg.gif">
  15. <div class="bodytitle mt-3 mb-3">
  16. <div class="bodytitleleft"></div>
  17. <div class="bodytitletxt">短信管理</div>
  18. </div>
  19. <form action="member_pm.php" name="form1" method="get">
  20. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px">
  21. <tr>
  22. <td height="36" bgcolor="#f8f8f8">
  23. <table border="0" cellpadding="0" cellspacing="0">
  24. <tr>
  25. <td>关键词:</td>
  26. <td><input name="keyword" type="text" id="keyword" value="{dede:global name='keyword'/}" style="margin-right:10px;width:260px"></td>
  27. <td>用户:</td>
  28. <td><input name="username" type="text" id="username" size="12" value="{dede:global name='username'/}" style="margin-right:10px;width:260px"></td>
  29. <td>
  30. <select name="folder" id="folder" style="margin:0 10px;width:160px">
  31. <option value="inbox">收件箱</option>
  32. <option value="outbox">发件箱</option>
  33. </select>
  34. </td>
  35. <td><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
  36. </tr>
  37. </table>
  38. </td>
  39. </tr>
  40. </table>
  41. </form>
  42. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
  43. <tr>
  44. <td height="26" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>
  45. <table width="99%" border="0" cellspacing="0" cellpadding="0" class="table-borderless">
  46. <tr>
  47. <td align="left"><span class="current" id="cate_1">短信列表</span> <a href='member_pmall.php'>群发短信</a> <a href='member_pmone.php'>单独短信</a></td>
  48. <td align="left"></td>
  49. <td align="left"></td>
  50. </tr>
  51. </table>
  52. </td>
  53. </tr>
  54. <tr bgcolor="#FBFCE2" height="26">
  55. <td width="10%" align="center">发送时间</td>
  56. <td width="20%" align="center">标题</td>
  57. <td width="5%" align="center">已读?</td>
  58. <td width="10%" align="center">{dede:global name='postuser'/}</td>
  59. <td width="36%" align="center">内容</td>
  60. <td width="9%" align="center">文件夹</td>
  61. <td width="10%" align="center">操作</td>
  62. </tr>
  63. {dede:datalist}
  64. <tr height="26" align="center" bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
  65. <td>{dede:field.sendtime function='GetDateMk(@me)'/}</td>
  66. <td>{dede:field.subject function='dede_htmlspecialchars(@me)'/}<br></td>
  67. <td>{dede:field.hasview function='IsReader(@me)'/}</td>
  68. <td>{dede:field.floginid/}</td>
  69. <td title="{dede:field.message/}">{dede:field.message function='cn_substr(HtmlReplace(@me),60)'/}</td>
  70. <td>{dede:field.folder function='GetFolders(@me)'/}</td>
  71. <td>
  72. <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table-borderless">
  73. <tr>
  74. <td align="center" height="26"><a href="member_pm.php?ID={dede:field.id/}&dopost=del">删除</a></td>
  75. </tr>
  76. </table>
  77. </td>
  78. </tr>
  79. {/dede:datalist}
  80. <tr bgcolor="#f8f8f8">
  81. <td height="26" colspan="9" align="center"> {dede:pagelist listsize=6/} </td>
  82. </tr>
  83. </table>
  84. </body>
  85. </html>