国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

42 lignes
1.8KB

  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/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. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/index.css">
  11. <script src="<?php echo $cfg_cmsurl; ?>/static/web/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:98%" 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 btn-sm">提交</button>
  33. <button type="reset" name="reset" class="btn btn-success btn-sm">重置</button>
  34. </div>
  35. </form>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. <?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?>
  41. </body>
  42. </html>