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

103 lines
4.3KB

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