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

📄 login.html

📁 bbs设计是一个论坛方面的设计 基于jsp的系统设计
💻 HTML
字号:
<html>
<head>
<title>login.html</title>
<link rel=stylesheet href="style.css" type="text/css">
<base target="main">
</head>

<body bgColor="#848484" >
<form action="login.jsp" method="post">
  <table bgColor="#DEDEDE" border="1" borderColorDark="#ffffff" borderColorLight="#333333"
  cellPadding="0" cellSpacing="0" width="135" height="106">
<TBODY>
<tr>
      <td height="23" noWrap align="center"><big><strong><font color=red>i</font><font color="#617B5B">BBS!</font></strong></big></td>
    </tr>
    <tr>
      <td height="23" noWrap bgcolor="#617B5B" align="center"><font color="#FFFFFF">Login</font></td>
    </tr>
    <tr>
      <td height="23" noWrap align="center">User:<input name="username" size="4"
      style="HEIGHT: 25px; WIDTH: 88px"></td>
    </tr>
    <tr>
      <td height="27" noWrap align="center">Pass:<input name="password" size="4"
      style="HEIGHT: 25px; WIDTH: 88px" type="password"></td>
    </tr>
    <tr>
      <td height="38" align="center"><font color="#ff0080"><input type="submit" value="Enter"></font></td>
    </tr>
    <tr>
      <td height="38" align="center"><a href="reg.html">New/Alter Pass</a></td>
    </tr>
		
</TBODY>
  </table>
</form>


 <form method="POST" action="search.jsp" target="main">
  <table bgColor="#DEDEDE" border="1" borderColorDark="#ffffff" borderColorLight="#333333"
  cellPadding="0" cellSpacing="0" width="135" height="106">
    <tr>
      <td align="center" bgcolor="#617B5B"><font color="#FFFFFF">Search</font></td>
    </tr>
    <tr align="center">
      <td align="center"><input type="radio" value="title" name="R1">Title</td>
    </tr>
    <tr align="center">
      <td align="center"><input type="radio" value="author" name="R1">Author</td>
    </tr>
    <tr align="center">
      <td align="center">Include</td>
    </tr>
    <tr align="center">
      <td align="center"><input type="text" name="search_string" size="10"></td>
    </tr>
    <tr align="center">
      <td align="center"><input type="submit" value="Go" name="B1"></td>
    </tr>
  </table>
</form>

<center>
<a href="readme.html" target="main"><font color="white">[Help]</font></a>
</center>
</body>
</html>

⌨️ 快捷键说明

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