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

44 lines
1.8KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global name='cfg_soft_lang'/}">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  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/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css">
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
  11. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/index.css">
  12. <script src="<?php echo $cfg_cmsurl; ?>/static/web/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;?>/apps/diy.php" enctype="multipart/form-data"
  24. method="post">
  25. <input type="hidden" name="action" value="post">
  26. <input type="hidden" name="diyid" value="<?php echo $diyid;?>">
  27. <input type="hidden" name="do" value="2">
  28. <table style="width:98%" cellpadding="0" cellspacing="1" class="table">
  29. <?php
  30. echo $postform;
  31. ?>
  32. </table>
  33. <div align="center">
  34. <button type="submit" name="submit" class="btn btn-success btn-sm">提交</button>
  35. <button type="reset" name="reset" class="btn btn-success btn-sm">重置</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>