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

49 lines
1.9KB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
  6. <title><?php echo $diy->name;?> - Powered by DedeBIZ</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/bootstrap.min.css">
  9. <link href="<?php echo $cfg_cmsurl;?>/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/dede.css">
  11. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/index.css">
  12. <script src="<?php echo $cfg_cmsurl;?>/static/js/jquery.min.js"></script>
  13. </head>
  14. <body>
  15. <div class="main mceneter">
  16. <?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?>
  17. <div class="container">
  18. <div class="ctitle">
  19. <h3><?php echo $diy->name;?>发布</h3>
  20. </div>
  21. <div class="cbox mceneter">
  22. <div class="maplist">
  23. <form action="<?php echo $cfg_cmspath;?>/plus/diy.php" enctype="multipart/form-data" 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 style="width:97%;" cellpadding="0" cellspacing="1" class="table">
  28. <?php
  29. echo $postform;
  30. ?>
  31. </table>
  32. <div align='center'>
  33. <button type="submit" name="submit" class='btn btn-success'>提 交</button>
  34. &nbsp;
  35. <button type="reset" name="reset" class='btn btn-success'>重 置</button>
  36. </div>
  37. </form>
  38. </div>
  39. </div>
  40. </div>
  41. </div>
  42. <?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?>
  43. </body>
  44. </html>