admin_login.html

来自「商业网站/图片管理系统/投票系统/新闻管理系统/」· HTML 代码 · 共 34 行

HTML
34
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="../css/mycss.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div align="center">
	<form id="form1" name="form1" method="post" action="check.asp">
		<table width="280" height="128" border="0" cellpadding="0" cellspacing="0">
			<tr>
				<td colspan="2" class="allbcolor"><div align="center"><strong>管理员登陆</strong></div></td>
			</tr>
			<tr>
				<td width="110" class="allbcolor"><div align="center">登陆I&nbsp;D</div></td>
				<td width="170" class="allbcolor"><input name="uid" type="text" id="uid" /></td>
			</tr>
			<tr>
				<td class="allbcolor"><div align="center">登陆密码</div></td>
				<td class="allbcolor"><input name="pwd" type="password" id="upwd" /></td>
			</tr>
			<tr>
				<td height="20" colspan="2" class="allbcolor"><div align="center" >
					<input type="submit" name="Submit" value="登陆管理页" />
				</div></td>
			</tr>
		</table>
	</form>
</div>
</body>
</html>

⌨️ 快捷键说明

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