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

41 lines
1.2KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="<?php echo $cfg_soft_lang; ?>">
  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>
  25. <?php
  26. echo $postform;
  27. ?>
  28. </td>
  29. </tr>
  30. </table>
  31. <table width="98%" align="center" cellpadding="3" cellspacing="1">
  32. <tr>
  33. <td bgcolor="#f8f8f8" align="center" class="py-3">
  34. <input type="submit" name="submit" value="提交" class='np coolbg'>&nbsp;
  35. <input type="reset" name="reset" value="重置" class='np coolbg'>
  36. </td>
  37. </tr>
  38. </table>
  39. </form>
  40. </body>
  41. </html>