|
|
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
|
<%@page import="com.ace.shopping.domain.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="servlet/T_boardServlet?op=show">首页</a></li>
|
|
|
<li ><a href="admin-templates">更多后台模板</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>
|
|
|
<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>关于我们
|
|
|
ACE网上商城介绍
|
|
|
专卖店介绍
|
|
|
戴尔官方网上商城是戴尔计算机(中国)有限公司设立的官方网上购物商城,戴尔一站式平价数码购物商城。提供戴尔最新产品展示、热卖产品、产品报价、产品促销信息。作为官方购物网站拥有全系列产品,同时为您提供最新的产品促销信息以及新品咨询,为您提供产品技术支持和解决方案,产品应有尽有。
|
|
|
|
|
|
店铺名称:ACEshop
|
|
|
代理品牌:戴尔
|
|
|
店铺所属类型:企业官方网店(旗舰店)
|
|
|
主营产品:一体电脑、笔记本电池、笔记本电脑、平板电脑、PC
|
|
|
详细地址:http://www.ACEshop.com.cn/
|
|
|
合作加盟
|
|
|
为了实现优势互补、共同发展,ACEshop商城愿意与各有志创业青年在平等互利的基础上开展多种形式的合作。
|
|
|
信息合作:包括商品各种信息合作。
|
|
|
活动合作:包括组织会议,举办活动等。
|
|
|
战略合作:包括共同拓展市场。
|
|
|
|
|
|
对外合作、商务谈判、广告业务: 联系人:ACE
|
|
|
010-82296534 010-82296550(Fax) info@ace.cn aceshop@ace.cn
|
|
|
</h2>
|
|
|
</div>
|
|
|
</div></div>
|
|
|
<div id="bottomDiv"></div>
|
|
|
</div>
|
|
|
<script language="javascript">
|
|
|
$("#test1").toggle(function(){$("#test").slideDown()},function(){$("#test").slideUp()})
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|
|
|
</html>
|