熊猫办公系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

139 lines
5.5 KiB

<?php
if(!defined('InEmpireCMS'))
{
exit();
}
?>
<?php
//查询SQL,如果要显示自定义字段记得在SQL里增加查询字段
$query="select id,classid,isurl,titleurl,isqf,havehtml,istop,isgood,firsttitle,ismember,username,plnum,totaldown,onclick,newstime,truetime,lastdotime,titlefont,titlepic,title from ".$infotb." where ".$yhadd."userid='$user[userid]' and ismember=1".$add." order by newstime desc limit $offset,$line";
$sql=$empire->query($query);
//返回头条和推荐级别名称
$ftnr=ReturnFirsttitleNameList(0,0);
$ftnamer=$ftnr['ftr'];
$ignamer=$ftnr['igr'];
$public_diyr['pagetitle']='管理信息';
$url="<a href='../../'>首页</a>&nbsp;>&nbsp;<a href='../member/cp/'>会员中心</a>&nbsp;>&nbsp;<a href='ListInfo.php?mid=$mid".$addecmscheck."'>管理信息</a>&nbsp;(".$mr[qmname].")";
require(ECMS_PATH.'e/template/incfile/header.php');
?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="searchinfo" method="GET" action="ListInfo.php">
<tr>
<td width="25%" height="27">
<input type="button" name="Submit" value="增加信息" onclick="self.location.href='ChangeClass.php?mid=<?=$mid?><?=$addecmscheck?>';"> </td>
<td width="75%"><div align="right">&nbsp;搜索:
<input name="keyboard" type="text" id="keyboard" value="<?=$keyboard?>">
<select name="show">
<option value="0" selected>标题</option>
</select>
<input type="submit" name="Submit2" value="搜索">
<input name="sear" type="hidden" id="sear" value="1">
<input name="mid" type="hidden" value="<?=$mid?>">
<input name="ecmscheck" type="hidden" id="ecmscheck" value="<?=$ecmscheck?>">
</div></td>
</tr>
</form>
</table>
<br>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="9%" height="25"<?=$indexchecked==1?' class="header"':' bgcolor="#C9F1FF"'?>><div align="center"><a href="ListInfo.php?mid=<?=$mid?>">已发布</a></div></td>
<td width="9%"<?=$indexchecked==0?' class="header"':' bgcolor="#C9F1FF"'?>><div align="center"><a href="ListInfo.php?mid=<?=$mid?>&ecmscheck=1">待审核</a></div></td>
<td width="23%">&nbsp;</td>
<td width="47%">&nbsp;</td>
<td width="6%">&nbsp;</td>
<td width="6%">&nbsp;</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<tr class="header">
<td width="50%" height="25"> <div align="center">标题</div></td>
<td width="13%" height="25"> <div align="center">发布时间</div></td>
<td width="8%" height="25">
<div align="center">点击</div></td>
<td width="6%">
<div align="center">评论</div></td>
<td width="6%"><div align="center">审核</div></td>
<td width="17%" height="25">
<div align="center">操作</div></td>
</tr>
<?
while($r=$empire->fetch($sql))
{
//状态
$st='';
if($r[istop])//置顶
{
$st.="<font color=red>[顶".$r[istop]."]</font>";
}
if($r[isgood])//推荐
{
$st.="<font color=red>[".$ignamer[$r['isgood']]."]</font>";
}
if($r[firsttitle])//头条
{
$st.="<font color=red>[".$ftnamer[$r['firsttitle']]."]</font>";
}
//时间
$newstime=date("Y-m-d",$r[newstime]);
$oldtitle=$r[title];
$r[title]=stripSlashes(sub($r[title],0,50,false));
$r[title]=DoTitleFont($r[titlefont],$r[title]);
if($indexchecked==0)
{
$checked='<font color=red>×</font>';
$titleurl='AddInfo.php?enews=MEditInfo&classid='.$r[classid].'&id='.$r[id].'&mid='.$mid.$addecmscheck;//链接
}
else
{
$checked='√';
$titleurl=sys_ReturnBqTitleLink($r);//链接
}
$plnum=$r[plnum];//评论个数
//标题图片
$showtitlepic="";
if($r[titlepic])
{$showtitlepic="<a href='".$r[titlepic]."' title='预览标题图片' target=_blank><img src='../data/images/showimg.gif' border=0></a>";}
//栏目
$classname=$class_r[$r[classid]][classname];
$classurl=sys_ReturnBqClassname($r,9);
$bclassid=$class_r[$r[classid]][bclassid];
$br['classid']=$bclassid;
$bclassurl=sys_ReturnBqClassname($br,9);
$bclassname=$class_r[$bclassid][classname];
//评论地址
$pagefunr=eReturnRewritePlUrl($r['classid'],$r['id'],'doinfo',0,0,1);
$eplurl=$pagefunr['pageurl'];
?>
<tr bgcolor="#FFFFFF" id=news<?=$r[id]?>>
<td height="25"> <div align="left">
<?=$st?>
<?=$showtitlepic?>
<a href="<?=$titleurl?>" target=_blank title="<?=$oldtitle?>">
<strong><?=$r[title]?></strong> </a>
<br>
栏目:<a href='<?=$bclassurl?>' target='_blank'><?=$bclassname?></a> > <a href='<?=$classurl?>' target='_blank'><?=$classname?></a>
</div></td>
<td height="25"> <div align="center"><?=$newstime?></div></td>
<td height="25"> <div align="center"> <a title="下载次数:<?=$r[totaldown]?>">
<?=$r[onclick]?>
</a> </div></td>
<td><div align="center"><a href="<?=$eplurl?>" title="查看评论" target=_blank><u><?=$plnum?></u></a></div></td>
<td><div align="center">
<?=$checked?>
</div></td>
<td height="25"><div align="center"><a href="AddInfo.php?enews=MEditInfo&classid=<?=$r[classid]?>&id=<?=$r[id]?>&mid=<?=$mid?><?=$addecmscheck?>">修改</a> | <a href="ecms.php?enews=MDelInfo&classid=<?=$r[classid]?>&id=<?=$r[id]?>&mid=<?=$mid?><?=$addecmscheck?>" onclick="return confirm('确认要删除?');">删除</a>
</div></td>
</tr>
<?
}
?>
<tr bgcolor="#FFFFFF">
<td height="25" colspan="6">
<?=$returnpage?> </td>
</tr>
</table>
<?php
require(ECMS_PATH.'e/template/incfile/footer.php');
?>