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

110 lines
4.4KB

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