|
|
@@ -1,7 +1,7 @@ |
|
|
|
<!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; ?>"> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> |
|
|
|
<title>DedeBIZ menu</title> |
|
|
|
<link rel="stylesheet" href="css/base.css"> |
|
|
|
<script src="../static/js/dedeajax2.js"></script> |
|
|
@@ -12,22 +12,20 @@ echo "<script>var curopenItem = '$openitem';</script>"; |
|
|
|
<script src="js/leftmenu.js"></script> |
|
|
|
<style> |
|
|
|
body{margin:0;background:#f8f8f8;padding-left:10px;overflow:scroll;overflow-x:hidden} |
|
|
|
img{margin-right:0} |
|
|
|
img{margin-right:0;border-radius:0} |
|
|
|
div{margin:0;padding:0} |
|
|
|
dl.bitem{margin:0 0 4px 10px;width:140px;background:url(images/menunewbg.gif)repeat-x;clear:both} |
|
|
|
dl.bitem2{margin:0 0 4px 10px;width:140px;background:url(images/menunewbg2.gif)repeat-x;clear:both} |
|
|
|
dl.bitem{margin:0 0 2px 10px;width:140px;background:url(images/menunewbg.gif)repeat-x;clear:both} |
|
|
|
dl.bitem2{margin:0 0 2px 10px;width:140px;background:url(images/menunewbg2.gif)repeat-x;clear:both} |
|
|
|
dl.bitem dt,dl.bitem2 dt{padding-left:30px;height:26px;line-height:26px;cursor:pointer} |
|
|
|
dl.bitem dt b,dl.bitem2 dt b{color:#4f7632} |
|
|
|
dl.bitem dd,dl.bitem2 dd{padding:10px;background:#ffffff} |
|
|
|
div.items{clear:both;padding:0;height:0} |
|
|
|
.fllct{float:left;width:80px} |
|
|
|
.flrct{float:left;padding-top:4px} |
|
|
|
.sitemu li{padding:0 0 0 20px;height:26px;line-height:26px;background:url(images/arr4.gif)no-repeat 6px 10px} |
|
|
|
a.mmac div{padding:7px 4px 4px 10px;height:40px;font-weight:600;color:#4f7632;background:url(images/leftbg2.gif)no-repeat} |
|
|
|
dl.bitem dt b,dl.bitem2 dt b{color:#4f7632} |
|
|
|
a.mm div{padding:7px 4px 4px 10px;height:40px;font-weight:600;color:#666666;background:url(images/leftmbg1.gif)no-repeat;cursor:pointer} |
|
|
|
a.mm:hover div{color:#4f7632;background:url(images/leftbg2.gif)no-repeat} |
|
|
|
a.mmac div{padding:7px 4px 4px 10px;height:40px;font-weight:600;color:#4f7632;background:url(images/leftbg2.gif)no-repeat} |
|
|
|
#mainct{padding-top:12px;background:url(images/idnbg1.gif)repeat-y} |
|
|
|
.mmf{padding:6px} |
|
|
|
.sitemu li{padding:0 0 0 20px;height:26px;line-height:26px;background:url(images/arr4.gif)no-repeat 6px 10px} |
|
|
|
.fllct{float:left;width:80px} |
|
|
|
.flrct{float:left;padding-top:4px} |
|
|
|
</style> |
|
|
|
<link rel="stylesheet" href="images/style<?php echo $cfg_admin_skin;?>/style.css"> |
|
|
|
<base target="main"> |
|
|
@@ -35,7 +33,7 @@ a.mm:hover div{color:#4f7632;background:url(images/leftbg2.gif)no-repeat} |
|
|
|
<body target="main" onLoad="CheckOpenMenu();"> |
|
|
|
<table width="180" align="left" cellspacing="0" cellpadding="0"> |
|
|
|
<tr> |
|
|
|
<td valign="top" style="padding-top:10px" width="20"> |
|
|
|
<td valign="top" style="padding-top:10px" width="26"> |
|
|
|
<a id="link1" class="mmac"><div onClick="ShowMainMenu(1)">核心</div></a> |
|
|
|
<a id="link100" class="mm"><div onClick="ShowMainMenu(100)">模块</div></a> |
|
|
|
<a id="link5" class="mm"><div onClick="ShowMainMenu(5)">生成</div></a> |
|
|
@@ -48,7 +46,6 @@ a.mm:hover div{color:#4f7632;background:url(images/leftbg2.gif)no-repeat} |
|
|
|
<?php |
|
|
|
} |
|
|
|
?> |
|
|
|
<div class="mmf"></div> |
|
|
|
</td> |
|
|
|
<td width="160" id="mainct" valign="top"> |
|
|
|
<div id="ct1"> |
|
|
@@ -67,7 +64,7 @@ a.mm:hover div{color:#4f7632;background:url(images/leftbg2.gif)no-repeat} |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td width="26"></td> |
|
|
|
<td width="160" valign="top"><img src='images/idnbgfoot.gif'></td> |
|
|
|
<td width="160" valign="top"><img src="images/idnbgfoot.gif"></td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<?php |
|
|
|