forked from ps2hc5nfx/youxi
Compare commits
64 Commits
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
<div class="shop_footer">
|
<div class="shop_footer">
|
||||||
<div class="shop_footer_link">
|
<div class="shop_footer_link">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<a href="../system/login" target="_blank">登录后台</a>|
|
<a href="../system/login" target="_blank">登录后台</a>|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="shop_footer_copy">
|
<div class="shop_footer_copy">
|
||||||
<p>游戏周边商城</p>
|
<p>游戏周边商城</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
@ -1,146 +1,146 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||||
<title>游戏周边商城-${title}</title>
|
<title>游戏周边商城-${title}</title>
|
||||||
<link rel="stylesheet" href="../resources/home/css/base.css" type="text/css" />
|
<link rel="stylesheet" href="../resources/home/css/base.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../resources/home/css/shop_common.css" type="text/css" />
|
<link rel="stylesheet" href="../resources/home/css/shop_common.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../resources/home/css/shop_header.css" type="text/css" />
|
<link rel="stylesheet" href="../resources/home/css/shop_header.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="../resources/home/css/shop_home.css" type="text/css" />
|
<link rel="stylesheet" href="../resources/home/css/shop_home.css" type="text/css" />
|
||||||
<script type="text/javascript" src="../resources/home/js/jquery.js" ></script>
|
<script type="text/javascript" src="../resources/home/js/jquery.js" ></script>
|
||||||
<script type="text/javascript" src="../resources/home/js/topNav.js" ></script>
|
<script type="text/javascript" src="../resources/home/js/topNav.js" ></script>
|
||||||
<script type="text/javascript" src="../resources/home/js/focus.js" ></script>
|
<script type="text/javascript" src="../resources/home/js/focus.js" ></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Header -wll-2013/03/24 -->
|
<!-- Header -wll-2013/03/24 -->
|
||||||
<div class="shop_hd">
|
<div class="shop_hd">
|
||||||
<!-- Header TopNav -->
|
<!-- Header TopNav -->
|
||||||
<div class="shop_hd_topNav">
|
<div class="shop_hd_topNav">
|
||||||
<div class="shop_hd_topNav_all">
|
<div class="shop_hd_topNav_all">
|
||||||
<!-- Header TopNav Left -->
|
<!-- Header TopNav Left -->
|
||||||
<div class="shop_hd_topNav_all_left">
|
<div class="shop_hd_topNav_all_left">
|
||||||
<p>您好,欢迎来到<b><a href="/youxi">游戏周边商城</a></b>
|
<p>您好,欢迎来到<b><a href="/youxi">游戏周边商城</a></b>
|
||||||
<c:if test="${account == null }">
|
<c:if test="${account == null }">
|
||||||
[<a href="../home/login">登录</a>][<a href="../home/register">注册</a>]
|
[<a href="../home/login">登录</a>][<a href="../home/register">注册</a>]
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${account != null }">
|
<c:if test="${account != null }">
|
||||||
[${account.name }]
|
[${account.name }]
|
||||||
</c:if>
|
</c:if>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Header TopNav Left End -->
|
<!-- Header TopNav Left End -->
|
||||||
|
|
||||||
<!-- Header TopNav Right -->
|
<!-- Header TopNav Right -->
|
||||||
<div class="shop_hd_topNav_all_right">
|
<div class="shop_hd_topNav_all_right">
|
||||||
<ul class="topNav_quick_menu">
|
<ul class="topNav_quick_menu">
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<div class="topNav_menu">
|
<div class="topNav_menu">
|
||||||
<a href="#" class="topNavHover">我的商城<i></i></a>
|
<a href="#" class="topNavHover">我的商城<i></i></a>
|
||||||
<div class="topNav_menu_bd" style="display:none;" >
|
<div class="topNav_menu_bd" style="display:none;" >
|
||||||
<ul>
|
<ul>
|
||||||
<li><a title="已买到的商品"href="../order/list">已买到的商品</a></li>
|
<li><a title="已买到的商品"href="../order/list">已买到的商品</a></li>
|
||||||
<li><a title="个人主页" href="../user/info">个人主页</a></li>
|
<li><a title="个人主页" href="../user/info">个人主页</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="topNav_menu">
|
<div class="topNav_menu">
|
||||||
<a href="../cart/list" class="topNavHover">购物车</a>
|
<a href="../cart/list" class="topNavHover">购物车</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<div class="topNav_menu">
|
<div class="topNav_menu">
|
||||||
<a href="../favorite/list" class="topNavHover">我的收藏<i></i></a>
|
<a href="../favorite/list" class="topNavHover">我的收藏<i></i></a>
|
||||||
<div class="topNav_menu_bd" style="display:none;">
|
<div class="topNav_menu_bd" style="display:none;">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a title="收藏的商品" target="_top" href="../favorite/list">收藏的商品</a></li>
|
<li><a title="收藏的商品" target="_top" href="../favorite/list">收藏的商品</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Header TopNav Right End -->
|
<!-- Header TopNav Right End -->
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<!-- Header TopNav End -->
|
<!-- Header TopNav End -->
|
||||||
|
|
||||||
<!-- TopHeader Center -->
|
<!-- TopHeader Center -->
|
||||||
<div class="shop_hd_header">
|
<div class="shop_hd_header">
|
||||||
<div class="shop_hd_header_logo"><h1 class="logo"><a href="/youxi"><img src="../resources/home/images/logo.jpg" alt="ShopCZ" /></a><span>图标</span></h1></div>
|
<div class="shop_hd_header_logo"><h1 class="logo"><a href="/youxi"><img src="../resources/home/images/logo.jpg" alt="ShopCZ" /></a><span>图标</span></h1></div>
|
||||||
<div class="shop_hd_header_search">
|
<div class="shop_hd_header_search">
|
||||||
<ul class="shop_hd_header_search_tab">
|
<ul class="shop_hd_header_search_tab">
|
||||||
<li id="search" class="current">商品</li>
|
<li id="search" class="current">商品</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<div class="search_form">
|
<div class="search_form">
|
||||||
<form method="post" action="../product/search">
|
<form method="post" action="../product/search">
|
||||||
<div class="search_formstyle">
|
<div class="search_formstyle">
|
||||||
<input type="text" class="search_form_text" name="search_content" placeholder="搜索其实很简单!" value="${search_content }" />
|
<input type="text" class="search_form_text" name="search_content" placeholder="搜索其实很简单!" value="${search_content }" />
|
||||||
<input type="submit" class="search_form_sub" name="secrch_submit" value="" title="搜索" />
|
<input type="submit" class="search_form_sub" name="secrch_submit" value="" title="搜索" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<!-- TopHeader Center End -->
|
<!-- TopHeader Center End -->
|
||||||
|
|
||||||
<!-- Header Menu -->
|
<!-- Header Menu -->
|
||||||
<div class="shop_hd_menu">
|
<div class="shop_hd_menu">
|
||||||
<!-- 所有商品菜单 -->
|
<!-- 所有商品菜单 -->
|
||||||
|
|
||||||
<div class="shop_hd_menu_all_category ${allCategoryClass }" id="${allCategoryId }"><!-- 首页去掉 id="shop_hd_menu_all_category" 加上clsss shop_hd_menu_hover -->
|
<div class="shop_hd_menu_all_category ${allCategoryClass }" id="${allCategoryId }"><!-- 首页去掉 id="shop_hd_menu_all_category" 加上clsss shop_hd_menu_hover -->
|
||||||
<div class="shop_hd_menu_all_category_title"><h2 title="所有商品分类"><a href="javascript:void(0);">所有商品分类</a></h2><i></i></div>
|
<div class="shop_hd_menu_all_category_title"><h2 title="所有商品分类"><a href="javascript:void(0);">所有商品分类</a></h2><i></i></div>
|
||||||
<div id="shop_hd_menu_all_category_hd" class="shop_hd_menu_all_category_hd">
|
<div id="shop_hd_menu_all_category_hd" class="shop_hd_menu_all_category_hd">
|
||||||
<ul class="shop_hd_menu_all_category_hd_menu clearfix">
|
<ul class="shop_hd_menu_all_category_hd_menu clearfix">
|
||||||
<!-- 单个菜单项 -->
|
<!-- 单个菜单项 -->
|
||||||
<c:forEach items="${productCategoryList }" var="productCategory">
|
<c:forEach items="${productCategoryList }" var="productCategory">
|
||||||
<li id="cat_${productCategory.id }" class="">
|
<li id="cat_${productCategory.id }" class="">
|
||||||
<h3><a href="../product/product_category_list?cid=${productCategory.id }" title="${productCategory.text }">${productCategory.text }</a></h3>
|
<h3><a href="../product/product_category_list?cid=${productCategory.id }" title="${productCategory.text }">${productCategory.text }</a></h3>
|
||||||
<div id="cat_${productCategory.id }_menu" class="cat_menu clearfix" style="">
|
<div id="cat_${productCategory.id }_menu" class="cat_menu clearfix" style="">
|
||||||
<c:forEach items="${productCategory.children }" var="child">
|
<c:forEach items="${productCategory.children }" var="child">
|
||||||
<dl class="clearfix">
|
<dl class="clearfix">
|
||||||
<dt><a href="../product/product_category_list?cid=${child.id }" href="">${child.text }</a></dt>
|
<dt><a href="../product/product_category_list?cid=${child.id }" href="">${child.text }</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<c:forEach items="${child.children }" var="grandson">
|
<c:forEach items="${child.children }" var="grandson">
|
||||||
<a href="../product/product_category_list?cid=${grandson.id }">${grandson.text }</a>
|
<a href="../product/product_category_list?cid=${grandson.id }">${grandson.text }</a>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<!-- 单个菜单项 End -->
|
<!-- 单个菜单项 End -->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 所有商品菜单 END -->
|
<!-- 所有商品菜单 END -->
|
||||||
|
|
||||||
<!-- 普通导航菜单 -->
|
<!-- 普通导航菜单 -->
|
||||||
<ul class="shop_hd_menu_nav">
|
<ul class="shop_hd_menu_nav">
|
||||||
<li class="${currentHome }link"><a href="/youxi"><span>首页</span></a></li>
|
<li class="${currentHome }link"><a href="/youxi"><span>首页</span></a></li>
|
||||||
<li class="${currentCart }link"><a href="../cart/list"><span>购物车</span></a></li>
|
<li class="${currentCart }link"><a href="../cart/list"><span>购物车</span></a></li>
|
||||||
<li class="${currentUser }link"><a href="../user/info"><span>个人中心</span></a></li>
|
<li class="${currentUser }link"><a href="../user/info"><span>个人中心</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- 普通导航菜单 End -->
|
<!-- 普通导航菜单 End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Header Menu End -->
|
<!-- Header Menu End -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<!-- Header End -->
|
<!-- Header End -->
|
@ -1,25 +1,25 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
<!-- 左边导航 -->
|
<!-- 左边导航 -->
|
||||||
<div class="shop_member_bd_left clearfix">
|
<div class="shop_member_bd_left clearfix">
|
||||||
|
|
||||||
<div class="shop_member_bd_left_pic">
|
<div class="shop_member_bd_left_pic">
|
||||||
<a href="javascript:void(0);"><img src="../resources/home/images/avatar.png" /></a>
|
<a href="javascript:void(0);"><img src="../resources/home/images/avatar.png" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>我的交易</dt>
|
<dt>我的交易</dt>
|
||||||
<dd><span><a href="../order/list">已购买商品</a></span></dd>
|
<dd><span><a href="../order/list">已购买商品</a></span></dd>
|
||||||
<dd><span><a href="../favorite/list">我的收藏</a></span></dd>
|
<dd><span><a href="../favorite/list">我的收藏</a></span></dd>
|
||||||
<dd><span><a href="../comment/list">评价管理</a></span></dd>
|
<dd><span><a href="../comment/list">评价管理</a></span></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>我的账户</dt>
|
<dt>我的账户</dt>
|
||||||
<dd><span><a href="../user/info">个人资料</a></span></dd>
|
<dd><span><a href="../user/info">个人资料</a></span></dd>
|
||||||
<dd><span><a href="../user/update_pwd">密码修改</a></span></dd>
|
<dd><span><a href="../user/update_pwd">密码修改</a></span></dd>
|
||||||
<dd><span><a href="../address/list">收货地址</a></span></dd>
|
<dd><span><a href="../address/list">收货地址</a></span></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- 左边导航 End -->
|
<!-- 左边导航 End -->
|
Loading…
Reference in new issue