";
$mid=ehtmlspecialchars($_GET['mid']);
$cid=ehtmlspecialchars($_GET['cid']);
$enews=ehtmlspecialchars($_GET['enews']);
$r[showdate]="Y-m-d H:i:s";
$url=$urlgname."管理内容模板 > 增加内容模板";
//复制
if($enews=="AddNewstemp"&&$_GET['docopy'])
{
$tempid=(int)$_GET['tempid'];
$r=$empire->fetch1("select tempname,temptext,modid,showdate,classid from ".GetDoTemptb("enewsnewstemp",$gid)." where tempid='$tempid'");
$url=$urlgname."管理内容模板 > 复制内容模板:".$r[tempname];
}
//修改
if($enews=="EditNewstemp")
{
$tempid=(int)$_GET['tempid'];
$r=$empire->fetch1("select tempname,temptext,modid,showdate,classid from ".GetDoTemptb("enewsnewstemp",$gid)." where tempid='$tempid'");
$url=$urlgname."管理内容模板 > 修改内容模板:".$r[tempname];
}
//系统模型
$msql=$empire->query("select mid,mname from {$dbtbpre}enewsmod where usemod=0 order by myorder,mid");
while($mr=$empire->fetch($msql))
{
if($mr[mid]==$r[modid])
{$select=" selected";}
else
{$select="";}
$mod.="";
}
//分类
$cstr="";
$csql=$empire->query("select classid,classname from {$dbtbpre}enewsnewstempclass order by classid");
while($cr=$empire->fetch($csql))
{
$select="";
if($cr[classid]==$r[classid])
{
$select=" selected";
}
$cstr.="";
}
db_close();
$empire=null;
?>
管理内容模板