国内流行的内容管理系统(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="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 href='css/base.css' rel='stylesheet' type='text/css'>
  8. </head>
  9. <body background='images/allbg.gif' leftmargin='8' topmargin='8'>
  10. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6">
  11. <tr>
  12. <td height="25" colspan="5" background="images/tbg.gif" style="padding-left:10px;">
  13. <table width='96%' cellpadding='0' cellspacing='0'>
  14. <tr>
  15. <td width='30%'><b>插件管理</b></td>
  16. <td align='right'>
  17. [<a href="module_main.php?moduletype=plus"><u>安装新插件</u></a>]
  18. </td>
  19. </tr>
  20. </table>
  21. </td>
  22. </tr>
  23. <tr align="center" bgcolor="#FBFCE2" height="24">
  24. <td width="10%">ID号</td>
  25. <td width="40%">插件名称</td>
  26. <td width="20%">插件作者</td>
  27. <td width="30%">管理</td>
  28. </tr>
  29. {dede:datalist}
  30. <tr align="center" bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
  31. <td>{dede:field.aid /}</td>
  32. <td>{dede:field.plusname /}</td>
  33. <td>{dede:field.writer /}</td>
  34. <td>{dede:field.isshow function="GetSta(@me,$fields['aid'],$fields['plusname'])"/}</td>
  35. </tr>
  36. {/dede:datalist}
  37. <tr align="center" bgcolor="#F9FCEF" height="36">
  38. <td colspan="5">
  39. {dede:pagelist listsize=6/}
  40. </td>
  41. </tr>
  42. </table>
  43. </td>
  44. </tr>
  45. </table>
  46. </body>
  47. </html>