login.asp

来自「飞天论坛FTBBS PHP版 v4.1.ASP源代码」· ASP 代码 · 共 43 行

ASP
43
字号
<!--#include file="config.asp"-->
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<head>
<style type="text/css">
<!--
a {  text-decoration: none}  
a:hover {  text-decoration: underline} 
table {  font-size: 9pt}
body,table,p,td,input {  font-size: 9pt} 
-->
</style>
<title><%=title%></title>
</head>

<body bgcolor="<%=bgcolor%>" text="<%=textcolor%>" link="<%=linkcolor%>">

<form method="POST" action="cklogin.asp">
      <input type="hidden" name="work" value="manageposted">
       <div align="center"><center><table border="1" cellspacing="1"
    width="550" bordercolor=#6284C1>
        <tr>
            <td align="center" bgcolor="#A9D46D"<font
            color="<%=titlelightcolor%>">【<%=title%>】管理员登录</font></td>
        </tr>
        <tr>
            <td align="center" style=padding:4>
            管理员名字 : <input name="username" maxLength="20" size="15" tabIndex="1"><br>
            管理员密码 : <input type="password" name="password" size="15" tabindex="2"></td>
			</tr>
        <tr>
            <td align="center" height="25"><input
            type="submit" style="border:1 solid #C0C0C0;color:#C0C0C0;background-color:white" value="进   入"></td>
        </tr>
      </table>
      </center></div>
    </form>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?