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

📄 login_form.asp

📁 一套石油公司内部的运营管理系统
💻 ASP
字号:
<html>
<head>
<title>油田采油工艺综合管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/css/oil.css" type="text/css">
</head>
<BODY bgColor="#ffffff" leftMargin="0" scroll="no" topMargin="0">
<table width="100%" border="0" height="550" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="9%" rowspan="3" bgcolor="#015A92">&nbsp;</td>
    <td width="43%" height="43" bgcolor="#015A92">&nbsp;</td>
    <td width="48%" bgcolor="#015A92">&nbsp;</td>
  </tr>
  <tr> 
    <td bgcolor="#015A92" width="43%"><img src="../images/back.jpg" width="457" height="298"></td>
    <td width="48%" bgcolor="#015A92"><img src="../images/title.gif" width="300" height="350"></td>
  </tr>
  <tr> 
    <td width="43%" bgcolor="#015A92" height="142">&nbsp;</td>
    <td width="48%" bgcolor="#015A92">
	  <form name="loginform" action="login.asp" method=post>
		<table width="70%" border="0" cellspacing="1" cellpadding="3" bgcolor="#000000">
		  <tr> 
			<td height="22" bgcolor="#CC9900">用户登陆</td>
		  </tr>
		  <tr> 
			<td height="" bgcolor="#FFFFFF" align="center"> 
			  <table width="90%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td height="22" width="81%"><img src=/images/username.gif> 
                    <input type="text" name="userid" size="14" class=text value="">
                  </td>
                  <td height="22" width="19%"></td>
                </tr>
                <tr> 
                  <td height="22" width="81%"><img src=/images/password.gif> 
                    <input type="password" name="passwd" size="14" class=text value="">
                  </td>
                  <td height="22" width="19%"> 
                    <input type="image" src="/images/denlu.gif" width="43" height="16" name="image">
                  </td>
                </tr>
              </table>
			</td>
		  </tr>
		</table>
	   </form>

	</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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