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

46 lines
1.7KB

  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 leftmargin='8' topmargin='8'>
  17. <div class="bodytitle">
  18. <div class="bodytitleleft"></div>
  19. <div class="bodytitletxt">
  20. <a href='diy_main.php'>自定义表单管理</a> &gt; <a href='diy_list.php?action=list&diyid=<?php echo $diyid; ?>'><?php echo $diy->name; ?></a> &gt; 发布内容
  21. </div>
  22. </div>
  23. <form name="form1" action="diy_list.php" method="post" >
  24. <input type="hidden" name="action" value="post">
  25. <input type="hidden" name="diyid" value="<?php echo $diyid; ?>">
  26. <input type="hidden" name="do" value="2">
  27. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#ffffff">
  28. <tr>
  29. <td bgcolor="#ffffff">
  30. <?php
  31. echo $postform;
  32. ?>
  33. </td>
  34. </tr>
  35. </table>
  36. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1">
  37. <tr>
  38. <td bgcolor="#f8f8f8" height="36" align="center">
  39. <input type="submit" name="submit" value="提交" class='np coolbg' />&nbsp;
  40. <input type="reset" name="reset" value="重置" class='np coolbg' />
  41. </td>
  42. </tr>
  43. </table>
  44. </form>
  45. </body>
  46. </html>