<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">功能菜单 &nbsp;</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">作品察看、设置</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">未确认订单汇款</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">未确认预存款汇单</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">系统管理</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">数据库备份</a></li>
           </ul>
        <li id="KK"><a href="../login/loginOut.jsp" target="_parent">退出系统</a></li>
      </ul>
    &nbsp;</td>
  </tr>
</table>

</body>

posted on 2006-08-27 09:22 pear 阅读(592) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: