<style>
<!--
#foldheader{cursor:hand ; list-style-image:url(../images/fold.gif)}
#foldinglist{list-style-image:url(../images/list.gif)}
//body,td,th {
?font-size: 12px;
}
a:link {
?color: #666666;
?text-decoration: none;
}
a:visited {
?text-decoration: none;
?color: #666666;
}
a:hover {
?text-decoration: underline;
}
a:active {
?text-decoration: none;
}
body,td,th {
?font-size: 14px;
}
body {
?margin-top: 0px;
?margin-left: 0px;
}
-->
</style>
<script language="JavaScript1.2">
<!--
/**
?*? Based on Folding Menu Tree
?*? Dynamic Drive (www.1studio.net)
?*? For full source code, installation instructions,
?*? 100's more DHTML scripts, and Terms Of
?*? Use, www.1studio.net
?*
?*? Updated to support arbitrarily nested lists
?*? by 1studio@sina.com) 1studio 2001
?*/
var head="display:''"
img1=new Image()
img1.src="../images/fold.gif"
img2=new Image()
img2.src="../images/open.gif"
function change(){
?? if(!document.all)
????? return
?? if (event.srcElement.id=="foldheader") {
????? var srcIndex = event.srcElement.sourceIndex
????? var nested = document.all[srcIndex+1]
????? if (nested.style.display=="none") {
???????? nested.style.display=''
???????? event.srcElement.style.listStyleImage="url(../images/open.gif)"
????? }
????? else {
???????? nested.style.display="none"
???????? event.srcElement.style.listStyleImage="url(../images/fold.gif)"
????? }
?? }
}
document.onclick=change
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body bgcolor="#ffffff">
<table width="200" height="650" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#99CCFF">
? <tr>
??? <td background="image/title.gif" width="206" height="24" colspan="2">
????? <p align="center"><b><font color="#FFFFFF">功能菜單 </font></b></td>
? </tr>
? <tr>
??? <td height="404" align="left" valign="top" background="拖動到一個文件以選取它"><ul>
??????? <li id="foldheader">管理員管理</li>
??????? <ul id="foldinglist" style="display:none">
????????? <li><a href="../admin/adminSelf.jsp" target="mainframe">個人帳號管理</a></li>
????????? <li><a href="../admin/admin.jsp" target="mainframe">帳號管理</a></li>
??????? </ul>
??????? <li id="foldheader">作品管理</li>
??????? <ul id="foldinglist" style="display:none">
????????? <li><a href="../soft/newSoftCheck.jsp" target="mainframe">新作品審核</a></li>
????????? <li><a href="../soft/softDetail.jsp" target="mainframe">作品察看、設(shè)置</a></li>
??????? </ul>
??????? <li id="foldheader">訂單管理</li>
??????? <ul id="foldinglist" style="display:none">
????????? <li><a href="../order/orderCheck.jsp" target="mainframe">訂單審核</a></li>
????????? <li><a href="../order/orderRemittance.jsp" target="mainframe">未確認(rèn)訂單匯款</a></li>
??????? </ul>
??????? <li id="foldheader">作者管理</li>
??????? <ul id="foldinglist" style="display:none">
????????? <li><a href="../user/userAdmin.jsp" target="mainframe">作者帳號管理</a></li>
??????? </ul>
??????? <li id="foldheader">會員管理</li>
??????? <ul id="foldinglist" style="display:none">
????????? <li><a href="../member/memberDel.jsp" target="mainframe">查看會員帳號</a></li>
????????? <li><a href="../member/memberRemittance.jsp" target="mainframe">未確認(rèn)預(yù)存款匯單</a></li>
??????? </ul>
??????? <li id="foldheader">新聞管理</li>
??????? <ul id="foldinglist" style="display:none;color: #666666;">
????????? <li><a href="../news/news.jsp" target="mainframe">所有新聞</a></li>
??????? </ul>
??????? <li id="foldheader">系統(tǒng)管理</li>
??????? <ul id="foldinglist" style="display:none">
????????? <li><a href="../type/typeAdmin.jsp" target="mainframe">軟件類型</a></li>
????????? <li><a href="../rate/rateAdmin.jsp" target="mainframe">代理費率</a></li>
????????? <li><a href="../advice/adviceAdmin.jsp" target="mainframe">反饋意見</a></li>
????????? <li><a href="../visit/visitAdmin.jsp" target="mainframe">訪客記錄</a></li>
????????? <li><a href="../dbBackup/brmain.jsp" target="mainframe">數(shù)據(jù)庫備份</a></li>
?????????? </ul>
??????? <li id="KK"><a href="../login/loginOut.jsp" target="_parent">退出系統(tǒng)</a></li>
????? </ul>
??? </td>
? </tr>
</table>
</body>