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

36 lines
1.5KB

  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;?>-<?php echo $cfg_webname;?></title>
  7. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css">
  10. <script src="<?php echo $cfg_cmsurl;?>/static/web/js/jquery.min.js"></script>
  11. </head>
  12. <body>
  13. <?php pasterTempletDiy('top.htm');?>
  14. <div class="container py-3">
  15. <div class="ctitle">
  16. <h3><?php echo $diy->name;?>发布</h3>
  17. </div>
  18. <div class="cbox mceneter">
  19. <div class="maplist">
  20. <form action="<?php echo $cfg_cmspath;?>/apps/diy.php" enctype="multipart/form-data" method="post">
  21. <input type="hidden" name="action" value="post">
  22. <input type="hidden" name="diyid" value="<?php echo $diyid;?>">
  23. <input type="hidden" name="do" value="2">
  24. <table cellpadding="0" cellspacing="1" class="table">
  25. <?php echo $postform;?>
  26. <div align="center">
  27. <button type="submit" name="submit" class="btn btn-success">提交</button>
  28. <button type="reset" name="reset" class="btn btn-success">重置</button>
  29. </div>
  30. </form>
  31. </div>
  32. </div>
  33. </div>
  34. <?php pasterTempletDiy('foot.htm');?>
  35. </body>
  36. </html>