Maj informations

This commit is contained in:
2019-03-05 09:48:00 +01:00
parent 0d6b428bd7
commit 0baf037834
21 changed files with 135 additions and 136 deletions

View File

@@ -3,7 +3,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Join GodSpeed!</title>
<title>Rejoindre GodSpeed!</title>
<link rel="shortcut icon" href="favicon.ico" >
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -23,37 +23,37 @@ body {
</style>
</head>
<body>
<!--导航栏-->
<!---->
<nav class="navbar navbar-inverse navbar-fixed-top"> <jsp:include
page="header.jsp" flush="true" /> </nav>
<!--注册表单-->
<h3>Something here</h3>
<!---->
<h3>Renseigner les informations ici</h3>
<div class="container" style="width: 50%">
<div class="row">
<form id="register_form" class="class-inline" action="signup" method="post">
<h3>User Information</h3>
<h3>Utilisateur Informations</h3>
<div class="validate[required]">
<label for="Username">Username:</label>
<label for="Username">Pseudo:</label>
<label id="label_username" style="font-color:#EE0000"></label>
<input type="text" class="form-control" name="username" id="username" placeholder="Enter Username" onblur="checkName()">
<label for="Password">Password:</label>
<label for="Password">Mot de passe:</label>
<input type="password" class="form-control" name="password" id="password" placeholder="Enter Password">
<label for="Phone">Phone:</label>
<label for="Phone">T<EFBFBD>l<EFBFBD>phone:</label>
<input type="text" class="form-control" name="phone" id="phone" placeholder="Enter Phone Number">
</div>
<h3>Billing Address</h3>
<h3>Adresse de facturation</h3>
<div class="validate[required]">
<label for="email">Email:</label>
<input type="text" class="form-control" name="email" id="email" placeholder="Enter Email">
<label for="city">City:</label>
<label for="city">Ville:</label>
<input type="text" class="form-control" name="city" id="city" placeholder="Enter City">
<label for="street">Street:</label>
<label for="street">Rue:</label>
<input type="text" class="form-control" name="street" id="street" placeholder="Enter Street">
<label for="apartment">Apartment:</label>
<label for="apartment">Appartement:</label>
<input type="text" class="form-control" name="apartment" id="apartment" placeholder="Enter Apartment">
</div>
<div align="center" style="margin-top: 15px">
<button type="button" class="btn btn-info" onclick="Check()">Submit</button>
<button type="button" class="btn btn-info" onclick="Check()">Valider</button>
</div>
</form>
</div>
@@ -61,7 +61,7 @@ body {
<!--页脚-->
<!---->
<footer style="width: 100%;position:absolute;bottom:0px;left:0px;">
<jsp:include page="footer.jsp" flush="true" /> </footer>