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>Sign In</title>
<title>Se connecter</title>
<link rel="shortcut icon" href="favicon.ico" >
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -20,36 +20,36 @@ 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">
<h3>Sign In To GodSpeed</h3>
<h3>Se connecter <20> GodSpeed</h3>
<h4>
<font color="#EE0000">${message}</font>
</h4>
<form id="login_form" class="class-inline" action="signin"
method="post">
<div class="validate[required]">
<label for="Username">Username:</label> <input type="text"
<label for="Username">Pseudo:</label> <input type="text"
class="form-control" name="username" id="username"
placeholder="Enter Username"> <label for="Password">Password:</label>
placeholder="Enter Username"> <label for="Password">Mot de passe:</label>
<input type="password" class="form-control" name="password"
id="password" placeholder="Enter Password">
</div>
<div align="center" style="margin-top: 15px">
<button type="submit" class="btn btn-info">
<font color="" #FFFFFF>Sign In</font>
<font color="" #FFFFFF>Se connecter</font>
</button>
</div>
</form>
</div>
</div>
<!--页脚-->
<!---->
<footer
style="width: 100%;
position:absolute;