input.html revision b93185b577f7150fec37f9999b95b246d73bf63c
0N/A<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
157N/A
0N/A<!--
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
157N/A
0N/A The contents of this file are subject to the terms
157N/A of the Common Development and Distribution License
0N/A (the License). You may not use this file except in
0N/A compliance with the License.
0N/A
0N/A You can obtain a copy of the License at
0N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
0N/A opensso/legal/CDDLv1.0.txt
0N/A See the License for the specific language governing
0N/A permission and limitations under the License.
0N/A
0N/A When distributing Covered Code, include this CDDL
0N/A Header Notice in each file and include the License file
157N/A at opensso/legal/CDDLv1.0.txt.
157N/A If applicable, add the following below the CDDL Header,
157N/A with the fields enclosed by brackets [] replaced by
0N/A your own identifying information:
0N/A "Portions Copyrighted [year] [name of copyright owner]"
0N/A
0N/A $Id: input.html,v 1.6 2008/08/19 19:08:23 veiming Exp $
0N/A
0N/A-->
0N/A
0N/A<html>
0N/A<head>
0N/A <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
0N/A <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>