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

56 lines
1.6KB

  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 $s_lang?>" />
  5. <title>安装程序 - 织梦内容管理系统<?php echo $verMsg; ?></title>
  6. <link href="style.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <div class="top">
  10. <div class="top-logo">
  11. </div>
  12. <div class="top-link">
  13. <ul>
  14. <li><a href="https://www.dedebiz.com" target="_blank">DedeCMSv6</a></li>
  15. <li><a href="https://www.dedebiz.com/git" target="_blank">代码托管</a></li>
  16. <li><a href="https://www.dedebiz.com/help" target="_blank">帮助中心</a></li>
  17. <li><a href="https://www.dedebiz.com" target="_blank">Dede商业支持</a></li>
  18. </ul>
  19. </div>
  20. <div class="top-version">
  21. <!-- 版本信息 -->
  22. <h2>DEDECMS<?php echo $verMsg; ?></h2>
  23. </div>
  24. </div>
  25. <div class="main">
  26. <div class="pleft">
  27. <dl class="setpbox t1">
  28. <dt>安装步骤</dt>
  29. <dd>
  30. <ul>
  31. <li class="succeed">许可协议</li>
  32. <li class="succeed">环境检测</li>
  33. <li class="succeed">参数配置</li>
  34. <li class="now">安装模块</li>
  35. <li>安装完成</li>
  36. </ul>
  37. </dd>
  38. </dl>
  39. </div>
  40. <div class="pright">
  41. <div class="pr-title"><h3>正在安装模块</h3></div>
  42. <div class="install-msg">
  43. <iframe src="index.php?step=5" id="mainfra" name="mainfra" frameborder="0" width='100%' height='350px'></iframe>
  44. </div>
  45. </div>
  46. </div>
  47. <div class="foot">
  48. </div>
  49. </body>
  50. </html>