You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
3.4 KiB
88 lines
3.4 KiB
<%@page language="java" contentType="text/html; character=UTF-8" pageEncoding="UTF-8" %>
|
|
<%@include file="/common/taglibs.jsp"%>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>首页</title>
|
|
<link type="text/css" rel="stylesheet" href="${ctx}/resource/user/css/style.css">
|
|
<script src="${ctx}/resource/user/js/jquery-1.8.3.min.js"></script>
|
|
<script src="${ctx}/resource/user/js/jquery.luara.0.0.1.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<%@include file="/common/utop.jsp"%>
|
|
<!--导航条-->
|
|
<div class="width100" style="height: 45px;background: #dd4545;margin-top: 40px;position: relative;z-index: 100;">
|
|
<!--中间的部分-->
|
|
<div class="width1200 center_yh relative_yh" style="height: 45px;">
|
|
<!--普通导航-->
|
|
<div class="left_yh font16" id="pageNav">
|
|
<a href="${ctx}/login/uIndex">首页</a>
|
|
<a href="${ctx}/news/list">公告</a>
|
|
<a href="${ctx}/message/add">留言</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="width1200 center_yh hidden_yh font14" style="height: 40px;line-height: 40px;">
|
|
<span>当前位置:</span><a href="${ctx}/login/uIndex" class="c_66">首页</a>
|
|
><a href="#" class="c_66">个人中心</a>
|
|
><a href="#" class="c_66">商品收藏</a>
|
|
</div>
|
|
<div class="width100 hidden_yh" style="background: #f0f0f0;padding-top: 34px;padding-bottom: 34px;">
|
|
<div class="width1200 hidden_yh center_yh">
|
|
<div id="vipNav">
|
|
<a href="${ctx}/user/view">个人信息</a>
|
|
<a href="${ctx}/itemOrder/my">我的订单</a>
|
|
<a href="${ctx}/sc/findBySql" class="on">商品收藏</a>
|
|
<a href="${ctx}/login/pass">修改密码</a>
|
|
</div>
|
|
<div id="vipRight">
|
|
<div class="hidden_yh bj_fff" style="width: 938px;border: 1px solid #ddd;">
|
|
<div class="width100 fon24" style="height: 60px;line-height: 60px;text-indent: 50px;background: #f5f8fa;border-bottom: 1px solid #ddd;">
|
|
最近收藏
|
|
</div>
|
|
<div class="hidden_yh" style="padding: 20px;width: 898px;">
|
|
<c:forEach items="${pagers.datas}" var="data" varStatus="l">
|
|
<a href="${ctx}/item/view?id=${data.itemId}">
|
|
<div class="width100 hidden_yh" style="border-bottom: 1px dashed #ddd;padding-top: 10px;padding-bottom: 10px;">
|
|
<img src="${data.item.url1}" width="100" height="100" class="left_yh" style="margin-right: 15px;">
|
|
<div class="left_yh" style="width: 580px;">
|
|
<h3 class="font18 c_33 font100">${data.item.name}</h3>
|
|
<p class="red" style="margin-top: 10px;">¥${data.item.price}</p>
|
|
</div>
|
|
<div class="right_yh">
|
|
<a href="${ctx}/sc/delete?id=${data.id}" class="onfff block_yh tcenter font16" style="margin-top: 10px;padding: 6px;">取消收藏</a>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</c:forEach>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<%@include file="/common/ufooter.jsp"%>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|