init
This commit is contained in:
32
web/cartSuccess.jsp
Normal file
32
web/cartSuccess.jsp
Normal file
@@ -0,0 +1,32 @@
|
||||
<%@ page language="java" contentType="text/html; charset=utf-8"
|
||||
pageEncoding="utf-8"%>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||
<title>锋迷网-购物车添加成功</title>
|
||||
</head>
|
||||
<body>
|
||||
<%@ include file="header.jsp" %>
|
||||
<div class="container">
|
||||
<hr>
|
||||
<div class="row" style="width: 30%;margin: 0 auto;padding-top: 20px">
|
||||
<div class="panel panel-success">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">购物车添加成功提示</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<h3 class="text-default">
|
||||
<span class="glyphicon glyphicon-ok-sign"></span>
|
||||
添加购物车成功!</h3>
|
||||
<hr/>
|
||||
<a href="${pageContext.request.contextPath}/getCart" class="btn btn-primary">查看购物车</a>
|
||||
<a href="index.jsp" class="btn btn-default">继续购物</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%@ include file="footer.jsp" %>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user