JAVA-15787 Created new di-modules and server-modules
- Moved spring-freemarker to spring-web-modules
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Ping - Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="j_security_check">
|
||||
<table >
|
||||
<tr>
|
||||
<td>User name: </td>
|
||||
<td><input type="text" name="j_username"
|
||||
size="20"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Password: </td>
|
||||
<td><input type="password" name="j_password"
|
||||
size="20"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p></p>
|
||||
<input type="submit" value="Submit"/>
|
||||
|
||||
<input type="reset" value="Reset"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user