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

51 lines
2.0KB

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