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

54 lines
2.0KB

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