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

40 lines
1.4KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title><?php echo $diy->name; ?></title>
  6. <link rel="stylesheet" href="../static/web/css/admin.css">
  7. <script language="javascript" src="../static/web/js/webajax.js"></script>
  8. <script language="javascript" src="js/main.js"></script>
  9. <script language="javascript">
  10. function SelectTemplets(fname){
  11. var pos = GetWinPos(800,600);
  12. 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);
  13. }
  14. </script>
  15. </head>
  16. <body>
  17. <form name="form1" action="diy_list.php" method="post" >
  18. <input type="hidden" name="action" value="post">
  19. <input type="hidden" name="diyid" value="<?php echo $diyid; ?>">
  20. <input type="hidden" name="do" value="2">
  21. <table width="98%" align="center" cellpadding="3" cellspacing="1">
  22. <tr>
  23. <td>
  24. <?php
  25. echo $postform;
  26. ?>
  27. </td>
  28. </tr>
  29. </table>
  30. <table width="98%" align="center" cellpadding="3" cellspacing="1">
  31. <tr>
  32. <td bgcolor="#f8f8f8" align="center" class="py-3">
  33. <input type="submit" name="submit" value="提交" class='np coolbg'>&nbsp;
  34. <input type="reset" name="reset" value="重置" class='np coolbg'>
  35. </td>
  36. </tr>
  37. </table>
  38. </form>
  39. </body>
  40. </html>