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.
258 lines
7.3 KiB
258 lines
7.3 KiB
<?php
|
|
define('EmpireCMSAdmin','1');
|
|
require('../../class/connect.php');
|
|
require('../../class/db_sql.php');
|
|
require('../../class/functions.php');
|
|
require('../../data/dbcache/class.php');
|
|
require('../../data/dbcache/MemberLevel.php');
|
|
$link=db_connect();
|
|
$empire=new mysqlquery();
|
|
$editor=1;
|
|
//验证用户
|
|
$lur=is_login();
|
|
$logininid=$lur['userid'];
|
|
$loginin=$lur['username'];
|
|
$loginrnd=$lur['rnd'];
|
|
$loginlevel=$lur['groupid'];
|
|
$loginadminstyleid=$lur['adminstyleid'];
|
|
//ehash
|
|
$ecms_hashur=hReturnEcmsHashStrAll();
|
|
|
|
$id=(int)$_GET['id'];
|
|
$classid=(int)$_GET['classid'];
|
|
if(empty($class_r[$classid][classid])||!$id)
|
|
{
|
|
printerror("ErrorUrl","history.go(-1)");
|
|
}
|
|
if(!$class_r[$classid][tbname]||!$class_r[$classid][classid])
|
|
{
|
|
printerror("ErrorUrl","history.go(-1)");
|
|
}
|
|
//非终极栏目
|
|
if(!$class_r[$classid]['islast'])
|
|
{
|
|
printerror("AddInfoErrorClassid","history.go(-1)");
|
|
}
|
|
$bclassid=$class_r[$classid][bclassid];
|
|
$fun_r['AdminInfo']='管理信息';
|
|
//模型
|
|
$fieldexp="<!--field--->";
|
|
$recordexp="<!--record-->";
|
|
$tbname=$class_r[$classid][tbname];
|
|
$mid=$class_r[$classid][modid];
|
|
$mr=$empire->fetch1("select enter,tbname from {$dbtbpre}enewsmod where mid='$mid'");
|
|
if(empty($mr['tbname']))
|
|
{
|
|
printerror("ErrorUrl","history.go(-1)");
|
|
}
|
|
$enter=$mr['enter'];
|
|
$savetxtf=$emod_r[$mid]['savetxtf'];
|
|
//导航
|
|
$url=AdminReturnClassLink($classid).' > 查看信息';
|
|
|
|
//索引表
|
|
$index_r=$empire->fetch1("select id,classid,checked from {$dbtbpre}ecms_".$tbname."_index where id='$id' limit 1");
|
|
if(!$index_r['id']||$index_r['classid']!=$classid)
|
|
{
|
|
printerror("ErrorUrl","history.go(-1)");
|
|
}
|
|
//返回表
|
|
$infotb=ReturnInfoMainTbname($tbname,$index_r['checked']);
|
|
$r=$empire->fetch1("select * from ".$infotb." where id='$id' limit 1");
|
|
|
|
$wfinfor=$empire->fetch1("select id,tid,groupid,userclass,username,tstatus,checktno from {$dbtbpre}enewswfinfo where id='$id' and classid='$classid' limit 1");
|
|
if(!$wfinfor['id'])
|
|
{
|
|
printerror('ErrorUrl','history.go(-1)');
|
|
}
|
|
//工作流
|
|
$cwfitemr=$empire->fetch1("select wfid,groupid,userclass,username from {$dbtbpre}enewsworkflowitem where tid='$wfinfor[tid]'");
|
|
//验证权限
|
|
if(strstr(','.$cwfitemr[groupid].',',','.$lur[groupid].',')||strstr(','.$cwfitemr[userclass].',',','.$lur[classid].',')||strstr(','.$cwfitemr[username].',',','.$lur[username].','))
|
|
{
|
|
}
|
|
else
|
|
{
|
|
$doselfinfo=CheckLevel($logininid,$loginin,$classid,"news");
|
|
}
|
|
|
|
$r[newstime]=date("Y-m-d H:i:s",$r[newstime]);
|
|
//返回表信息
|
|
$infodatatb=ReturnInfoDataTbname($tbname,$index_r['checked'],$r['stb']);
|
|
//副表
|
|
$finfor=$empire->fetch1("select ".ReturnSqlFtextF($mid)." from ".$infodatatb." where id='$id' limit 1");
|
|
$r=array_merge($r,$finfor);
|
|
//内容存文本
|
|
if($savetxtf)
|
|
{
|
|
$r[$savetxtf]=GetTxtFieldText($r[$savetxtf]);
|
|
}
|
|
//发布者
|
|
if($r[ismember])
|
|
{
|
|
$username=empty($r[userid])?'游客':"会员:<a href='../member/AddMember.php?enews=EditMember&userid=".$r[userid].$ecms_hashur['ehref']."' target='_blank'>".$r[username]."</a>";
|
|
}
|
|
else
|
|
{
|
|
$username="<a href='../user/AddUser.php?enews=EditUser&userid=".$r[userid].$ecms_hashur['ehref']."' target='_blank'>".$r[username]."</a>";
|
|
}
|
|
//状态
|
|
$st='';
|
|
if($index_r[checked])//审核
|
|
{
|
|
$st.="[已审核] ";
|
|
}
|
|
else
|
|
{
|
|
$st.="[未审核] ";
|
|
}
|
|
if($r[istop])//置顶
|
|
{
|
|
$st.="[顶".$r[istop]."] ";
|
|
}
|
|
if($r[isgood])//推荐
|
|
{
|
|
$st.="[推".$r[isgood]."] ";
|
|
}
|
|
if($r[firsttitle])//头条
|
|
{
|
|
$st.="[头".$r[firsttitle]."]";
|
|
}
|
|
//标题
|
|
$titleurl=sys_ReturnBqTitleLink($r);
|
|
$r[title]="<a href='$titleurl' target='_blank'>".DoTitleFont($r[titlefont],$r[title])."</a>";
|
|
//权限
|
|
$group='';
|
|
if($r[groupid])
|
|
{
|
|
$group=$level_r[$r[groupid]][groupname];
|
|
if($r[userfen])
|
|
{
|
|
$group.=" ,扣除点数:".$r[userfen];
|
|
}
|
|
}
|
|
//栏目链接
|
|
$classurl=sys_ReturnBqClassname($r,9);
|
|
$getclassurlr['classid']=$bclassid;
|
|
$bclassurl=sys_ReturnBqClassname($getclassurlr,9);
|
|
$classes="<a href='$bclassurl' target='_blank'>".$class_r[$bclassid][classname]."</a> > <a href='$classurl' target='_blank'>".$class_r[$classid][classname]."</a>";
|
|
//标题分类
|
|
$titletype=$class_tr[$r[ttid]]['tname'];
|
|
?>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>查看信息</title>
|
|
<link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
|
|
<tr>
|
|
<td height="25">位置:<?=$url?></td>
|
|
</tr>
|
|
</table>
|
|
<form name="form1" method="post" action="ecmsinfo.php">
|
|
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder" style="word-wrap: break-word">
|
|
<?=$ecms_hashur['form']?>
|
|
<tr class="header">
|
|
<td height="25" colspan="2"><div align="center">查看信息</div></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="5%" height="25" bgcolor="#FFFFFF">
|
|
<div align="right"><strong>发布者</strong></div></td>
|
|
<td bgcolor="#FFFFFF">
|
|
<?=$username?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>发布时间</strong></div></td>
|
|
<td bgcolor="#FFFFFF">增加时间:
|
|
<?=date("Y-m-d H:i:s",$r[truetime])?>
|
|
,最后修改:
|
|
<?=date("Y-m-d H:i:s",$r[lastdotime])?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>人气</strong></div></td>
|
|
<td bgcolor="#FFFFFF">点击数:
|
|
<?=$r[onclick]?>
|
|
,评论数:
|
|
<?=$r[plnum]?>
|
|
,下载数:
|
|
<?=$r[totaldown]?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>信息状态</strong></div></td>
|
|
<td bgcolor="#FFFFFF">
|
|
<?=$st?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>栏目</strong></div></td>
|
|
<td bgcolor="#FFFFFF">
|
|
<?=$classes?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>标题分类</strong></div></td>
|
|
<td bgcolor="#FFFFFF">
|
|
<?=$titletype?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>关键字</strong></div></td>
|
|
<td bgcolor="#FFFFFF">
|
|
<?=$r[keyboard]?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>相关信息ID</strong></div></td>
|
|
<td bgcolor="#FFFFFF">
|
|
<?=$r[keyid]?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>查看权限</strong></div></td>
|
|
<td bgcolor="#FFFFFF">
|
|
<?=$group?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="25" bgcolor="#FFFFFF"><div align="right"><strong>页面链接</strong></div></td>
|
|
<td bgcolor="#FFFFFF"><a href="<?=$titleurl?>" target="_blank"><?=$titleurl?></a></td>
|
|
</tr>
|
|
<?php
|
|
$fr=explode($recordexp,$enter);
|
|
$count=count($fr)-1;
|
|
for($i=0;$i<$count;$i++)
|
|
{
|
|
$fr1=explode($fieldexp,$fr[$i]);
|
|
$fname=$fr1[0];
|
|
$f=$fr1[1];
|
|
if($f=="special.field")
|
|
{
|
|
continue;
|
|
}
|
|
?>
|
|
<tr>
|
|
<td width="13%" height="25" bgcolor="#FFFFFF"><div align="right"> <strong>
|
|
<?=$fname?>
|
|
</strong> </div></td>
|
|
<td width="87%" bgcolor="#FFFFFF">
|
|
<?=stripSlashes($r[$f])?>
|
|
</td>
|
|
</tr>
|
|
<?php
|
|
}
|
|
?>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
<?php
|
|
db_close();
|
|
$empire=null;
|
|
?>
|