## This file is subject to the terms and conditions defined in ## file 'LICENSE', which is part of this source code package. ## Copyright (c) 2009 SKR Farms (P) LTD. <%inherit file="/base/basic1.html"/> <%namespace name="elements" file="/component/elements.html"/> <%namespace name="forms" file="/component/forms.html"/> <%! page_tooltips = [ ] %> <%def name="hd_script()"> ${parent.hd_script()} <%def name="bd_body()"> <% pagebartext = "Email id to reset password" %> ${elements.pagebar( pagebartext, tooltips=page_tooltips )}
% if c.errormsg :
${c.errormsg}
% elif c.form == 'request' : ${forms.form_forgotpass( h.suburl_forgotpass )} % elif c.form == 'submit' :
Reset link sent to your emailid
% endif
<%def name="bd_script()"> ${parent.bd_script()}