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

36 lines
1.7KB

  1. {dede:config.pagesize value="50"/}
  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. </head>
  11. <body>
  12. <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
  13. <tr height="26" background="../static/web/img/tbg.gif" style="padding-left:10px">
  14. <td width='30%' colspan="3">插件管理</td>
  15. <td align='right'>[<a href="module_main.php?moduletype=plus">安装新插件</a>]</td>
  16. </tr>
  17. <tr align="center" bgcolor="#F8FCF1" height="26">
  18. <td width="10%">ID号</td>
  19. <td width="40%">插件名称</td>
  20. <td width="20%">插件作者</td>
  21. <td width="30%">管理</td>
  22. </tr>
  23. {dede:datalist empty='<tr><td colspan="4"><center>暂无内容</center></td></tr>'}
  24. <tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
  25. <td>{dede:field.aid /}</td>
  26. <td>{dede:field.plusname /}</td>
  27. <td>{dede:field.writer /}</td>
  28. <td>{dede:field.isshow function="GetSta(@me,$fields['aid'],$fields['plusname'])"/}</td>
  29. </tr>
  30. {/dede:datalist}
  31. <tr align="center" bgcolor="#f8f8f8" height="36">
  32. <td colspan="5">{dede:pagelist listsize='6'/}</td>
  33. </tr>
  34. </table>
  35. </body>
  36. </html>