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

35 lines
1.2KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title><?php echo $diy->name;?></title>
  7. <link rel="stylesheet" href="../static/web/css/admin.css">
  8. <script src="../static/web/js/webajax.js"></script>
  9. <script src="js/main.js"></script>
  10. </head>
  11. <body>
  12. <form name="form1" action="diy_list.php" method="post">
  13. <input type="hidden" name="action" value="post">
  14. <input type="hidden" name="diyid" value="<?php echo $diyid;?>">
  15. <input type="hidden" name="do" value="2">
  16. <table width="98%" align="center">
  17. <tr>
  18. <td><?phpecho $postform;?></td>
  19. </tr>
  20. <tr>
  21. <td bgcolor="#f5f5f5" align="center">
  22. <input type="submit" name="submit" class="btn btn-success btn-sm" value="提交">
  23. <input type="reset" name="reset" class="btn btn-outline-success btn-sm" value="重置">
  24. </td>
  25. </tr>
  26. </table>
  27. </form>
  28. <script>
  29. function SelectTemplets(fname){
  30. var pos = GetWinPos(800,600);
  31. window.open("dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left="+pos.left+", top="+pos.top);
  32. }
  33. </script>
  34. </body>
  35. </html>