' . $word;
//访问组
$ygroup = '';
$vgsql = $empire->query("select vgid,gname from {$dbtbpre}enewsvg order by vgid");
while ($vgr = $empire->fetch($vgsql)) {
$ygroup .= "";
}
if ($ygroup) {
$ygroup = "" . $ygroup . "";
}
//会员组
$sql1 = $empire->query("select groupid,groupname from {$dbtbpre}enewsmembergroup order by level");
while ($l_r = $empire->fetch($sql1)) {
$ygroup .= "";
}
if ($enews == "AddNews") {
$group = str_replace(" value=" . $class_r[$classid][groupid] . ">", " value=" . $class_r[$classid][groupid] . " selected>", $ygroup);
}
//初始化数据
$r = array();
$newstime = time();
$r[newstime] = date("Y-m-d H:i:s");
$todaytime = $r[newstime];
$r[checked] = $class_r[$classid][checked];
$r[newspath] = date($class_r[$classid][newspath]);
$r[onclick] = 0;
$r[userfen] = 0;
$titlefontb = "";
$titlefonti = "";
$titlefonts = "";
$voteeditnum = 8;
$voter[width] = 500;
$voter[height] = 300;
$voter[dotime] = '0000-00-00';
$r[dokey] = 1;
$titleurl = '';
if ($public_r['onclickrnd']) {
$onclick_rndr = explode(',', $public_r['onclickrnd']);
$r[onclick] = rand(intval($onclick_rndr[0]), intval($onclick_rndr[1]));
$r[totaldown] = $r[onclick];
} else {
$r[totaldown] = 0;
$r[onclick] = 0;
}
//----------- 特殊模型初始化 -----------
//下载地址前缀
if (strstr($enter, ',downpath,') || strstr($enter, ',onlinepath,')) {
$downurlqz = "";
$newdownqz = "";
$downsql = $empire->query("select urlname,url,urlid from {$dbtbpre}enewsdownurlqz order by urlid");
while ($downr = $empire->fetch($downsql)) {
$downurlqz .= "";
$newdownqz .= "";
}
}
//html编辑器
$loadeditorjs = '';
if ($emod_r[$modid]['editorf'] && $emod_r[$modid]['editorf'] != ',') {
include('ecmseditor/eshoweditor.php');
$loadeditorjs = ECMS_ShowEditorJS('ecmseditor/infoeditor/');
}
//预设投票
if ($enews == "AddNews") {
$infoclassr = $empire->fetch1("select definfovoteid from {$dbtbpre}enewsclass where classid='$classid'");
$definfovoteid = 0;
if ($infoclassr['definfovoteid']) {
$definfovoteid = $infoclassr['definfovoteid'];
} elseif ($emod_r[$modid]['definfovoteid']) {
$definfovoteid = $emod_r[$modid]['definfovoteid'];
}
if ($definfovoteid) {
//投票
$voter = $empire->fetch1("select * from {$dbtbpre}enewsvotemod where voteid='$definfovoteid'");
if ($voter['voteid'] && $voter[votetext]) {
$d_record = explode("\r\n", $voter[votetext]);
for ($i = 0; $i < count($d_record); $i++) {
$j = $i + 1;
$d_field = explode("::::::", $d_record[$i]);
$allvote .= "
" . $j . " | | |
";
}
$voteeditnum = $j;
$allvote = "";
}
}
}
//-----------------------------------------修改信息
if ($enews == "EditNews") {
//索引表
$index_r = $empire->fetch1("select id,classid,checked from {$dbtbpre}ecms_" . $class_r[$classid][tbname] . "_index where id='$id' limit 1");
if (!$index_r['id'] || $index_r['classid'] != $classid) {
printerror("ErrorUrl", "history.go(-1)");
}
//返回表
$infotb = ReturnInfoMainTbname($class_r[$classid][tbname], $index_r['checked']);
//主表
$r = $empire->fetch1("select * from " . $infotb . " where id='$id' limit 1");
//签发表
if ($r[isqf]) {
$wfinfor = $empire->fetch1("select tstatus,checktno from {$dbtbpre}enewswfinfo where id='$id' and classid='$classid' limit 1");
}
//只能编辑自己的信息
if ($doselfinfo['doselfinfo'] && ($r[userid] <> $logininid || $r[ismember])) {
printerror("NotDoSelfinfo", "history.go(-1)");
}
//已审核信息不可修改
if ($doselfinfo['docheckedit'] && $index_r['checked']) {
printerror("NotEditCheckInfoLevel", "history.go(-1)");
}
//返回表信息
$infodatatb = ReturnInfoDataTbname($class_r[$classid][tbname], $index_r['checked'], $r['stb']);
//副表
$finfor = $empire->fetch1("select " . ReturnSqlFtextF($modid) . " from " . $infodatatb . " where id='$id' limit 1");
$r = array_merge($r, $finfor);
//时间
$r['checked'] = $index_r['checked'];
$newstime = $r['newstime'];
$r['newstime'] = date("Y-m-d H:i:s", $r['newstime']);
//链接地址
$titleurl = $r['titleurl'];
if (!$r['isurl']) {
$r['titleurl'] = '';
}
//会员组
$group = str_replace(" value=" . $r[groupid] . ">", " value=" . $r[groupid] . " selected>", $ygroup);
//内容存文本
$savetxtf = $emod_r[$modid]['savetxtf'];
$newstext_url = '';
if ($savetxtf) {
$newstext_url = $r[$savetxtf];
$r[$savetxtf] = GetTxtFieldText($r[$savetxtf]);
}
//标题属性
if (strstr($r[titlefont], ',')) {
$tfontr = explode(',', $r[titlefont]);
$r[titlecolor] = $tfontr[0];
$r[titlefont] = $tfontr[1];
}
if (strstr($r[titlefont], "b|")) {
$titlefontb = " checked";
}
if (strstr($r[titlefont], "i|")) {
$titlefonti = " checked";
}
if (strstr($r[titlefont], "s|")) {
$titlefonts = " checked";
}
//投票
$pubid = ReturnInfoPubid($classid, $id);
$voter = $empire->fetch1("select * from {$dbtbpre}enewsinfovote where pubid='$pubid' limit 1");
if ($voter['id'] && $voter[votetext]) {
$d_record = explode("\r\n", $voter[votetext]);
for ($i = 0; $i < count($d_record); $i++) {
$j = $i + 1;
$d_field = explode("::::::", $d_record[$i]);
$allvote .= "" . $j . " | | 删除 |
";
}
$voteeditnum = $j;
$allvote = "";
}
}
//标题分类
$cttidswhere = '';
$tts = '';
$caddr = $empire->fetch1("select ttids from {$dbtbpre}enewsclassadd where classid='$classid'");
if ($caddr['ttids'] != '-') {
if ($caddr['ttids'] && $caddr['ttids'] != ',') {
$cttidswhere = ' and typeid in (' . substr($caddr['ttids'], 1, -1) . ')';
}
$ttsql = $empire->query("select typeid,tname from {$dbtbpre}enewsinfotype where mid='$modid'" . $cttidswhere . " order by myorder");
while ($ttr = $empire->fetch($ttsql)) {
$select = '';
if ($ttr[typeid] == $r[ttid]) {
$select = ' selected';
}
$tts .= "";
}
}
//内容模板
$t_sql = $empire->query("select tempid,tempname from " . GetTemptb("enewsnewstemp") . " order by modid,tempid");
while ($nt = $empire->fetch($t_sql)) {
if ($nt[tempid] == $r[newstempid]) {
$select = " selected";
} else {
$select = "";
}
$newstemp .= "";
}
//模板
$votetemp = "";
$vtsql = $empire->query("select tempid,tempname from " . GetTemptb("enewsvotetemp") . " order by tempid");
while ($vtr = $empire->fetch($vtsql)) {
if ($voter[tempid] == $vtr[tempid]) {
$select = " selected";
} else {
$select = "";
}
$votetemp .= "";
}
//同时发布
if (empty($voter['copyids']) || $voter['copyids'] == '1') {
$copyclassidshowiframe = '';
$copyclassids = '';
} else {
$copyclassidshowiframe = '';
$copyclassids = '
同时发布到以下栏目: |
本信息已同步发布到其他栏目,信息ID: ' . $voter[copyids] . ' |
';
}
//表单文件
$modfile = "../data/html/" . $modid . ".php";
//栏目链接
$getcurlr['classid'] = $classid;
$classurl = sys_ReturnBqClassname($getcurlr, 9);
//当前使用的模板组
$thegid = GetDoTempGid();
$phpmyself = urlencode(eReturnSelfPage(1));
//返回头条和推荐级别名称
$ftnr = ReturnFirsttitleNameList($r['firsttitle'], $r['isgood']);
//信息状态
$einfochecked = $index_r['checked'];
$einfoismember = $r['ismember'];
//------ 编辑器内容显示 ------
$seteshoweditorhtml = 3;
$eshoweditorhtml = 0;
if ($seteshoweditorhtml && $r['id']) {
if ($seteshoweditorhtml == 1)//所有
{
$eshoweditorhtml = 1;
} elseif ($seteshoweditorhtml == 2)//所有未审核
{
if (!$einfochecked) {
$eshoweditorhtml = 1;
}
} elseif ($seteshoweditorhtml == 3)//所有投稿
{
if ($einfoismember) {
$eshoweditorhtml = 1;
}
} elseif ($seteshoweditorhtml == 4)//所有未审核投稿
{
if ($einfoismember && !$einfochecked) {
$eshoweditorhtml = 1;
}
} else {
$eshoweditorhtml = 1;
}
}
//------ 编辑器内容显示 ------
?>
= $word ?>
= $loadeditorjs ?>
位置:
= $url ?>
|
fetch1("select username,wname from {$dbtbpre}enewsuser where userid='$eckuid'");
if ($eckuser_r['username']) {
?>
[审核人UID: = $eckuid ?>,审核人UNAME:
= $eckuser_r['username'] ?>]
= $enews == 'EditNews' ? '[ 查看本信息操作日志]' : '' ?>
|
= $copyclassidshowiframe ?>