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