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

📄 affiche.php

📁 VIP信息处理系统源码
💻 PHP
字号:
<?
/**********************************
*	广告主公告信息索引页
*	建立:2004-11-23 qinsy 
*	最后修改:2004-11-23 qinsy
***********************************/
include_once("top.php");
$pagesize=$cfg_webpagesize;
$list_count="message where s_id='0' and userid='0' and (username='<web>' and to_type='2' or username='<all>')";
$sql="select * from message where s_id='0' and userid='0' and (username='<web>' and to_type='2' or username='<all>') order by time desc";
include("../public/pagehead.php");
$str_disp="";
$rs=mysql_query($sql);
while($row=mysql_fetch_array($rs)){
  	$mes_type=$row[mes_type];//公告类型
	$tit=$row[tit];//主题
  	$time=$row["time"];//时间
	$str_disp.="
		<tr align=center class=\"listbody\">
			<td>$cfg_messtype[$mes_type]</td>
			<td align=left><a href='affiche_view.php?id=$row[id]'>$tit</a></td>
			<td>$time</td>
		</tr>";
}

?>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
<table width="1001" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f7f7f7">
  <tr> 
    <td width="200" height="323" valign="top" bgcolor="#E8EEF4"> 
      <?
	include("menu.php");
	?></td>
    <td align="center" valign="top" class="bgconn"> 
     <table width="98%" border="0" cellpadding="0" cellspacing="0" >
          <tr>
            <td height="40" class="orange_text"> 
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  
                <td height="30" align="left" valign="middle"><img src="../image/ab2.gif" width="121" height="20"></td>
                </tr>
                <tr>
                  <td  align="center" valign="middle"> 
                    <table width="99%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td height="20" align="left" valign="middle">&nbsp;&nbsp;&nbsp;&nbsp;有关于本系统的新闻、会员须知、系统帮助、代码更新等将公告于此,请注意查看。</td>
                      </tr>
                    </table>
                  </td>
                </tr>
                <tr>
                  <td height="25" align="left" valign="middle"> 
                    <table width="50%" border="0" cellpadding="0" cellspacing="0">
                      <tr align="center" valign="middle"> 
                        <td width="5%"><img src="../image/bot14.gif" width="16" height="16"></td>
                        <td width="52%" align="left"><a href="message_add.php?tit=系统公告"><span class="bluetext">关于本问题给我们留言</span></a></td>
                        <td width="6%"><img src="../image/bot13.gif" width="16" height="16"></td>
                        <td width="37%" align="left"><span class="orange_text">电话:<?=$cfg_phone?></span></td>
                      </tr>
                    </table></td>
                </tr>
              </table></td>
          </tr>
		  <tr>
            <td height="4" bgcolor="#556D85" ></td>
          </tr>
		  <tr><td height="3"></td></tr>
        </table>
	
        
      <table width="98%" border="0" cellspacing="1" cellpadding="6" class="listtable">
        <tr align="center" class="listbody">
          <td class="listtbhd">类 别</td>
		  <td class="listtbhd">主 题</td>
          <td class="listtbhd">时 间</td>
        </tr>
        <?=$str_disp?>
      </table>
	  <br>
		<table width="98%" border="0" cellpadding="0" cellspacing="0">
        <tr>
			<td>
			<?
			  $pagestr="";
			  include("../public/pagefoot.php");
			?></td>
		  </tr>
		</table>
	  	<p><br>
          <br>
          <br>
		  <br>
          </p></td>
  </tr>
</table>
<?
include("foot.php");
?>

⌨️ 快捷键说明

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