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}"/>


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM