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

📄 9074def5602d001d197ee5d5bdcefda6

📁 客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户
💻
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>欢迎使用!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<%@ include file="/commons/meta.jsp" %>
<script language="JavaScript">
//-------------------- 防止出错 ---------------------------
function killErrors()
{
  return true;
}
window.onerror = killErrors;


//------------------- 窗口最大化 --------------------------
self.moveTo(0,0); 
self.resizeTo(screen.availWidth,screen.availHeight); 
self.focus(); 

  
// 状态栏显示文字
//window.defaultStatus=""; 


// <!--屏蔽鼠标右键开始-->
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu()
{
 event.cancelBubble = true
 event.returnValue = false;

 return false;
}

function norightclick(e)
{
 if (window.Event)
 {
  if (e.which == 2 || e.which == 3)
   return false;
 }
 else
  if (event.button == 2 || event.button == 3)
  {
   event.cancelBubble = true
   event.returnValue = false;
   return false;
  }

}
document.oncontextmenu = nocontextmenu;  // for IE5+
document.onmousedown = norightclick;     // for all others
// <!--屏蔽鼠标右键结束-->

</script>

<style type="text/css">
<!--
body {
	background-image: url();
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
-->
</style></head>

<body class="bodycolor" onLoad="javascript:form1.PASSWORD.focus();" scroll="no" onselectstart="return false">


<form action="logon.do" method="post">
<input type="hidden" name="p" value="check">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td align="center" valign="middle">
	  

        <table width="620" height="335" border="0" align="center" cellpadding="0" cellspacing="0" class="small">
	 
    <tr>
      <td align="right" valign="top" background="${ctx }/images/logo.gif" >
	  <br>
	  <br>
	  <br>
          <br>
              <br>
                <br>
                <br>
              <table width="400"  border="0" cellspacing="8" cellpadding="0" class="small">
          <tr>
            <td width="80" align="right"><b><font color=#0077b2>用户名:</font></b></td>
            <td align="left"><input name="userName" type="text" class="SmallInput"  size="12" maxlength="30" value="" onMouseOver="this.focus()" onFocus="this.select()"></td>
          </tr>
          <tr>
            <td width="80" align="right"><b><font color=#0077b2>密 码:</font></b></td>
            <td align="left"><input name="password" type="password" class="SmallInput" size="12" maxlength="30" value="" onMouseOver="this.focus()" onFocus="this.select()"></td>
          </tr>
          
        </table>
		<br>
		<br>
              <table width="385"  border="0" cellspacing="8" cellpadding="0">
          <tr>
            <td height="32" align="left"><input type="image" border="0" name="Submit2" src="${ctx }/images/login_button_01.gif" width="70" height="22" alt="登陆" >
              &nbsp;&nbsp;&nbsp;<a href="./index.php" target="_self"><img border="0" name="${ctx }/imageField2" src="images/login_button_02.gif" width="70" height="22" alt="重填"></a></td>
          </tr>
        </table></td>
    </tr>

  </table>

 
      </td>
    </tr>
</table>
</form>


<div style="position:absolute; height:15pt; width:100%; top:expression(document.body.clientHeight-this.style.pixelHeight+document.body.scrollTop);">
<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="small">
   <tr>

    <td width="88" align="center" valign="middle" nowrap><img src="./images/help.gif" width="16" height="16" border="0" align="absbottom"> <a href="function/help/" target="_blank"><font color=#0077B2><u>帮助支持</u></font></a></td>

    <td align="center" valign="top" nowrap><font color=#0077B2><script language='JavaScript'>new marquee('status_text');status_text.init(new Array("1.软件只需在一台电脑安装,其他用户用在浏览器中用IP地址登录","2.“系统管理 -&gt; 组织机构设置”中建立部门和用户","3.“系统管理 -&gt; 角色权限设置”中设定用的户权限","4.“系统管理 -&gt; 系统界面设置”修改当前提示文字"));</script></font></td>
	<td width="88" align="right" valign="middle" nowrap><font color=#0077B2><!--登入后界面:</font>--></td>	
	
   </tr>
</table>
</div>


</body>
</html>

⌨️ 快捷键说明

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