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

57 lines
2.0KB

  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 href="css/base.css" rel="stylesheet" type="text/css" />
  7. <script language="javascript" src="../static/js/dedeajax2.js"></script>
  8. <script language="javascript" src="js/main.js"></script>
  9. <script language="javascript">
  10. <!--
  11. function SelectTemplets(fname){
  12. if(document.all){
  13. var posLeft = window.event.clientY-100;
  14. var posTop = window.event.clientX-400;
  15. }
  16. else{
  17. var posLeft = 100;
  18. var posTop = 100;
  19. }
  20. window.open("dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
  21. }
  22. -->
  23. </script>
  24. </head>
  25. <body leftmargin='8' topmargin='8'>
  26. <div class="bodytitle">
  27. <div class="bodytitleleft"></div>
  28. <div class="bodytitletxt">
  29. <a href='diy_main.php'><b>自定义表单管理</b></a> &gt; <a href='diy_list.php?action=list&diyid=<?php echo $diyid; ?>'><b><?php echo $diy->name; ?></b></a> &gt; <b>发布内容</b>
  30. </div>
  31. </div>
  32. <form name="form1" action="diy_list.php" method="post" >
  33. <input type="hidden" name="action" value="post" />
  34. <input type="hidden" name="diyid" value="<?php echo $diyid;?>" />
  35. <input type="hidden" name="do" value="2" />
  36. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#ffffff">
  37. <tr>
  38. <td bgcolor="#ffffff">
  39. <?php
  40. echo $postform;
  41. ?>
  42. </td>
  43. </tr>
  44. </table>
  45. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6">
  46. <tr>
  47. <td bgcolor="#F9FCEF" height="36" align="center">
  48. <input type="submit" name="submit" value="提交" class='np coolbg' />
  49. &nbsp;
  50. <input type="reset" name="reset" value="重置" class='np coolbg' />
  51. </td>
  52. </tr>
  53. </table>
  54. </form>
  55. </body>
  56. </html>