## -*- coding: utf-8 -*-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"id="mainhtml"><head><title>${_('Reset You password')} - ${c.rhodecode_name}</title><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><linkrel="icon"href="/images/hgicon.png"type="image/png"/><metaname="robots"content="index, nofollow"/><!-- stylesheets --><linkrel="stylesheet"type="text/css"href="/css/style.css"media="screen"/></head><body><divid="register"><divclass="title top-left-rounded-corner top-right-rounded-corner"><h5>${_('Reset You password to rhodecode')}</h5></div><divclass="inner">${h.form(url('password_reset'))}<divclass="form"><!-- fields --><divclass="fields"><divclass="field"><divclass="label"><labelfor="email">${_('Email address')}:</label></div><divclass="input">${h.text('email')}</div></div><divclass="buttons"><divclass="nohighlight">${h.submit('send','Reset my password',class_="ui-button ui-widget ui-state-default ui-corner-all")}<divclass="activation_msg">${_('Your new password will be send to matching email address')}</div></div></div></div></div>${h.end_form()}</div></div></body></html>