index.php
来自「CRM 不仅仅是一个管理名词和管理概念」· PHP 代码 · 共 47 行
PHP
47 行
<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> </p>
<p> </p>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="54%"> </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>密 码 </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 + =
减小字号Ctrl + -
显示快捷键?