Maj informations
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Here About You</title>
|
||||
<title>A propos de Vous !</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>
|
||||
|
||||
@@ -50,11 +50,11 @@
|
||||
<div class="tab-pane active" id="about">
|
||||
<h2>${user.username}</h2>
|
||||
<hr>
|
||||
<h4>Contact Information</h4>
|
||||
<h4>Utilisateur Information</h4>
|
||||
<table cellspacing="0" cellpadding="0" class="order-table">
|
||||
<tbody class="J_Shop">
|
||||
<tr class="item">
|
||||
<td><grey>Phone</grey></td>
|
||||
<td><grey>T<EFBFBD>l<EFBFBD>phone</grey></td>
|
||||
<td>${user.phone}</td>
|
||||
</tr>
|
||||
<tr class="item">
|
||||
@@ -63,19 +63,19 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4>Billing Address</h4>
|
||||
<h4>Adresse de Facturation</h4>
|
||||
<table cellspacing="0" cellpadding="0" class="order-table">
|
||||
<tbody class="J_Shop">
|
||||
<tr class="item">
|
||||
<td><grey>City</grey></td>
|
||||
<td><grey>Ville</grey></td>
|
||||
<td>${user.city}</td>
|
||||
</tr>
|
||||
<tr class="item">
|
||||
<td><grey>Street</grey></td>
|
||||
<td><grey>Rue</grey></td>
|
||||
<td>${user.street}${user.street}</td>
|
||||
</tr>
|
||||
<tr class="item">
|
||||
<td><grey>Zipcode</grey></td>
|
||||
<td><grey>Code Postal</grey></td>
|
||||
<td>${user.apartment}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -99,7 +99,7 @@
|
||||
})
|
||||
</script>
|
||||
|
||||
<!--页脚-->
|
||||
<!---->
|
||||
<footer
|
||||
style="width: 100%;
|
||||
position:absolute;
|
||||
|
Reference in New Issue
Block a user