49 lines
2.0 KiB
HTML
49 lines
2.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<title><%site_title%>: Forgotten Password</title>
|
|
<%include include_common_head.html%>
|
|
</head>
|
|
<body id="login_email">
|
|
<div class="container">
|
|
<%include include_header.html%>
|
|
<div class="main">
|
|
<div class="contentwrapper clearfix">
|
|
<div class="breadcrumb">
|
|
<%Links::Utils::format_title($main_title_loop, separator => ' > ', no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%>
|
|
</div>
|
|
|
|
<div class="content"><%-- start content--%>
|
|
<h1>Forgot your password?</h1>
|
|
<p>Simply enter your e-mail address that you signed up with and we will e-mail you your password.</p>
|
|
|
|
<form action="<%config.db_cgi_url%>/user.cgi" method="post">
|
|
<input type="hidden" name="send_pass" value="1" />
|
|
<%if url%><input type="hidden" name="url" value="<%escape_html url%>" /><%endif%>
|
|
|
|
<div class="dtable form">
|
|
<div class="drow">
|
|
<div class="dcell name">E-mail Address</div>
|
|
<div class="dcell divider"></div>
|
|
<div class="dcell value">
|
|
<input type="text" id="Email" name="Email" value="" class="txt" />
|
|
</div>
|
|
</div>
|
|
<div class="drow actions">
|
|
<div class="dcell name"></div>
|
|
<div class="dcell divider"></div>
|
|
<div class="dcell value">
|
|
<input type="submit" value="Submit" class="btn" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div><%-- end content --%>
|
|
</div>
|
|
</div>
|
|
<%include include_footer.html%>
|
|
</div>
|
|
</body>
|
|
<%~include include_global_js.html%>
|
|
</html>
|