";
$cid=ehtmlspecialchars($_GET['cid']);
$enews=ehtmlspecialchars($_GET['enews']);
$url=$urlgname."管理自定义页面模板 > 增加自定义页面模板";
$postword='增加自定义页面模板';
//复制
if($enews=="AddPagetemp"&&$_GET['docopy'])
{
$tempid=(int)$_GET['tempid'];
$r=$empire->fetch1("select tempid,tempname,temptext from ".GetDoTemptb("enewspagetemp",$gid)." where tempid='$tempid'");
$url=$urlgname."管理自定义页面模板 > 复制自定义页面模板: ".$r[tempname];
$postword='修改自定义页面模板';
}
//修改
if($enews=="EditPagetemp")
{
$tempid=(int)$_GET['tempid'];
$r=$empire->fetch1("select tempid,tempname,temptext from ".GetDoTemptb("enewspagetemp",$gid)." where tempid='$tempid'");
$url=$urlgname."管理自定义页面模板 > 修改自定义页面模板: ".$r[tempname];
$postword='修改自定义页面模板';
}
db_close();
$empire=null;
?>
=$postword?>