"; $enews=ehtmlspecialchars($_GET['enews']); $r[showdate]="Y-m-d H:i:s"; $url=$urlgname."管理打印模板 > 增加打印模板"; //复制 if($enews=="AddPrintTemp"&&$_GET['docopy']) { $tempid=(int)$_GET['tempid']; $r=$empire->fetch1("select tempid,tempname,temptext,showdate,modid from ".GetDoTemptb("enewsprinttemp",$gid)." where tempid=$tempid"); $url=$urlgname."管理打印模板 > 复制打印模板:".$r[tempname].""; } //修改 if($enews=="EditPrintTemp") { $tempid=(int)$_GET['tempid']; $r=$empire->fetch1("select tempid,tempname,temptext,showdate,modid from ".GetDoTemptb("enewsprinttemp",$gid)." where tempid=$tempid"); $url=$urlgname."管理打印模板 > 修改打印模板:".$r[tempname].""; } //系统模型 $mod=''; $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.=""; } db_close(); $empire=null; ?> 增加打印模板
位置:

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