"; $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; ?> 管理内容模板
位置:

增加模板
模板名(*)
所属系统模型(*)
所属分类
时间显示格式:
模板内容(*) 请将模板内容复制到Dreamweaver(推荐)或者使用模板在线编辑进行可视化编辑
      [修改记录]
  [显示模板变量说明]   [查看模板标签语法]   [查看JS调用地址]   [查看公共模板变量]   [查看标签模板]