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

113 lines
4.5KB

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