123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400 |
- <%@ page language="java" pageEncoding="utf-8"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
- <%
- String path = request.getContextPath();
- %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://wwntw.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>管理页面</title>
- <script src="js/prototype.lite.js" type="text/javascript" >
- </script>
- <script src="js/moo.fx.js" type="text/javascript" >
- </script>
- <script src="js/moo.fx.pack.js" type="text/javascript" >
- </script>
- <style>
- body {
- font: 12px Arial, Helvetica, sans-serif;
- color: #000;
- background-color: #EEF2FB;
- margin: 0px;
- }
-
- #container {
- width: 182px;
- }
-
- H1 {
- font-size: 12px;
- margin: 0px;
- width: 182px;
- cursor: pointer;
- height: 30px;
- line-height: 20px;
- }
-
- H1 a {
- display: block;
- width: 182px;
- color: #000;
- height: 30px;
- text-decoration: none;
- moz-outline-style: none;
- background-image: url(images/menu_bgs.gif);
- background-repeat: no-repeat;
- line-height: 30px;
- text-align: center;
- margin: 0px;
- padding: 0px;
- }
-
- .content {
- width: 182px;
- height: 26px;
- }
-
- .MM ul {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- display: block;
- }
-
- .MM li {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- line-height: 26px;
- color: #333333;
- list-style-type: none;
- display: block;
- text-decoration: none;
- height: 26px;
- width: 182px;
- padding-left: 0px;
- }
-
- .MM {
- width: 182px;
- margin: 0px;
- padding: 0px;
- left: 0px;
- top: 0px;
- right: 0px;
- bottom: 0px;
- clip: rect(0px, 0px, 0px, 0px);
- }
-
- .MM a:link {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- line-height: 26px;
- color: #333333;
- background-image: url(images/menu_bg1.gif);
- background-repeat: no-repeat;
- height: 26px;
- width: 182px;
- display: block;
- text-align: center;
- margin: 0px;
- padding: 0px;
- overflow: hidden;
- text-decoration: none;
- }
-
- .MM a:visited {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- line-height: 26px;
- color: #333333;
- background-image: url(images/menu_bg1.gif);
- background-repeat: no-repeat;
- display: block;
- text-align: center;
- margin: 0px;
- padding: 0px;
- height: 26px;
- width: 182px;
- text-decoration: none;
- }
-
- .MM a:active {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- line-height: 26px;
- color: #333333;
- background-image: url(images/menu_bg1.gif);
- background-repeat: no-repeat;
- height: 26px;
- width: 182px;
- display: block;
- text-align: center;
- margin: 0px;
- padding: 0px;
- overflow: hidden;
- text-decoration: none;
- }
-
- .MM a:hover {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- line-height: 26px;
- font-weight: bold;
- color: #006600;
- background-image: url(images/menu_bg2.gif);
- background-repeat: no-repeat;
- text-align: center;
- display: block;
- margin: 0px;
- padding: 0px;
- height: 26px;
- width: 182px;
- text-decoration: none;
- }
- </style>
- </head>
- <body>
- <table width="100%" height="280" border="0" cellpadding="0"
- cellspacing="0" bgcolor="#EEF2FB">
- <tr>
- <td width="182" valign="top">
- <div id="container">
-
- <h1 class="type">
- <a href="javascript:void(0)">系统管理</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
-
- <c:if test="${sessionScope.admin.username=='admin'}">
-
-
- <li>
- <a href="<%=path %>/adminManage.action" target="main">管理员维护</a>
- </li>
- <li>
- <a href="<%=path %>/admin/index/adminAdd.jsp" target="main">管理员添加</a>
- </li>
- </c:if>
- <li>
- <a href='<%=path %>/admin/index/userinfo.jsp' target='main'>密码修改</a>
- </li>
-
- </ul>
- </div>
-
-
-
- <h1 class="type">
- <a href="javascript:void(0)">会员管理</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
- <li>
- <a href="<%=path %>/userMana.action?utype=1" target="main">会员管理</a>
- </li>
-
- </ul>
- </div>
-
-
-
-
-
- <h1 class="type">
- <a href="javascript:void(0)">商品管理</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
-
-
- <li>
- <a href="<%=path %>/catelogMana.action" target="main">商品类别管理</a>
- </li>
-
-
-
- <li>
- <a href="<%=path %>/goodsManaNoTejia.action" target="main">商品信息管理</a>
- </li>
-
-
-
-
- </ul>
- </div>
-
-
-
-
- <h1 class="type">
- <a href="javascript:void(0)">订单管理</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
- <li>
- <a href="<%=path %>/orderMana.action" target="main">订单管理</a>
- </li>
-
- </ul>
- </div>
-
- <h1 class="type">
- <a href="javascript:void(0)">财务统计</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
-
-
- <li>
- <a href="<%=path %>/report2.action" target="main">财务统计</a>
- </li>
-
- <li>
- <a href="<%=path %>/reportMonth.action" target="main">月收入统计</a>
- </li>
-
-
- </ul>
- </div>
-
- <h1 class="type">
- <a href="javascript:void(0)">店铺公告</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
- <li>
- <a href="<%=path %>/gonggaoMana.action" target="main">店铺公告</a>
- </li>
-
- </ul>
- </div>
-
-
- <h1 class="type">
- <a href="javascript:void(0)">投诉建议</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
- <li>
- <a href="<%=path %>/liuyanMana.action" target="main">投诉建议</a>
- </li>
-
- </ul>
- </div>
-
-
- <h1 class="type">
- <a href="javascript:void(0)">评论管理</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
- <li>
- <a href="<%=path %>/pinlunMana.action" target="main">评论管理</a>
- </li>
-
- </ul>
- </div>
-
-
-
-
- <h1 class="type">
- <a href="javascript:void(0)">退出系统</a>
- </h1>
- <div class="content">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="images/menu_topline.gif" width="182" height="5" />
- </td>
- </tr>
- </table>
- <ul class="MM">
-
-
- <li>
- <a href='#' onclick='javascript:window.parent.location="<%=path %>/adminlogout.jsp"'>退出系统</a>
- </li>
-
-
- </ul>
- </div>
- </div>
-
- <script type="text/javascript">
- var contents = document.getElementsByClassName('content');
- var toggles = document.getElementsByClassName('type');
-
- var myAccordion = new fx.Accordion(toggles, contents, {
- opacity : true,
- duration : 400
- });
- myAccordion.showThisHideOpen(contents[0]);
- </script>
- </td>
- </tr>
- </table>
- </body>
- </html>
|