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

68 lines
2.8KB

  1. {dede:page pagesize="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. <div class="bodytitle mt-3">
  14. <div class="bodytitleleft"></div>
  15. <div class="bodytitletxt" style="padding-left:10px;">自定义表单管理</div>
  16. </div>
  17. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable"
  18. style="border:1px solid #CFCFCF;border-bottom:none;">
  19. <tr>
  20. <td bgcolor="#EDF9D5" class="tbtitletxt" background="images/tbg.gif">
  21. <table width='96%' border="0" cellpadding='0' cellspacing='0'>
  22. <tr>
  23. <td width='30%' class="py-3"><a href="diy_add.php" class="btn btn-secondary btn-sm ml-3">增加新的自定义表单</a></td>
  24. <td align='right'>
  25. </td>
  26. </tr>
  27. </table>
  28. </td>
  29. </tr>
  30. </table>
  31. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class='table maintable table-bordered'
  32. style='background:#CFCFCF;margin-bottom:5px;'>
  33. <tr align="center" bgcolor="#FBFCE2" height="26">
  34. <td>diyid</td>
  35. <td>名称</td>
  36. <td>表名</td>
  37. <td>管理</td>
  38. </tr>
  39. {dede:datalist}
  40. <tr align="center" bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';"
  41. onMouseOut="javascript:this.bgColor='#FFFFFF';">
  42. <td>{dede:field.diyid/}</td>
  43. <td><a href="diy_list.php?action=list&diyid={dede:field.diyid/}"><u>{dede:field.name/}</u></a></td>
  44. <td>{dede:field.table/}</td>
  45. <td>
  46. <a href='diy_edit.php?diyid={dede:field.diyid/}&dopost=edit' class="btn btn-secondary btn-sm"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> 更改</a> |
  47. <a href='diy_edit.php?diyid={dede:field.diyid/}&dopost=delete' class="btn btn-secondary btn-sm"> <i class="fa fa-trash" aria-hidden="true"></i> 删除 </a> |
  48. <a href="../plus/diy.php?action=list&diyid={dede:field.diyid/}" class="btn btn-secondary btn-sm" target="_blank"> <i class="fa fa-globe" aria-hidden="true"></i> 前台预览</a>
  49. </td>
  50. </tr>
  51. {/dede:datalist}
  52. </table>
  53. <table class="mb-3" width="98%" border="0" cellpadding="5" cellspacing="1" align="center"
  54. style=" border:1px solid #CFCFCF;line-height:31px;margin:auto;">
  55. <tr>
  56. <td height="35" align="center" style="background:#F9FCEF;padding:7px 6px 6px 10px;">{dede:pagelist
  57. listsize=6/}</td>
  58. </tr>
  59. </table>
  60. </body>
  61. </html>