login.html

来自「BugTrack is a basic, yet fully functiona」· HTML 代码 · 共 78 行

HTML
78
字号
<html>
<head>
<title>Login</title>
<meta name="GENERATOR" content="YesSoftware CodeCharge v.1.2.0 / Templates.ccp build 5/9/2001">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head>
<body bgcolor="#F3F2E6" text="#000000" link="#800000" vlink="#000080" alink="#0000FF">
{Header}
 <table>
  <tr>
   <td valign="top">
   <!--BeginFormLogin-->
    <form action="{FileName}" method="POST">
     <table border="1" cellspacing="0" cellpadding="2" bordercolorlight="#000000" bordercolordark="#FFFFFF">
      <tr>
       <td align="center" bgcolor="#669999" colspan="2">
        <font style="font-size: 12pt; color: #FFFFFF; font-family: Arial, Tahoma, Verdana, Helvetica; font-weight: bold">Login</font>
       </td>
      </tr>
      <!--BeginLoginError-->
      <tr>
       <td colspan="2" bgcolor="#F0F0F0">
        <font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">{sLoginErr}</font>
       </td>
      </tr>
      <!--EndLoginError-->
      <input type="hidden" name="ret_page" value="{ret_page}"><input type="hidden" name="querystring" value="{querystring}">
      <input type="hidden" name="FormName" value="Login">
      <!--BeginUserInd-->
      <tr>
       <td bgcolor="#F0F0F0">
        <font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">{UserID}</font>
        <input type="hidden" name="FormAction" value="logout">
        <input type="submit" value="Logout">
       </td>
      </tr>
      <!--EndUserInd-->
      <!--BeginLoginAct-->
      <tr>
       <td bgcolor="#B3B300">
        <font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Login</font>
       </td>
       <td bgcolor="#F0F0F0">
        <input type="text" name="Login" value="{Login}" maxlength="50">
       </td>
      </tr>
      <tr>
       <td bgcolor="#B3B300">
        <font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Password</font>
       </td>
       <td bgcolor="#F0F0F0">
        <input type="password" name="Password" maxlength="50">
       </td>
      </tr>
      <tr>
       <td colspan="2">
        <input type="hidden" name="FormAction" value="login">
        <input type="submit" value="Login">
       </td>
      </tr>
      <!--EndLoginAct-->
     </table>
    </form>
<!--EndFormLogin-->
   admin/admin<br>
guest/guest
   </td>
  </tr>
 </table>


{Footer}

<center><font face="Arial"><small>This dynamic site was generated with <a href="http://www.codecharge.com">CodeCharge</a></small></font></center>
</body>
</html>

⌨️ 快捷键说明

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