blob: a6fbb530ed8f64fa703700d6a5ae4ad617a02580 [file] [log] [blame]
<!--
~ Copyright (c) 2013-2014, JoshuaTree Software. All rights reserved.
-->
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<link rel="stylesheet" type="text/css" href="/commander/css/camo-style.css" media="all"/>
<title> Commander RBAC Administration </title>
<h3> Commander Login Form </h3>
</head>
<body>
<FORM METHOD=POST ACTION="j_security_check">
<fieldset>
<legend>Login Operations</legend>
<table id="inputFormTable">
<tr>
<td>
<label for="userId">UserID</label>
</td>
<td>
<input name="j_username" id="userId" type="text" class="formLarge" style="width: 250px"/>
</td>
</tr>
<tr>
<td>
<label for="pswdField">Password</label>
</td>
<td>
<input id="pswdField" name="j_password" type="password" style="width: 250px"/>
</td>
</tr>
<tr>
<td>
<input type="submit" name="login" value="Login">
</td>
</tr>
</table>
</fieldset>
</form>
Copyright (c) 2013-2014, JoshuaTree. All Rights Reserved.
</body>
</html>