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

📄 out_begin.php

📁 希普办公网络v2
💻 PHP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>out_begin</title>

<link href="css.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#F3F7FC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<?
//**************************************************
//************************************
//******Powered by ajin ***************
//*****联系我:wenjinjin@peoplemail.com.cn *******
//*********QQ : 89243743        ********************
//*******主页: http://www.52686.com  *******
//**************************************************

//**************************************************

include_once('function.php');
function getann($name,$mod=0)
{
	include('config.php');
	mysql_select_db($dbname,$link);
	if($mod==0)
	$query="select * from all_announce where ann_mod='comp' and ann_yes='true'";
	else
	$query="select * from all_announce where ann_mod='clas' and ann_yes='true' and ann_job='".$mod."'";
	$result=mysql_query($query,$link);
	$get=@mysql_fetch_object($result);
	if ($get)
	echo $get->$name;
	@mysql_close();
	
	
}
function showclass()
{
	include('config.php');
	mysql_select_db($dbname,$link);
	$query="select * from class_list ";
	$result=mysql_query($query,$link);
	while($get=@mysql_fetch_object($result))
	{  
		echo "&nbsp;<label title=\"".$get->class_info."\" ><a href=# >".$get->class_name."</a></label> &nbsp;&nbsp; ";
	
	
		}
		
	@mysql_close();
	}
?>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"  bgcolor="#F3F7FC">
  <tr> 
    <td height="409" valign="top"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_kuang">
        <tr> 
          <td background="images/dmid.jpg" class="tianchong"> <font class="size10">公司通知发布区</font></td>
        </tr>
        <tr> 
          <td   class="tian4" ><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="table_kuang" >
              <tr> 
                <td height="17" class="tianchong" valign="top">通知: <? getann("ann_title");   ?> </td>
              </tr>
              <tr>
                <td height="72" class="tianchong" valign="top"><font class="duanluo"> <? getann("ann_text");?> </td>
              </tr>
            </table></td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_kuang">
        <tr> 
          <td background="images/dmid.jpg" class="tianchong"> <font class="size10">公司部门列表</font></td>
        </tr>
        <tr> 
          <td height="61"   class="tian4" > 
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_kuang" >
              <tr> 
                <td height="34" class="tianchong" valign="baseline" ><? showclass();?> </td>
              </tr>
            </table></td>
        </tr>
      </table> </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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