";
$cid=ehtmlspecialchars($_GET['cid']);
$enews=ehtmlspecialchars($_GET['enews']);
$url=$urlgname."管理封面模板 > 增加封面模板";
$postword='增加封面模板';
//复制
if($enews=="AddClasstemp"&&$_GET['docopy'])
{
$tempid=(int)$_GET['tempid'];
$r=$empire->fetch1("select tempid,tempname,temptext,classid from ".GetDoTemptb("enewsclasstemp",$gid)." where tempid=$tempid");
$url=$urlgname."管理封面模板 > 复制封面模板: ".$r[tempname];
$postword='修改封面模板';
}
//修改
if($enews=="EditClasstemp")
{
$tempid=(int)$_GET['tempid'];
$r=$empire->fetch1("select tempid,tempname,temptext,classid from ".GetDoTemptb("enewsclasstemp",$gid)." where tempid=$tempid");
$url=$urlgname."管理封面模板 > 修改封面模板: ".$r[tempname];
$postword='修改封面模板';
}
//分类
$cstr="";
$csql=$empire->query("select classid,classname from {$dbtbpre}enewsclasstempclass order by classid");
while($cr=$empire->fetch($csql))
{
$select="";
if($cr[classid]==$r[classid])
{
$select=" selected";
}
$cstr.="";
}
db_close();
$empire=null;
?>
=$postword?>