"; $cid=ehtmlspecialchars($_GET['cid']); $enews=ehtmlspecialchars($_GET['enews']); $r[showdate]="[m-d]"; $url=$urlgname."管理JS模板 > 增加JS模板"; //复制 if($enews=="AddJstemp"&&$_GET['docopy']) { $tempid=(int)$_GET['tempid']; $r=$empire->fetch1("select * from ".GetDoTemptb("enewsjstemp",$gid)." where tempid=$tempid"); $url=$urlgname."管理JS模板 > 复制JS模板: ".$r[tempname]; } //修改 if($enews=="EditJstemp") { $tempid=(int)$_GET['tempid']; $r=$empire->fetch1("select * from ".GetDoTemptb("enewsjstemp",$gid)." where tempid=$tempid"); $url=$urlgname."管理JS模板 > 修改JS模板: ".$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}enewsjstempclass order by classid"); while($cr=$empire->fetch($csql)) { $select=""; if($cr[classid]==$r[classid]) { $select=" selected"; } $cstr.=""; } db_close(); $empire=null; ?> 增加JS模板
位置:

增加JS模板
模板名称(*)
所属系统模型(*)
所属分类
简介截取字数 个字节(0为不截取)
标题截取字数 个字节(0为不截取)
时间显示格式
模板内容(*) 请将模板内容复制到Dreamweaver(推荐)或者使用模板在线编辑进行可视化编辑
    [修改记录]
  [显示模板变量说明]
模板格式: 列表头[!--empirenews.listtemp--]列表内容[!--empirenews.listtemp--]列表尾