⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manginto.asp

📁 很不错的文章系统,可以下载下来看看吧
💻 ASP
字号:
<!-- #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">管理员:</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">密&nbsp;&nbsp;码:</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -