|
|
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
|
<%@page import="com.ace.shopping.beans.QUser"%>
|
|
|
<%
|
|
|
String path = request.getContextPath();
|
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
|
%>
|
|
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
<html>
|
|
|
<head>
|
|
|
<base href="<%=basePath%>">
|
|
|
|
|
|
<title>My JSP 'ShopManagerMain.jsp' starting page</title>
|
|
|
|
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
|
<meta http-equiv="expires" content="0">
|
|
|
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
|
|
<meta http-equiv="description" content="This is my page">
|
|
|
<!--
|
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
|
-->
|
|
|
|
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
<title>后台管理系统</title>
|
|
|
<script language="javascript" src="jquery.js"></script>
|
|
|
<style type="text/css">
|
|
|
<!--
|
|
|
* {
|
|
|
margin:0px;
|
|
|
padding:0px;
|
|
|
}
|
|
|
html, body{
|
|
|
height:100%;
|
|
|
overflow: hidden;
|
|
|
|
|
|
}
|
|
|
html>body{ /*-- for !IE6.0 --*/
|
|
|
width: auto;
|
|
|
height: auto;
|
|
|
position: absolute;
|
|
|
top: 0px;
|
|
|
left: 0px;
|
|
|
right: 0px;
|
|
|
bottom: 0px;
|
|
|
|
|
|
}
|
|
|
body {
|
|
|
border:8px solid #ffffff;
|
|
|
background-color: #ffffff;min-width:230px;
|
|
|
}
|
|
|
#mainDiv {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
padding:60px 0px 25px 0px;;
|
|
|
|
|
|
|
|
|
}
|
|
|
#centerDiv{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background-color:#00CCFF;
|
|
|
padding-left:158px;
|
|
|
}
|
|
|
#mainDiv>#centerDiv{ /*-- for !IE6.0 --*/
|
|
|
width: auto;
|
|
|
height: auto;
|
|
|
position: absolute;
|
|
|
top: 56px;
|
|
|
left: 0px;
|
|
|
right: 0px;
|
|
|
bottom: 20px;
|
|
|
|
|
|
}
|
|
|
#left{
|
|
|
width:158px;
|
|
|
height:100%;
|
|
|
background:url(images/slide.jpg) repeat-y;
|
|
|
position:absolute;
|
|
|
left:0px;
|
|
|
}
|
|
|
#lhead{
|
|
|
background:url(images/left-head.jpg) left top no-repeat;
|
|
|
height:25px;
|
|
|
font-size:14px;
|
|
|
color:#FF9933;
|
|
|
text-align:center;
|
|
|
line-height:25px;
|
|
|
}
|
|
|
#right{
|
|
|
width:100%;
|
|
|
height:100%;
|
|
|
background:#ffffff;
|
|
|
position:absolute;
|
|
|
overflow-y:auto;
|
|
|
border:1px #003366 solid;
|
|
|
padding:20px 0 0 10px;
|
|
|
font-size:12px;
|
|
|
font-family:"宋体";
|
|
|
}
|
|
|
#centerDiv>#right{
|
|
|
width:auto;
|
|
|
height:auto;
|
|
|
position:absolute;
|
|
|
top:0px;
|
|
|
right:0px;
|
|
|
left:158px;
|
|
|
bottom:0px;
|
|
|
}
|
|
|
#topDiv{
|
|
|
width:100%;
|
|
|
height:56px;
|
|
|
|
|
|
background:url(images/head-bg.jpg) repeat-x;
|
|
|
position:absolute;
|
|
|
top:0px;
|
|
|
overflow:hidden;
|
|
|
}
|
|
|
#topDiv ul{
|
|
|
list-style:none;
|
|
|
font-size:12px;
|
|
|
|
|
|
width:100%;
|
|
|
margin:0;
|
|
|
padding:0;
|
|
|
}
|
|
|
#topDiv ul li{
|
|
|
float:left;
|
|
|
width:15%
|
|
|
}
|
|
|
#topDiv ul li a {
|
|
|
display:block;
|
|
|
width:100%;
|
|
|
height:25px;
|
|
|
line-height:25px;
|
|
|
background:url(images/menu-bg.jpg) repeat-x;
|
|
|
color:#FFFFFF;
|
|
|
direction:none;
|
|
|
text-align:center;
|
|
|
border-bottom:1px #000066 solid;
|
|
|
border:1px #06597D solid;
|
|
|
}
|
|
|
#tmenu{
|
|
|
width:100%;
|
|
|
position:absolute;
|
|
|
left:12%;
|
|
|
bottom:0;
|
|
|
padding-left:15%;
|
|
|
margin-left:-15%;
|
|
|
}
|
|
|
#current{
|
|
|
background:#ccc;
|
|
|
height:25px;
|
|
|
line-height:25px;
|
|
|
margin:-20px 0 0 -10;
|
|
|
overflow:hidden;
|
|
|
}
|
|
|
#bottomDiv{
|
|
|
width:100%;
|
|
|
height:20px;
|
|
|
background:url(images/bottom.jpg) repeat-x;
|
|
|
position:absolute;
|
|
|
bottom:0px;
|
|
|
bottom:-1px; /*-- for IE6.0 --*/
|
|
|
}
|
|
|
#left ul{
|
|
|
list-style:none;
|
|
|
font-size:12px;
|
|
|
margin:50px 0 0 8px;
|
|
|
}
|
|
|
#left ul li a{
|
|
|
display:block;
|
|
|
width:140px;
|
|
|
height:25px;
|
|
|
line-height:25px;
|
|
|
background:url(images/menu-bg.jpg) repeat-x;
|
|
|
color:#FFFFFF;
|
|
|
direction:none;
|
|
|
text-align:center;
|
|
|
border-bottom:1px #000066 solid;
|
|
|
border:1px #06597D solid;
|
|
|
}
|
|
|
#left ul li a:hover{
|
|
|
|
|
|
background:url(images/menu-bg.jpg) 0px 25px;
|
|
|
color:#99FFCC;
|
|
|
direction:none;
|
|
|
text-align:center;
|
|
|
border-bottom:1px #000066 solid;
|
|
|
}
|
|
|
#form{
|
|
|
width:80%;
|
|
|
height:99%;
|
|
|
margin:0 auto;
|
|
|
_margin-left:20%;
|
|
|
|
|
|
}
|
|
|
fieldset{
|
|
|
width:100%;
|
|
|
margin:20 auto;
|
|
|
line-height:35px;
|
|
|
padding-left:20PX;
|
|
|
}
|
|
|
-->
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="mainDiv">
|
|
|
<div id="topDiv">
|
|
|
<div id="tmenu"><ul>
|
|
|
<li ><a href="ShopManagerMain.jsp">首页</a></li>
|
|
|
<li ><a href="javascript:window.history.go(1)">前进</a></li>
|
|
|
<li ><a href="javascript:window.history.go(-1)">后退</a></li>
|
|
|
<li ><a href="javascript:window.history.go(0)">刷新</a></li>
|
|
|
<li ><a href="servlet/ShopManagerServlet?op=help">帮助</a></li>
|
|
|
</ul></div></div>
|
|
|
<div id="centerDiv">
|
|
|
|
|
|
<div id="left">
|
|
|
<div id="lhead">管理菜单</div>
|
|
|
<ul>
|
|
|
<li ><a href="servlet/ShopManagerServlet?op=ShowQuser">查看用户</a></li>
|
|
|
<li ><a href="servlet/T_boardServlet?op=five">公告管理</a></li>
|
|
|
<li ><a href="servlet/AdGoodsListServlet">商品管理</a></li>
|
|
|
<li ><a href="admin-templates">商品类型管理</a></li>
|
|
|
<li ><a href="admin-templates">订单管理</a></li>
|
|
|
<li ><a href="admin-templates">管理员用户管理</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div id="right">
|
|
|
<div id="current"> 当前位置:</div>
|
|
|
<div id="form" align="center">
|
|
|
<H1>帮助</H1>
|
|
|
<h2>每个品牌均独一无二,每位顾客均与众不同:
|
|
|
与其他经销商不同,我们坚信每个品牌均独树一帜,提供不同的产品体验。
|
|
|
<br/>
|
|
|
我们的网站如实反映这一信念:
|
|
|
深入每个品牌的独有世界与经历,探索它们的独一性。正因如此,我们发展了Kiehl's多元商店理念。在此,每个品牌将为您提供各自的美容观念,
|
|
|
独有服务与专家建议。
|
|
|
<br/>
|
|
|
奢侈本质为最佳服务:
|
|
|
我们不固守免费运送,因为我们相信必须为您提供最佳送货服务。但是我们很荣幸向您提供价格仅为10元的行业领先的物流公司快递服务,并且为任何600元以上的定购提供免费送货服务。
|
|
|
<br/>
|
|
|
我们不提供价格优惠,因为我们是世界最知名美容品牌的官方在线经销商。但是,鉴于希望为您实现真正物有所值,我们为您提供独有专贵服务:
|
|
|
独家在线限量版产品
|
|
|
独家在线套装
|
|
|
本网站购买任一品牌产品均可任选一款免费试用装
|
|
|
<br/>
|
|
|
互联网应使您的生活更便利:
|
|
|
您可在线或离线任意购买产品,无论何时何地购买,您将获得最喜爱的品牌会员计划之相关积分。不久,您将可在线兑换积分,选择礼品,该礼品将寄送至您指定地点。
|
|
|
<br/>
|
|
|
欧莱雅(中国)拥有最终解释权。
|
|
|
</h2>
|
|
|
<img src="images/help.jpg"/>
|
|
|
</div>
|
|
|
</div></div>
|
|
|
<div id="bottomDiv"></div>
|
|
|
</div>
|
|
|
<script language="javascript">
|
|
|
$("#test1").toggle(function(){$("#test").slideDown()},function(){$("#test").slideUp()})
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|
|
|
</html>
|