<%--
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software. ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 *
 * $Revision$ $Date$
--%>

<%@ taglib uri="struts-html" prefix="html" %>

<%@ taglib uri="uitaglib" prefix="ui" %>

<meta name="decorator" content="main">
<meta name="module" content="login">

<ui:actionMenuBar>
	<span class="titleNormal">Lost Password</span>
</ui:actionMenuBar>

<html:errors />

<html:form action="/lostPassword">

<div class="actionBar">
	&nbsp;<html:submit styleClass="button" property="send"  value="Send my password in email..." />
	&nbsp;&nbsp;&nbsp;<html:cancel styleClass="button" />
</div>

Please enter your account name: <html:text property="user" size="15" />
&nbsp;
or email: <html:text property="email" size="30" />

</html:form>