国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

88 řádky
3.9KB

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