Files
databap/masks/logon.html
2013-09-23 00:02:31 +02:00

32 lines
1.2 KiB
HTML
Executable File

<!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 &bull; 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&eacute;nom&nbsp;</td>
<td class="value"><input type="text" name="auth_name" id="auth_name" class="round" value="#name#" /></td>
</tr>
<tr>
<td class="desc">Soci&eacute;t&eacute;</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>