input.html revision 386650a8957e131311273ee84a4a4113ad5e3fe2
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
The contents of this file are subject to the terms
of the Common Development and Distribution License
(the License). You may not use this file except in
compliance with the License.
You can obtain a copy of the License at
https://opensso.dev.java.net/public/CDDLv1.0.html or
opensso/legal/CDDLv1.0.txt
See the License for the specific language governing
permission and limitations under the License.
When distributing Covered Code, include this CDDL
Header Notice in each file and include the License file
at opensso/legal/CDDLv1.0.txt.
If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
$Id: input.html,v 1.6 2008/08/19 19:08:23 veiming Exp $
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>OpenAM - Samples - Service Configuration</title>
<link rel="stylesheet" href="/sample.css" />
</head>
<body style="background-color: rgb(255, 255, 255);" link="#0000ff" vlink="#800080">
<table border="0" cellpadding="4" cellspacing="8" width="100%">
<tr>
<td class="bannerContentLeft" align="center" width="20%"><a href="http://www.sun.com"><img src="..//sunLogo.gif" border="0"></a></td>
<td class="bannerContentCenter" nowrap="nowrap" valign="bottom" width="60%">OpenAM<br>Sample</td>
<td class="bannerContentRight" nowrap="nowrap" valign="bottom" width="20%">&nbsp;</td>
</tr>
</table>
<table border="0" cellpadding="4" cellspacing="8" width="100%">
<tr>
<td><h2>User Profile Sample</h2></td>
<td align="right"><p><a href="/am-samples.html">Back to Access Management Samples</a></p></td>
</tr>
</table>
<form name="form2" action="/UserProfile" method="POST">
<table>
<tr>
<td>Organization:</td>
<td><input type="text" name="orgname" size="16" maxlength="24" value="/"></td>
</tr>
<tr>
<td>Username:</td>
<td><input type="Text" name="username" size="16" maxlength="24" value="amadmin"></td>
</tr>
<tr>
<td>Password:</td>
<td><input type="password" name="password" size="16" maxlength="24"></td>
</tr>
<tr><td colspan="2" align="center">
<input type=submit value="Submit" name=submit>
<input type=reset value="Reset" name=reset>
</td>
</tr>
</table>
</form>
</body>
</html>