<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./views/<?php echo ADMIN_TPL; ?>/css-login.css" type="text/css" media="screen" />
<script type="text/javascript" src="./views/<?php echo ADMIN_TPL; ?>/common.js"></script>
<title>ç»å½</title>
</head>
<body>
<form name="f" method="post" action="./index.php?action=login">
<div class="login-main">
<div class="login-top"></div>
<div class="login-logo"><a href="http://www.emlog.net" target="_blank"><img src="./views/<?php echo ADMIN_TPL; ?>/images/login_logo.png" alt="emlog" width="294" height="68" /></a></div>
<small><?php echo EMLOG_VERSION; ?></small>
<div class="login-input">
<span>ç¨æ·å</span>
<div><input type="text" name="user" id="user" /></div>
<span>å¯ç </span>
<div><input type="password" name="pw" id="pw" /></div>
<?php echo $ckcode; ?>
</div>
<div class="login-button">
<div class="checkbox"> <input type="checkbox" name="ispersis" id="ispersis" value="1" /><span>è®°ä½æ</span></div>
<div class="button"><input type="submit" value=" ç» å½" class="submit"></div>
</div>
<div style=" clear:both;"></div>
<div class="login-bottom"></div>
<div class="back"><a href="../">«è¿åé¦é¡µ</a></div>
</div>
</form>
<script>focusEle('user');</script>
</body>
</html>