index_body.htm
2.74 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!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 $cfg_soft_lang; ?>">
<title>DedeCms Home</title>
</head>
<body>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id='' style='float:right;padding-right:8px;'>
<!-- //保留位置(顶右) -->
</div>
</td>
</tr>
<tr>
</tr>
</table>
<div id="__testEvn"></div>
<div id='mainmsg'>
<div class="column" id="column1"><!--左侧开始-->
<dl class="dbox" id="item1">
<dt class='lside'></dt>
<dd>
<div id='updatetest'>
<div id='updateinfos'>
</div>
</div>
</dd>
</dl><!--更新消息结束-->
<dl class='dbox' id="item2">
<dt class='lside'></dt>
<dd>
<iframe name="showauth" src="index_body.php?dopost=showauth" width="100%" frameborder="0" scrolling="no" marginwidth="10" marginheight="10" id="showauth"></iframe>
</dd>
</dl><!--更新消息结束-->
<dl class='dbox' id="item3">
<dt class='lside'>
<div class='l'></div>
<div class='r'></div>
</dt>
<dd>
<div id='quickmenu'>
</div>
</dd>
</dl><!--快捷操作结束-->
<dl class="dbox" id="item4">
<dt class='lside'></dt>
<dd class='intable'>
<table width="98%" class="dboxtable">
</table>
</dd>
</dl><!--系统基本信息结束-->
<dl class='dbox' id="item5">
<dt class='lside'></dt>
<dd class='intable'>
<table width="98%" class="dboxtable">
</table>
</dd>
</dl><!--开发团队结束-->
</div><!--左侧结束-->
<div class="column" id="column2" ><!-- //右边的快捷消息开始 -->
</div>
</div>
<br style='clear:both'/>
<!-- //底部 -->
<div align="center" class="footer">
</div>
<!-- 下面是隐藏的项目 -->
<div id='loaddiv' style='display:none'>
</div>
<div id="editTab">
<span id='editTabBody'></span>
</div>
<div id="addTab">
<form name='addform' action='index_body.php'>
<input type='hidden' name='dopost' value='addnew' />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
</table>
</form>
</div>
</div>
</body>
</html>