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

📄 index.php

📁 CRM 不仅仅是一个管理名词和管理概念
💻 PHP
字号:
<html>
<head>
<title>Osoon CRM</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css">
</head>

<body bgcolor="#FFFFFF">
<table width="522" border="0" cellspacing="0" cellpadding="0" height="453" background="images/login.jpg" align="center">
  <tr>
    <td>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td width="54%">&nbsp;</td>
          <td width="46%"> 
            <form name="login" method="post" action="login.php">
              <table width="150" border="0" cellspacing="0" cellpadding="2">
                <tr> 
                  <td><b class=hdr>用户名</b></td>
                  <td>
                    <input type="text" name="user_name" size="12" value="protoss">
                  </td>
                </tr>
                <tr> 
                  <td><b class=hdr>密&nbsp;&nbsp;&nbsp;&nbsp;码 </b></td>
                  <td>
                    <input type="password" name="pass_word" size="12" value="1">
                  </td>
                </tr>
                <tr> 
                  <td colspan="2"> 
                    <input type="submit" name="Submit" value="登录管理系统" class="hdr" style="background-color: #99B7C8" onMouseOver ="this.style.backgroundColor='#FFC864'" onMouseOut ="this.style.backgroundColor='#99B7C8'">
                  </td>
                </tr>
              </table>
            </form>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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