blob: fdea2fe9751c408721aba5e8b234494bc94db7b3 [file] [log] [blame]
<html>
<head>
<title>Wicket - Signin example</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span id="wcn-mainNavigation"/>
<span id = "wcn-feedback"/>
<p>
<form id = "wcn-signInForm">
<table>
<tr>
<th align = "right">Username:</th>
<td>
<input id = "wcn-username" type = "text" value = "foo@goo.moo" size = "30"/>
</td>
</tr>
<tr>
<th alight = "right">Password:</th>
<td>
<input id = "wcn-password" type = "password" value = "password" hidden = "1" size="30"/>
</td>
</tr>
<tr>
<th></th>
<td>
<input type = "submit" value = "Sign In"/>
</td>
</tr>
</table>
</form>
</body>
</html>