📄 log.asp
字号:
<!--#include file="config.asp"-->
<html>
<head>
<title>登陆</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="config.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="bg01.gif">
<form name="form1" method="post" action="log_ok.asp">
<table width="40%" border="0" height="181" align="center">
<tr>
<td width="43%">呢称:<br>
<font color="#FF0000">非真实姓名</font></td>
<td width="57%">
<input type="text" name="nicname">
</td>
</tr>
<tr>
<td width="43%">密码:</td>
<td width="57%">
<input type="password" name="passw">
</td>
</tr>
<tr>
<td colspan="2" height="55" valign="top">
<div align="center">
<input type="submit" name="Submit" value="登陆">
<input type="reset" name="Submit2" value="清除">
<br>
<br>
<font color="#FF0000">您暂时没有权限,请您登陆后再选择相应的操作!</font> </div>
</td>
</tr>
</table>
<br>
</form>
<br>
<table width="75%" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#999999" bordercolorlight="#999999" bordercolordark="#f7f7f7">
<tr>
<td height="9" bgcolor="#CCCCCC">
<div align="center"><%=titlemark%>通讯录管理中心</div>
</td>
</tr>
<tr>
<td>
<div align="center"><a href="input.asp">加入通讯录</a>---<a href="guestbook/index.asp" target="_blank">留言板</a>---<a href="index.asp">查看通讯录</a>---<a href="edit.asp">个人资料管理</a>---<a href="ad_log.asp">超级管理员入口</a></div>
</td>
</tr>
</table>
<br>
<!--#include file="foot.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -