login.htm

来自「航空订票系统基于asp.net和sql2005包含数据库和图片」· HTM 代码 · 共 49 行

HTM
49
字号
<html>
<head>
 <title>{title} ---登陆</title>
 <meta http-equiv='Pragma' content='no-cache' />
 <meta http-equiv=Content-Type content="text/html; charset=gb2312" />
 <meta name="keywords" contect="{keywords}" />
 <meta name="description" content="{description}" />
 <link rel="stylesheet" href="temp/longbill_2/style.css" type="text/css" />
</head>
<body topmargin=100>

<table border=0 cellspacing=0 cellpadding=0 width=760 align=center>
 <tr>
  <td height=28 width=7 background='temp/longbill_2/images/border_01.gif'></td>
  <td height=28 background='temp/longbill_2/images/border_02.gif' align=left>
   <font class=title>{title} --- 登陆</font>
  </td>
  <td height=28 width=7 background='temp/longbill_2/images/border_03.gif'></td>
 </tr>
 <tr>
  <td width=7 background='temp/longbill_2/images/border_04.gif'></td>
  <td>

<br>
<div align=center>


<form name=loginform method="post">
用户名:<input class=inputtext type=text size=20 maxlength=50 name='user_name' >&nbsp;
密  码:<input class=inputtext type=password name='user_pass' maxlength=50 >&nbsp;
<input type='submit' value='登陆' class=subbutton>
<input type=hidden value='login' name='action'>
</form>

</div>
<br>

  </td>
  <td width=7 background='temp/longbill_2/images/border_06.gif'></td>
 </tr>
 <tr>
  <td height=7 width=7 background='temp/longbill_2/images/border_07.gif'></td>
  <td height=7 background='temp/longbill_2/images/border_08.gif'></td>
  <td height=7 width=7 background='temp/longbill_2/images/border_09.gif'></td>
 </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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