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.
161 lines
4.2 KiB
161 lines
4.2 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>Sign in | 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">Sign in</h1>
|
|
|
|
|
|
<script type="text/javascript">
|
|
/* <![CDATA[ */
|
|
// if this loads within our modal dialog iframe, force the user to
|
|
// login from the 'top' of the browser.
|
|
if (window.top && (window.top.location != window.location)) {
|
|
// strip any parameters to return them to the main menu,
|
|
// since leaving them will display the modal dialog in the
|
|
// full window.
|
|
var loc = window.location.href;
|
|
loc = loc.replace(/\?.+/, '');
|
|
window.top.location.href = loc;
|
|
}
|
|
|
|
function init() {
|
|
var u = getByID("username");
|
|
if (u.value != '') {
|
|
var p = getByID("password");
|
|
p.focus();
|
|
} else {
|
|
u.focus();
|
|
}
|
|
}
|
|
TC.attachLoadEvent(init);
|
|
/* ]]> */
|
|
</script>
|
|
|
|
<form method="post" action="/QA/sununga/mt.cgi">
|
|
|
|
<input type="hidden" name="__mode" value="view" />
|
|
|
|
<input type="hidden" name="_type" value="entry" />
|
|
|
|
<input type="hidden" name="blog_id" value="1" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="username-field" class="field field-top-label pkg ">
|
|
<div class="field-inner">
|
|
<div class="field-header">
|
|
<label id="username-label" for="username">Username</label>
|
|
</div>
|
|
<div class="field-content ">
|
|
|
|
<input name="username" id="username" class="ti" />
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div id="password-field" class="field field-left-label pkg ">
|
|
<div class="field-inner">
|
|
<div class="field-header">
|
|
<label id="password-label" for="password">Password</label>
|
|
</div>
|
|
<div class="field-content ">
|
|
|
|
<input type="password" name="password" id="password" class="ti" />
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<p><label>Remember me? <input type="checkbox" name="remember" value="1" accesskey="r" /></label></p>
|
|
|
|
|
|
<div class="left"><a href="/QA/sununga/mt.cgi?__mode=start_recover">Forgot your password?</a></div>
|
|
|
|
<div class="actions-bar">
|
|
<div class="actions-bar-inner pkg actions">
|
|
<button
|
|
type="submit"
|
|
accesskey="s"
|
|
title="Sign In (s)"
|
|
class="primary-button"
|
|
>Sign In</button>
|
|
</div>
|
|
</div>
|
|
|
|
</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>
|
|
|