authenticationForm.jsp from Negest at Krugle
Show authenticationForm.jsp syntax highlighted
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Authentication</title>
</head>
<body>
<form method="post" action="/negest/authentication" name="auth">Username:
<input name="userName"><br>
Password: <input name="password" type="password"><br>
<button name="submit">Submit</button><br>
</form>
</body>
</html>
See more files for this project here