Congrats.jsp

 

<%@ page session="false" buffer="none" %><%-- Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2001, 2004 - All Rights reserved. --%><%@ taglib uri="/WEB-INF/tld/portal.tld" prefix="wps" %><%@ include file="BidiInclude.jsp" %><wps:constants /><jsp:useBean id="userWrapper" class="com.ibm.wps.puma.UserWrapper" scope="request"/><jsp:useBean id="errorBean" class="com.ibm.portal.puma.UserState" scope="request"/><script language="JavaScript">function doSubmit(action)
{
document.Congrats.currentAction.value=action;
document.Congrats.submit();
return false;
}
</script><%-- extra table needed to replace table removed from home.jsp on Netscape 4.x --%><table cellspacing="0" cellpadding="0" border="0" width="100%"><%
if (request.getSession(false) != null)
{
request.getSession(false).removeAttribute("userWrapper");
request.getSession(false).removeAttribute("reqAttributes");
request.getSession(false).removeAttribute("errorBean");
}
%><tr><td><form action='<wps:url home="public" reqid="no"/>' method="post" name="Congrats" ><table><tr><td valign=top><table border="0" cellpadding="8" cellspacing="0" width="100%"><tr><td class="wpsEnrollHead"><wps:text key="enrollment.congrats.subhead" bundle="nls.registration" /></td></tr><tr><td class="wpsEnrollText" rowspan="2" valign="top"><br><wps:text key="enrollment.congrats.text" bundle="nls.registration" /><br></td></tr></table></td></tr></table><%-- start admin footer --%><table cellspacing="4" cellpadding="0" border="0"><tr><td class="wpsTaskIconTextBackground" align="<%= bidiAlignLeft %>" nowrap><a href="#" onClick="return doSubmit('continue');" style="text-decoration:none;" title='<wps:text bundle="nls.button" key="continue" />' alt='<wps:text bundle="nls.button" key="continue" />' ><span class="wpsTaskIconText">&nbsp;<wps:text bundle="nls.button" key="continue" />&nbsp;</span></a></td></tr></table><%-- end admin footer --%><input type="hidden" name="currentAction" ></form></td></tr></table>