' . $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 = "" . $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 = "" . $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 ?>
位置:
fetch1("select username,wname from {$dbtbpre}enewsuser where userid='$eckuid'"); if ($eckuser_r['username']) { ?> [审核人UID:,审核人UNAME: ]    查看本信息操作日志]' : '' ?>
[预览首页] [预览栏目] [附件管理] [栏目设置] [刷新所有信息JS]
原因: (不填原因表示不通知会员)

 基本信息 

name=enews> name=classid> name=bclassid> >

 选项设置 

选项设置
'; if (strstr($public_r['chtags'], ',' . $modid . ',')) { $infotag_readonly = ' readonly'; $infotag_copykeyboard = '  '; } ?>
置顶级别: 内容模板:
权限设置: 查看扣除点数: , > 关闭评论
点击数   : 下载数   :
文件名   : > / > (日期目录/文件名)
TAGS    : > (多个用","逗号格开)
相关链接: > 按关键字查询 > 手动相关链接
所属专题
点击选择信息所属专题
定时发布
上线时间: [当前时间]
下线时间: [当前时间]
信息送审
重新送审(信息被返工后,修改后可选择重新送审)

 投票设置 

投票设置
主题标题
投票项目
编号
项目名称
投票数
1
2
3
4
5
6
7
8
投票扩展数量:
投票类型 > 单选 > 多选
限制IP > 不限制 > 限制(限制后同一IP只能投一次票)
过期时间 (超过此期限,将不能投票,0000-00-00为不限制)
查看投票窗口 宽度: 高度:
选择模板