Maj informations
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>History</title>
|
||||
<title>Historique</title>
|
||||
<link rel="shortcut icon" href="favicon.ico" >
|
||||
<!--配置Bootstrap-->
|
||||
<!--Bootstrap-->
|
||||
<link rel="stylesheet"
|
||||
href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
|
||||
<script
|
||||
src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
|
||||
<script
|
||||
src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
|
||||
<!--配置用户表头文件-->
|
||||
<!---->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="js/bootstrap.min.js">
|
||||
<link href="css/font-awesome.min.css" rel="stylesheet">
|
||||
@@ -31,7 +31,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!--导航栏-->
|
||||
<!---->
|
||||
<nav class="navbar navbar-inverse navbar-fixed-top"> <jsp:include
|
||||
page="header.jsp" flush="true" /> </nav>
|
||||
|
||||
@@ -41,16 +41,16 @@
|
||||
<table cellspacing="0" cellpadding="0" class="order-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="s-total">TITLE&PRICE
|
||||
<th class="s-total">Titre&Prix
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">RELEASE DATE
|
||||
<th class="s-total">Date de sortie
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">DURATION
|
||||
<th class="s-total">Dur<EFBFBD>e
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">PAY DATE
|
||||
<th class="s-total">Date de paiement
|
||||
<hr />
|
||||
</th>
|
||||
</tr>
|
||||
@@ -65,13 +65,13 @@
|
||||
<td class="s-title">${item.time}</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
<!-- 分页行 -->
|
||||
<!-- -->
|
||||
<tr class="shop-total blue-line">
|
||||
<td colspan="4">
|
||||
<div id="pagination">
|
||||
<c:if test="${page.totalPages != 0 && page.currentPage != 1}">
|
||||
<a href="record?type=1&pageNo=${page.currentPage - 1}"
|
||||
class="btn">Previous</a>
|
||||
class="btn">Pr<EFBFBD>c<EFBFBD>dent</a>
|
||||
</c:if>
|
||||
<c:choose>
|
||||
<c:when test="${page.currentPage < 6}">
|
||||
@@ -146,12 +146,12 @@
|
||||
<c:if
|
||||
test="${page.totalPages != 0 && page.currentPage != page.totalPages}">
|
||||
<a href="record?type=1&pageNo=${page.currentPage + 1}"
|
||||
class="btn">Next</a>
|
||||
class="btn">Suivant</a>
|
||||
</c:if>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 分页行end -->
|
||||
<!-- -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@@ -166,7 +166,7 @@
|
||||
})
|
||||
</script>
|
||||
|
||||
<!--页脚-->
|
||||
<!---->
|
||||
<footer
|
||||
style="width: 100%;
|
||||
position:absolute;
|
||||
|
Reference in New Issue
Block a user