代码拉取完成,页面将自动刷新
<?
include("include/globals.php");
if ($_COOKIE["userid"]=="")
{
header("Location: "."index.php");
exit;
}
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="include/scss.css" type=text/css rel=stylesheet>
</head>
<BODY background="images/b.jpg" style="background-repeat:no-repeat">
<br>
<br>
<br>
<table width="90%" border="0" align="center">
<tr>
<td valign="top">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#0066FF">
<tr bgcolor="#FFFFFF">
<td height="24" colspan="3"><font color="#003399">公司公告>></font></td>
</tr>
<tr bgcolor="#F2F2F2">
<td width="70%" height="22" align="center"><FONT color=#003399>公告标题</FONT></td>
<td width="10%" align="center"><FONT color=#003399>阅读</FONT></td>
<td width="20%" align="center"><FONT color=#003399>公告时间</FONT></td>
</tr>
<?
$sql_setup="select * from rzzx_online_xiaoxi where xxinfo='1' order by id desc LIMIT 5";
$quer_setup= mysql_query($sql_setup);
while($forum_setup= mysql_fetch_array($quer_setup))
{
$eid = $forum_setup["id"];
$xxtitle = $forum_setup["xxtitle"];
$xxmasg = $forum_setup["xxmasg"];
$xxtal = $forum_setup["xxtal"];
$xxdate = $forum_setup["xxdate"];
$xxdate = substr($xxdate,0,10);
?>
<tr bgcolor=#FFFFFF>
<td height="20"> <a href="system/xt_gonggao_show.php?id=<? echo $eid; ?>"><? echo $xxtitle; ?></a></td>
<td align="center"><? echo $xxtal; ?></td>
<td align="center"><? echo $xxdate; ?></td>
</tr>
<? }?>
</table> </td>
<td valign="top">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#0066FF">
<tr bgcolor="#FFFFFF">
<td height="24" colspan="3"><font color="#003399">部门公告>></font></td>
</tr>
<tr bgcolor="#F2F2F2">
<td width="70%" height="22" align="center"><FONT color=#003399>公告标题</FONT></td>
<td width="10%" align="center"><FONT color=#003399>阅读</FONT></td>
<td width="20%" align="center"><FONT color=#003399>公告时间</FONT></td>
</tr>
<?
$sql_setup="select * from rzzx_online_xiaoxi where xxbumen='".$xt_bumen."' and xxinfo='2' order by id desc LIMIT 5";
$quer_setup= mysql_query($sql_setup);
while($forum_setup= mysql_fetch_array($quer_setup))
{
$eid = $forum_setup["id"];
$xxtitle = $forum_setup["xxtitle"];
$xxmasg = $forum_setup["xxmasg"];
$xxbumen = $forum_setup["xxbumen"];
$xxtal = $forum_setup["xxtal"];
$xxdate = $forum_setup["xxdate"];
$xxdate = substr($xxdate,0,10);
?>
<tr bgcolor=#FFFFFF>
<td height="20"> <a href="system/xt_gonggao_show.php?id=<? echo $eid; ?>"><? echo $xxtitle; ?></a></td>
<td align="center"><? echo $xxtal; ?></td>
<td align="center"><? echo $xxdate; ?></td>
</tr>
<? }?>
</table> </td>
</tr>
<tr>
<td height="21"> </td>
<td> </td>
</tr>
<tr>
<td valign="top">
</td>
<td valign="top">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#0066FF">
<tr bgcolor="#FFFFFF">
<td height="24" colspan="4"><font color="#003399">我的消息>></font></td>
</tr>
<tr bgcolor="#F2F2F2">
<td width="60%" height="22" align="center"><FONT color=#003399>消息标题</FONT></td>
<td width="10%" align="center"><FONT color=#003399>发送人</FONT></td>
<td width="10%" align="center"><FONT color=#003399>阅读</FONT></td>
<td width="20%" align="center"><FONT color=#003399>发送时间</FONT></td>
</tr>
<?
$sql_setup="select * from rzzx_online_xiaoxi where xxtouserid='".$userid."' and xxinfo='3' order by id desc LIMIT 5";
$quer_setup= mysql_query($sql_setup);
while($forum_setup= mysql_fetch_array($quer_setup))
{
$eid = $forum_setup["id"];
$xxtitle = $forum_setup["xxtitle"];
$xxmasg = $forum_setup["xxmasg"];
$xxusername = $forum_setup["xxusername"];
$xxread = $forum_setup["xxread"];
$xxdate = $forum_setup["xxdate"];
$xxdate = substr($xxdate,0,10);
?>
<tr bgcolor=#FFFFFF>
<td height="20"> <a href="system/xt_duanxin_show.php?id=<? echo $eid; ?>"><? echo $xxtitle; ?></a></td>
<td align="center"><? echo $xxusername; ?></td>
<td align="center"><? echo $xxread; ?></td>
<td align="center"><? echo $xxdate; ?></td>
</tr>
<? }?>
</table> </td>
</tr>
</table>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。