You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
3.0 KiB
121 lines
3.0 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|
|
<html xmlns:fb="http://www.facebook.com/2008/fbml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Password Recovery | Movable Type</title>
|
|
|
|
|
|
|
|
<link rel="icon" href="http://www.w3.org/QA/sununga/mt-static/images/favicon.ico" type="image/ico" />
|
|
|
|
<link rel="stylesheet" href="http://www.w3.org/QA/sununga/mt-static/css/simple.css?v=4.34-en" type="text/css" />
|
|
|
|
<!--[if IE]>
|
|
<link rel="stylesheet" href="http://www.w3.org/QA/sununga/mt-static/css/hacks/ie.css?v=4.34-en" type="text/css" />
|
|
<![endif]-->
|
|
|
|
<script type="text/javascript" src="http://www.w3.org/QA/sununga/mt-static/js/common/Core.js?v=4.34-en"></script>
|
|
<script type="text/javascript" src="http://www.w3.org/QA/sununga/mt-static/js/tc.js?v=4.34-en"></script>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="http://www.w3.org/QA/sununga/mt-static/mt.js?v=4.34-en"></script>
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
/* <![CDATA[ */
|
|
function showByID(id) {
|
|
var el = getByID(id);
|
|
if (el) el.style.display = "block";
|
|
}
|
|
function hideByID(id) {
|
|
var el = getByID(id);
|
|
if (el) el.style.display = "none";
|
|
}
|
|
/* ]]> */
|
|
</script>
|
|
|
|
|
|
</head>
|
|
|
|
<body id="" class="chromeless dialog">
|
|
|
|
<div id="container">
|
|
<div id="container-inner">
|
|
<div id="ctl"></div>
|
|
<div id="ctr"></div>
|
|
<div id="header" class="pkg">
|
|
<div id="brand"></div>
|
|
<div id="nav">
|
|
|
|
</div>
|
|
</div>
|
|
<div id="content">
|
|
<div id="content-inner" class="inner pkg">
|
|
<div id="main-content"><div id="main-content-inner" class="inner pkg">
|
|
<h1 id="page-title">Password Recovery</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<form method="post" action="/QA/sununga/mt.cgi">
|
|
<input type="hidden" name="__mode" value="recover" />
|
|
<input type="hidden" name="return_to" value="" />
|
|
<fieldset>
|
|
|
|
<div id="email-field" class="field field-top-label pkg ">
|
|
<div class="field-inner">
|
|
<div class="field-header">
|
|
<label id="email-label" for="email">Email Address</label>
|
|
</div>
|
|
<div class="field-content ">
|
|
|
|
<input type="text" name="email" id="email" class="ti" value="" />
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="actions-bar">
|
|
<div class="actions-bar-inner pkg actions right">
|
|
<button
|
|
type="submit"
|
|
accesskey="s"
|
|
title="Recover (s)"
|
|
class="primary-button"
|
|
>Recover</button>
|
|
<button
|
|
onclick="history.back(); return false;"
|
|
type="submit"
|
|
accesskey="x"
|
|
title="Go Back (x)"
|
|
>Go Back</button>
|
|
</div>
|
|
</div>
|
|
|
|
</fieldset>
|
|
</form>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="cbl"></div>
|
|
<div id="cbr"></div>
|
|
<div id="footer">
|
|
<div class="inner">
|
|
|
|
</div>
|
|
</div>
|
|
</div><!-- container-inner-->
|
|
</div><!--container-->
|
|
|
|
</body>
|
|
</html>
|
|
|