Initial commit
This commit is contained in:
32
masks/logon.html
Normal file
32
masks/logon.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="author" content="Franzz" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="shortcut icon" href="images/favicon_gc3.ico" />
|
||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||
<title>Databap • Logon</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="logon_logo">databap</div>
|
||||
<div id="logon_container">
|
||||
<form id="logon" name="logon" method="post">
|
||||
<div id="logon_box" class="round">
|
||||
<div class="key"></div>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="desc">Nom et prénom </td>
|
||||
<td class="value"><input type="text" name="auth_name" id="auth_name" class="round" value="#name#" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="desc">Société</td>
|
||||
<td class="value"><input type="password" name="auth_company" class="round" value="#company#" /></td>
|
||||
</tr>
|
||||
<tr><td colspan="2" class="validate"><input type="submit" name="log_me_in" id="log_me_in" value="Ok" class="round" /></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user