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

37 lines
1.3KB

  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. <script>
  11. function SelectTemplets(fname){
  12. var pos = GetWinPos(800,600);
  13. 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);
  14. }
  15. </script>
  16. </head>
  17. <body>
  18. <form name="form1" action="diy_list.php" method="post">
  19. <input type="hidden" name="action" value="post">
  20. <input type="hidden" name="diyid" value="<?php echo $diyid;?>">
  21. <input type="hidden" name="do" value="2">
  22. <table width="98%" align="center" cellpadding="3" cellspacing="1">
  23. <tr>
  24. <td><?phpecho $postform;?></td>
  25. </tr>
  26. </table>
  27. <table width="98%" align="center" cellpadding="3" cellspacing="1">
  28. <tr>
  29. <td bgcolor="#f5f5f5" align="center">
  30. <input type="submit" name="submit" class="btn btn-success btn-sm" value="提交">
  31. <input type="reset" name="reset" class="btn btn-outline-success btn-sm" value="重置">
  32. </td>
  33. </tr>
  34. </table>
  35. </form>
  36. </body>
  37. </html>