step-5.html
1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $s_lang?>" />
<title>安装程序 - 织梦内容管理系统<?php echo $verMsg; ?></title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="top">
<div class="top-logo">
</div>
<div class="top-link">
<ul>
<li><a href="http://www.dedecms.com" target="_blank">官方网站</a></li>
<li><a href="http://bbs.dedecms.com" target="_blank">技术论坛</a></li>
<li><a href="http://help.dedecms.com" target="_blank">帮助</a></li>
</ul>
</div>
<div class="top-version">
<!-- 版本信息 -->
<h2>DEDECMS<?php echo $verMsg; ?></h2>
</div>
</div>
<div class="main">
<div class="pleft">
<dl class="setpbox t1">
<dt>安装步骤</dt>
<dd>
<ul>
<li class="succeed">许可协议</li>
<li class="succeed">环境检测</li>
<li class="succeed">参数配置</li>
<li class="succeed">正在安装</li>
<li class="now">安装完成</li>
</ul>
</dd>
</dl>
</div>
<div class="pright">
<div class="pr-title"><h3>安装完成</h3></div>
<div class="install-msg">
恭喜您!已成功安装织梦内容管理系统.您现在可以:
<br />
<?php echo $errmsg; ?>
</div>
<div class="over-link fs-14">
<iframe src='module_autos.php' id='mainfra' name='mainfra' frameborder='0' width='100%' height='30px'></iframe>
</div>
<div class="install-msg">
或者访问织梦网站:<br />
</div>
<div class="over-link">
<a href="http://www.dedecms.com" target="_blank">织梦官方网站</a>
<a href="http://bbs.dedecms.com" target="_blank">织梦论坛</a>
<a href="http://help.dedecms.com" target="_blank">帮助中心</a>
</div>
</div>
</div>
<div class="foot">
</div>
</body>
</html>