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

47 lines
1.8KB

  1. {dede:config.pagesize value="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/admin.css">
  8. </head>
  9. <body>
  10. <table width="98%" border="0" align="center" cellpadding="2" cellspacing="1">
  11. <tr>
  12. <td height="26" colspan="6" background="../static/web/img/tbg.gif">
  13. <table width="99%" border="0" cellspacing="0" cellpadding="0">
  14. <tr>
  15. <td>&nbsp;站内新闻管理</td>
  16. <td align="right">[<a href="mynews_add.php">新增一则站内新闻</a>]</td>
  17. </tr>
  18. </table>
  19. </td>
  20. </tr>
  21. <tr align="center" bgcolor="#FBFCE2">
  22. <td height="26">新闻ID</td>
  23. <td>新闻标题</td>
  24. <td>所属频道</td>
  25. <td>更新时间</td>
  26. <td>发布人</td>
  27. <td>操作</td>
  28. </tr>
  29. {dede:datalist empty='<tr><td colspan="6"><center>暂无内容</center></td></tr>'}
  30. <tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
  31. <td width="8%">{dede:field.aid/}</td>
  32. <td width="30%">{dede:field.title /}</td>
  33. <td width="16%">{dede:field.typename /}</td>
  34. <td width="14%">{dede:field.senddate function="GetDateMk(@me)" /}</td>
  35. <td width="16%">{dede:field.writer /}</td>
  36. <td width="16%">
  37. <a href='mynews_edit.php?aid={dede:field.aid /}'>[修改]</a>
  38. <a href='mynews_edit.php?dopost=del&aid={dede:field.aid /}'>[删除]</a>
  39. </td>
  40. </tr>
  41. {/dede:datalist}
  42. <tr align="center" bgcolor="#F9FBF2">
  43. <td height="36" colspan="6">{dede:pagelist listsize='6'/}</td>
  44. </tr>
  45. </table>
  46. </body>
  47. </html>