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