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

📄 header.inc.php

📁 CRM 不仅仅是一个管理名词和管理概念
💻 PHP
字号:
<?
/**
  *
  * Package Monitor Page
  *
  * OsoonCRM Project
  * Copyright 2003-2004 (c)
  * http://osooncrm.cosoft.org.cn/
  */
?> 

<html>
<head>
<title>OsoonCRM</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel=stylesheet type="text/css" href="style.css">
<script language=JavaScript>
function overtable(this_s)
{
this_s.style.background='#8592b5';
this_s.style.border='1pt solid #0a246a';
}

function downtable(this_s)
{
this_s.style.backgroundColor='#CFD6E8'
}

function outtable(this_s)
{
this_s.style.background='';this_s.style.border='0pt solid #d4d0c8';
}
</script>
<script language=javascript>
function cfmop(url,msg)
{
	var url;
	var msg;
	
	if (confirm(msg)) 
	{
		//alert(url);
		document.location = url;
		return;
	}
}
</script>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#526A8B">
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" align=right>
        <tr>
          <td width="215"><img src="images/logo.gif" width="215" height="59"></td>
          <td valign="bottom"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr align="center" bgcolor="#526A8B" height=20>
                <td width="*" bgcolor="#526A8B" align=left style="color:white">欢迎你,<? echo $G_name ?>!&nbsp;</td>
                <td width="50">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
					<tr align="center" valign="middle"> 
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="default.php" class=white>首 页</a></td>
					</tr>
					</table>
				</td>
                <td width="50">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
					<tr align="center" valign="middle"> 
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="account_list.php" class=white>客 户</a></td>
					</tr>
					</table>
				</td>
                <td width="50">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
					<tr align="center" valign="middle"> 
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="contact_list.php" class=white>联系人</a></td>
					</tr>
					</table>
				</td>
                <td width="50">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
					<tr align="center" valign="middle"> 
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="project_list.php" class=white>项 目</a></td>
					</tr>
					</table>
				</td>
                <td width="50">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
					<tr align="center" valign="middle"> 
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="activity_list.php" class=white>行 动</a></td>
					</tr>
					</table>
				</td>
                <td width="50">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
					<tr align="center" valign="middle"> 
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="expense_list.php" class=white>费 用</a></td>
					</tr>
					</table>
				</td>

                <td width="50">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
					<tr align="center" valign="middle"> 
<?	if ($departmentid!=1 & $G_username!="expense") { ?>
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="javascript:alert('对不起,你无权查看报表!')" class=white>报 表</a></td>
<?	} else { ?>
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="report_month.php" class=white>报 表</a></td>
<?	} ?>
					</tr>
					</table>
				</td>
                <td width="50">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
					<tr align="center" valign="middle"> 
					<td class=classCSS height="24" onMouseDown=downtable(this) onMouseOver="overtable(this)" onMouseOut="outtable(this)"><a href="logout.php" class=white>注 销</a></td>
					</tr>
					</table>
				</td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td background="images/top_line.gif" height="10"></td>
  </tr>
</table>

⌨️ 快捷键说明

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