manginto.asp

来自「☆☆网吧客户留言簿☆☆ 管理用户名和密码都是:admin 演示:http:/」· ASP 代码 · 共 37 行

ASP
37
字号
<!-- #include file="common.asp"-->
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=<%=Char_Set%>">
	<title>☆☆网吧留言簿☆☆后台管理员入口</title>
	<link href="<%=GBCss%>/common.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="300" style="height:300px; " border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><table border="0" align="center" cellpadding="0" cellspacing="0" class="mytext" style="background-image:url(<% =GBSkin %>/linebg.gif) ">
      <form method="post" action="checkadm.asp">
        <tr>
          <td height="30" colspan="2" style="background-image:url(<% =GBSkin %>/guest_top.gif) " align="center" class="guest_name"><strong>☆☆网吧留言簿登陆口☆☆</strong></td>
        </tr>
        <tr>
          <td width="120" height="30" align="right" class="guest_name"><b>系统帐号:</td>
          <td width="160" height="30"><input name="uid" type="text" class="input_common" style="width: 100px; height:18px;"></td>
        </tr>
        <tr>
          <td height="30" align="right" class="guest_name"><b>系统密码:</td>
          <td width="120" height="30"><input name="pwd" type="password" class="input_common" style="width: 100px; height:18px;"></td>
        </tr>
        <tr>
          <td height="40" colspan="2" align="center">
		  <input type="button" onClick="javascript:location.href='index.asp';" value="系统返回" class="button_common" style="width: 60px; height:18px;">
		  <input type="submit" value="登陆系统管理中心" class="button_common" style="width: 120px; height:18px;">
</td>
        </tr>
      </form>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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