all modification
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<mvc:annotation-driven/>
|
||||
|
||||
<!-- 把标记了@Controller bean -->
|
||||
<!-- Controller bean -->
|
||||
<context:component-scan base-package="com.eshop.controller">
|
||||
</context:component-scan>
|
||||
|
||||
|
@@ -46,16 +46,16 @@
|
||||
<th class="s-total">Titre&Prix
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">Date de R<>alisation
|
||||
<th class="s-total">Date de R<>alisation
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">Dur<75>e
|
||||
<th class="s-total">Dur<75>e
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">Date de paiement
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">Op<4F>ration
|
||||
<th class="s-total">Op<4F>ration
|
||||
<hr />
|
||||
</th>
|
||||
</tr>
|
||||
@@ -79,7 +79,7 @@
|
||||
<div id="pagination">
|
||||
<c:if test="${page.totalPages != 0 && page.currentPage != 1}">
|
||||
<a href="record?type=0&pageNo=${page.currentPage - 1}"
|
||||
class="btn">R<EFBFBD>cedent</a>
|
||||
class="btn">Précedent</a>
|
||||
</c:if>
|
||||
<c:choose>
|
||||
<c:when test="${page.currentPage < 6}">
|
||||
|
@@ -37,8 +37,8 @@
|
||||
</h3>
|
||||
<hr style="height: 3px; border: none; border-top: 3px ridge green;" />
|
||||
<p>
|
||||
<font color="white"> 10 rue Cuirass<EFBFBD> Brest, 292<EFBFBD>00 France <br>
|
||||
<strong>T<EFBFBD>l<EFBFBD>phone:</strong> +33611223344<br>
|
||||
<font color="white"> 10 rue Cuirassé Brest, 29200 France <br>
|
||||
<strong>Téléphone:</strong> +33611223344<br>
|
||||
<strong>Email:</strong> test.test@isen.fr<br>
|
||||
</font>
|
||||
</p>
|
||||
|
@@ -30,7 +30,7 @@
|
||||
<li><a href="record?type=0"><span class="glyphicon glyphicon-film"></span> Panier</a></li>
|
||||
<li><a href="record?type=1"><span class="glyphicon glyphicon-list"></span> Historique</a></li>
|
||||
<!--<li><a href="preAddFilm"><span class="glyphicon glyphicon-list"></span> Add film</a></li>-->
|
||||
<li><a href="logout"><span class="glyphicon glyphicon-log-in"></span> D<EFBFBD>connexion</a></li>
|
||||
<li><a href="logout"><span class="glyphicon glyphicon-log-in"></span> Déconnexion</a></li>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<li><a href="register.jsp"><span class="glyphicon glyphicon-user"></span> S'inscrire</a></li>
|
||||
|
@@ -47,7 +47,7 @@
|
||||
<th class="s-total">Date de sortie
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">Dur<EFBFBD>e
|
||||
<th class="s-total">Durée
|
||||
<hr />
|
||||
</th>
|
||||
<th class="s-total">Date de paiement
|
||||
@@ -71,7 +71,7 @@
|
||||
<div id="pagination">
|
||||
<c:if test="${page.totalPages != 0 && page.currentPage != 1}">
|
||||
<a href="record?type=1&pageNo=${page.currentPage - 1}"
|
||||
class="btn">Pr<EFBFBD>c<EFBFBD>dent</a>
|
||||
class="btn">Précédent</a>
|
||||
</c:if>
|
||||
<c:choose>
|
||||
<c:when test="${page.currentPage < 6}">
|
||||
|
@@ -26,7 +26,7 @@ function handle() {
|
||||
if (myXmlHttpRequest.responseText == "true") {
|
||||
f_account = false;
|
||||
document.getElementById("label_username").innerHTML = "Username already exist";
|
||||
document.getElementById('label_username').style.color= "red ";//字体颜色
|
||||
document.getElementById('label_username').style.color= "red ";//
|
||||
} else {
|
||||
f_account = true;
|
||||
document.getElementById("label_username").innerHTML = "";
|
||||
|
@@ -38,7 +38,7 @@ body {
|
||||
<input type="text" class="form-control" name="username" id="username" placeholder="Enter Username" onblur="checkName()">
|
||||
<label for="Password">Mot de passe:</label>
|
||||
<input type="password" class="form-control" name="password" id="password" placeholder="Enter Password">
|
||||
<label for="Phone">T<EFBFBD>l<EFBFBD>phone:</label>
|
||||
<label for="Phone">Téléphone:</label>
|
||||
<input type="text" class="form-control" name="phone" id="phone" placeholder="Enter Phone Number">
|
||||
</div>
|
||||
<h3>Adresse de facturation</h3>
|
||||
|
@@ -27,7 +27,7 @@ body {
|
||||
<h3>Renseigner les informations ici</h3>
|
||||
<div class="container" style="width: 50%">
|
||||
<div class="row">
|
||||
<h3>Se connecter <EFBFBD> GodSpeed</h3>
|
||||
<h3>Se connecter à GodSpeed</h3>
|
||||
<h4>
|
||||
<font color="#EE0000">${message}</font>
|
||||
</h4>
|
||||
|
Reference in New Issue
Block a user