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

  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;?> - Powered by DedeBIZ</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/bootstrap.min.css">
  8. <link href="<?php echo $cfg_cmsurl;?>/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/dede.css">
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/index.css">
  11. <script src="<?php echo $cfg_cmsurl;?>/static/js/jquery.min.js"></script>
  12. </head>
  13. <body>
  14. <div class="main mceneter">
  15. <?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?>
  16. <div class="container">
  17. <div class="ctitle">
  18. <h3><?php echo $diy->name;?>发布</h3>
  19. </div>
  20. <div class="cbox mceneter">
  21. <div class="maplist">
  22. <form action="<?php echo $cfg_cmspath;?>/apps/diy.php" enctype="multipart/form-data" method="post">
  23. <input type="hidden" name="action" value="post" />
  24. <input type="hidden" name="diyid" value="<?php echo $diyid;?>" />
  25. <input type="hidden" name="do" value="2" />
  26. <table style="width:97%;" cellpadding="0" cellspacing="1" class="table">
  27. <?php
  28. echo $postform;
  29. ?>
  30. </table>
  31. <div align='center'>
  32. <button type="submit" name="submit" class='btn btn-success'>提 交</button>
  33. &nbsp;
  34. <button type="reset" name="reset" class='btn btn-success'>重 置</button>
  35. </div>
  36. </form>
  37. </div>
  38. </div>
  39. </div>
  40. </div>
  41. <?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?>
  42. </body>
  43. </html>