|
本帖最后由 chamlien 于 2014-8-19 20:38 编辑
里面的网页源文件是:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>登录</title>
<link rel="stylesheet" type="text/css" href="/prx/000/http/localhost/portal.css">
<script language="JavaScript" src="/prx/000/http/localhost/an_util.js"></script>
<script language="JavaScript">
<!--
if (self != top) {
top.location = self.location;
}
if (_AN_nav_get_cookie(4) == 'open') {
_AN_show_help('login_general');
}
//-->
</script>
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
<div class="header">
<table class="toptable" valign="top" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<td valign=top><img src="/prx/000/http/localhost/images/lock_logo.gif"></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td width=90%> </td>
<td width=10% valign=bottom><table cellspacing=0 cellpadding=0><tr>
<td nowrap align=right valign=bottom> <a class="loghelp" href="javascript:_AN_show_help('login_general');">帮助</a> </td>
</tr></table>
</td>
</tr>
<tr>
<td height=5 class="redline"> </td><td class="redline"> </td>
</tr>
</table>
</div>
<div class="spcontent">
<table cellpadding=0 cellspacing=15>
<tr>
<td class="title">登录</td>
</tr>
<tr><td>
<FORM method ="POST" name="login_form" action="/prx/000/http/localhost/login" autocomplete="off">
<table cellspacing=10>
<tr>
<td nowrap align="right" class="usermessage">用户名:</td>
<td><input type="text" name="uname" size="22" maxlength="64" style="width:150" id="setfocus" autocomplete="off"></td>
</tr>
<tr>
<td nowrap align="right" class="usermessage">密码:</td>
<td><input type="password" name="pwd" size="22" maxlength="32" style="width:150" autocomplete="off"></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="登录"></td>
</tr>
</table>
</form>
</td></tr>
</table>
</div>
</table>
</body>
</html>
<script language="JavaScript">
document.getElementById('setfocus').focus();
</script> |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入
×
|