java web 网上零食商城前端代码

(1)、index.jsp

<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>

<%@ include file="/common/pre/header.jsp" %> SkeyeduMall <% Object obj=request.getAttribute("productCategoryVoList"); if(obj==null){ response.sendRedirect(request.getContextPath()+"/Home?action=index"); } %> <%@ include file="/common/pre/searchBar.jsp" %>
${status.index+1}F ${temp.productCategory.name}
上一张
下一张
<%@ include file="/common/pre/footer.jsp" %>

2.login.jsp

<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>

<% if(request.getSession().getAttribute("loginUser")!=null){ response.sendRedirect(request.getContextPath()+"/Home?action=index"); } %> <%@ include file="/common/pre/header.jsp" %> SkeyeduMall
备案/许可证编号:蜀ICP备12009302号-1-www.dingguagua.com Copyright © 2015-2018 尤洪商城网 All Rights Reserved. 复制必究 , Technical Support: Dgg Group

\3.register.jsp

<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>

<%@ include file="/common/pre/header.jsp" %> SkeyeduMall
                <tr height="50">
                    <td align="right">&nbsp;身份证号 &nbsp;</td>
                    <td><input type="text" value="" name="identityCode" class="l_user"/></td>
                </tr>
                <tr height="50">
                    <td align="right">&nbsp;邮箱 &nbsp;</td>
                    <td><input type="text" value="" name="email" class="l_email"/></td>
                </tr>
                <tr height="50">
                    <td align="right">&nbsp;手机 &nbsp;</td>
                    <td><input type="text" value="" name="mobile" class="l_tel"/></td>
                </tr>
                <tr height="60">
                    <td>&nbsp;</td>
                    <td><input type="button" value="立即注册" class="log_btn" onclick="register();"/></td>
                </tr>
            </table>
        </form>
    </div>
</div>
备案/许可证编号:蜀ICP备12009302号-1-www.dingguagua.com Copyright © 2015-2018 尤洪商城网 All Rights Reserved. 复制必究 , Technical Support: Dgg Group

4.header.jsp
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />

  注册 已有商城账号,我要登录
*登录用户名  
* 密码  
* 确认密码  
* 真实姓名  
* 性别    男    女
操作成功

5.footer.jsp

<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>

备案/许可证编号:蜀ICP备12009302号-1-www.dingguagua.com Copyright © 2015-2018 尤洪商城网 All Rights Reserved. 复制必究 , Technical Support: Dgg Group

6.seacherbar.jsp

<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />

购物车 [ ${sessionScope.cart.items.size()} ]
共计 ${sessionScope.cart.sum}

7、
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:set var="ctx" value="${pageContext.request.contextPath}"/>

posted @ 2019-06-03 11:28  一只皮π虾  阅读(1614)  评论(0编辑  收藏  举报