AddNewstemp.php 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. $editor=1;
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. CheckLevel($logininid,$loginin,$classid,"template");
  20. $gid=(int)$_GET['gid'];
  21. $gname=CheckTempGroup($gid);
  22. $urlgname=$gname."&nbsp;>&nbsp;";
  23. $mid=ehtmlspecialchars($_GET['mid']);
  24. $cid=ehtmlspecialchars($_GET['cid']);
  25. $enews=ehtmlspecialchars($_GET['enews']);
  26. $r[showdate]="Y-m-d H:i:s";
  27. $url=$urlgname."<a href=ListNewstemp.php?gid=$gid".$ecms_hashur['ehref'].">管理内容模板</a>&nbsp;>&nbsp;增加内容模板";
  28. //复制
  29. if($enews=="AddNewstemp"&&$_GET['docopy'])
  30. {
  31. $tempid=(int)$_GET['tempid'];
  32. $r=$empire->fetch1("select tempname,temptext,modid,showdate,classid from ".GetDoTemptb("enewsnewstemp",$gid)." where tempid='$tempid'");
  33. $url=$urlgname."<a href=ListNewstemp.php?gid=$gid".$ecms_hashur['ehref'].">管理内容模板</a>&nbsp;>&nbsp;复制内容模板:".$r[tempname];
  34. }
  35. //修改
  36. if($enews=="EditNewstemp")
  37. {
  38. $tempid=(int)$_GET['tempid'];
  39. $r=$empire->fetch1("select tempname,temptext,modid,showdate,classid from ".GetDoTemptb("enewsnewstemp",$gid)." where tempid='$tempid'");
  40. $url=$urlgname."<a href=ListNewstemp.php?gid=$gid".$ecms_hashur['ehref'].">管理内容模板</a>&nbsp;>&nbsp;修改内容模板:".$r[tempname];
  41. }
  42. //系统模型
  43. $msql=$empire->query("select mid,mname from {$dbtbpre}enewsmod where usemod=0 order by myorder,mid");
  44. while($mr=$empire->fetch($msql))
  45. {
  46. if($mr[mid]==$r[modid])
  47. {$select=" selected";}
  48. else
  49. {$select="";}
  50. $mod.="<option value=".$mr[mid].$select.">".$mr[mname]."</option>";
  51. }
  52. //分类
  53. $cstr="";
  54. $csql=$empire->query("select classid,classname from {$dbtbpre}enewsnewstempclass order by classid");
  55. while($cr=$empire->fetch($csql))
  56. {
  57. $select="";
  58. if($cr[classid]==$r[classid])
  59. {
  60. $select=" selected";
  61. }
  62. $cstr.="<option value='".$cr[classid]."'".$select.">".$cr[classname]."</option>";
  63. }
  64. db_close();
  65. $empire=null;
  66. ?>
  67. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  68. <html>
  69. <head>
  70. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  71. <title>管理内容模板</title>
  72. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  73. <script>
  74. function ReturnHtml(html)
  75. {
  76. document.form1.temptext.value=html;
  77. }
  78. </script>
  79. <SCRIPT lanuage="JScript">
  80. <!--
  81. function tempturnit(ss)
  82. {
  83. if (ss.style.display=="")
  84. ss.style.display="none";
  85. else
  86. ss.style.display="";
  87. }
  88. -->
  89. </SCRIPT>
  90. <script>
  91. function ReTempBak(){
  92. self.location.reload();
  93. }
  94. </script>
  95. </head>
  96. <body>
  97. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1">
  98. <tr>
  99. <td>位置:<?=$url?></td>
  100. </tr>
  101. </table>
  102. <br>
  103. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  104. <form name="form1" method="post" action="ListNewstemp.php">
  105. <?=$ecms_hashur['form']?>
  106. <tr class="header">
  107. <td height="25" colspan="2">增加模板
  108. <input type=hidden name=enews value="<?=$enews?>"> <input name="tempid" type="hidden" id="tempid" value="<?=$tempid?>">
  109. <input name="cid" type="hidden" id="cid" value="<?=$cid?>"> <input name="mid" type="hidden" id="mid" value="<?=$mid?>">
  110. <input name="gid" type="hidden" id="gid" value="<?=$gid?>"> </td>
  111. </tr>
  112. <tr bgcolor="#FFFFFF">
  113. <td width="19%" height="25">模板名(*)</td>
  114. <td width="69%" height="25"> <input name="tempname" type="text" id="tempname" value="<?=$r[tempname]?>" size="30">
  115. </td>
  116. </tr>
  117. <tr bgcolor="#FFFFFF">
  118. <td height="25">所属系统模型(*)</td>
  119. <td height="25"><select name="modid" id="modid">
  120. <?=$mod?>
  121. </select> <input type="button" name="Submit6" value="管理系统模型" onclick="window.open('../db/ListTable.php<?=$ecms_hashur['whehref']?>');">
  122. </td>
  123. </tr>
  124. <tr bgcolor="#FFFFFF">
  125. <td height="25">所属分类</td>
  126. <td height="25"><select name="classid" id="classid">
  127. <option value="0">不隶属于任何分类</option>
  128. <?=$cstr?>
  129. </select> <input type="button" name="Submit6222322" value="管理分类" onclick="window.open('NewstempClass.php<?=$ecms_hashur['whehref']?>');"></td>
  130. </tr>
  131. <tr bgcolor="#FFFFFF">
  132. <td height="25">时间显示格式:</td>
  133. <td> <input name="showdate" type="text" id="showdate" value="<?=$r[showdate]?>" size="20">
  134. <select name="select4" onchange="document.form1.showdate.value=this.value">
  135. <option value="Y-m-d H:i:s">选择</option>
  136. <option value="Y-m-d H:i:s">2005-01-27 11:04:27</option>
  137. <option value="Y-m-d">2005-01-27</option>
  138. <option value="m-d">01-27</option>
  139. </select> </td>
  140. </tr>
  141. <tr bgcolor="#FFFFFF">
  142. <td height="25"><strong>模板内容</strong>(*)</td>
  143. <td> 请将模板内容<a href="#ecms" onclick="window.clipboardData.setData('Text',document.form1.temptext.value);document.form1.temptext.select()" title="点击复制模板内容"><strong>复制到Dreamweaver(推荐)</strong></a>或者使用<a href="#ecms" onclick="window.open('editor.php?getvar=opener.document.form1.temptext.value&returnvar=opener.document.form1.temptext.value&fun=ReturnHtml<?=$ecms_hashur['ehref']?>','edittemp','width=880,height=600,scrollbars=auto,resizable=yes');"><strong>模板在线编辑</strong></a>进行可视化编辑</td>
  144. </tr>
  145. <tr bgcolor="#FFFFFF">
  146. <td colspan="2" valign="top"> <div align="center">
  147. <textarea name="temptext" cols="90" rows="27" wrap="OFF" style="WIDTH: 100%"><?=ehtmlspecialchars(stripSlashes($r[temptext]))?></textarea>
  148. </div></td>
  149. </tr>
  150. <tr bgcolor="#FFFFFF">
  151. <td height="25">&nbsp;</td>
  152. <td height="25"><input type="submit" name="Submit" value="保存模板">&nbsp;
  153. <input type="reset" name="Submit2" value="重置">
  154. <?php
  155. if($enews=='EditNewstemp')
  156. {
  157. ?>
  158. &nbsp;&nbsp;[<a href="#empirecms" onclick="window.open('TempBak.php?temptype=newstemp&tempid=<?=$tempid?>&gid=<?=$gid?><?=$ecms_hashur['ehref']?>','ViewTempBak','width=450,height=500,scrollbars=yes,left=300,top=150,resizable=yes');">修改记录</a>]
  159. <?php
  160. }
  161. ?>
  162. </td>
  163. </tr>
  164. </form>
  165. <tr bgcolor="#FFFFFF">
  166. <td height="25" colspan="2"> &nbsp;&nbsp;[<a href="#ecms" onclick="tempturnit(showtempvar);">显示模板变量说明</a>]
  167. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('EnewsBq.php<?=$ecms_hashur['whehref']?>','','width=600,height=500,scrollbars=yes,resizable=yes');">查看模板标签语法</a>]
  168. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('../ListClass.php<?=$ecms_hashur['whehref']?>','','width=800,height=600,scrollbars=yes,resizable=yes');">查看JS调用地址</a>]
  169. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('ListTempvar.php<?=$ecms_hashur['whehref']?>','','width=800,height=600,scrollbars=yes,resizable=yes');">查看公共模板变量</a>]
  170. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('ListBqtemp.php<?=$ecms_hashur['whehref']?>','','width=800,height=600,scrollbars=yes,resizable=yes');">查看标签模板</a>]</td>
  171. </tr>
  172. <tr bgcolor="#FFFFFF" id="showtempvar" style="display:none">
  173. <td height="25" colspan="2"><strong>模板变量说明:</strong><br>
  174. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
  175. <tr bgcolor="#FFFFFF">
  176. <td width="34%" height="25"> <input name="textfield18" type="text" value="[!--pagetitle--]">
  177. :页面标题</td>
  178. <td width="33%"><input name="textfield72" type="text" value="[!--pagekey--]">
  179. :页面关键字 </td>
  180. <td width="33%"><input name="textfield73" type="text" value="[!--pagedes--]">
  181. :页面描述 </td>
  182. </tr>
  183. <tr bgcolor="#FFFFFF">
  184. <td height="25"><input name="textfield19" type="text" value="[!--newsnav--]">
  185. :导航条</td>
  186. <td><input name="textfield92" type="text" value="[!--class.menu--]">
  187. :一级栏目导航</td>
  188. <td><input name="textfield20" type="text" value="[!--page.stats--]">
  189. :统计访问</td>
  190. </tr>
  191. <tr bgcolor="#FFFFFF">
  192. <td height="25"> <input name="textfield21" type="text" value="[!--id--]">
  193. :信息ID</td>
  194. <td><input name="textfield22" type="text" value="[!--titleurl--]">
  195. :标题链接</td>
  196. <td><input name="textfield23" type="text" value="[!--keyboard--]">
  197. :关键字</td>
  198. </tr>
  199. <tr bgcolor="#FFFFFF">
  200. <td height="25"><input name="textfield24" type="text" value="[!--classid--]">
  201. :栏目ID</td>
  202. <td><input name="textfield25" type="text" value="[!--class.name--]">
  203. :栏目名称</td>
  204. <td><input name="textfield26" type="text" value="[!--self.classid--]">
  205. :本栏目ID</td>
  206. </tr>
  207. <tr bgcolor="#FFFFFF">
  208. <td height="25"><input name="textfield30" type="text" value="[!--bclass.id--]">
  209. :父栏目ID<br></td>
  210. <td><input name="textfield31" type="text" value="[!--bclass.name--]">
  211. :父栏目名称</td>
  212. <td><input name="textfield32" type="text" value="[!--other.link--]">
  213. :相关链接</td>
  214. </tr>
  215. <tr bgcolor="#FFFFFF">
  216. <td height="25"><input name="textfield19222" type="text" value="[!--p.title--]">
  217. :分页标题</td>
  218. <td><input name="textfield34" type="text" value="[!--news.url--]">
  219. :网站地址</td>
  220. <td><input name="textfield35" type="text" value="[!--no.num--]">
  221. :信息编号</td>
  222. </tr>
  223. <tr bgcolor="#FFFFFF">
  224. <td height="25"><input name="textfield36" type="text" value="[!--userid--]">
  225. :发布者ID</td>
  226. <td><input name="textfield37" type="text" value="[!--username--]">
  227. :发布者</td>
  228. <td><input name="textfield38" type="text" value="[!--linkusername--]">
  229. :带链接的用户名</td>
  230. </tr>
  231. <tr bgcolor="#FFFFFF">
  232. <td height="25"><input name="textfield39" type="text" value="[!--userfen--]">
  233. :查看信息扣除点数</td>
  234. <td><input name="textfield40" type="text" value="[!--pinfopfen--]">
  235. :平均评分</td>
  236. <td><input name="textfield41" type="text" value="[!--infopfennum--]">
  237. :评分人数</td>
  238. </tr>
  239. <tr bgcolor="#FFFFFF">
  240. <td height="25"><input name="textfield42" type="text" value="[!--onclick--]">
  241. :点击数</td>
  242. <td><input name="textfield43" type="text" value="[!--totaldown--]">
  243. :下载数</td>
  244. <td><input name="textfield44" type="text" value="[!--plnum--]">
  245. :评论数</td>
  246. </tr>
  247. <tr bgcolor="#FFFFFF">
  248. <td height="25"><input name="textfield45" type="text" value="[!--page.url--]">
  249. :分页导航</td>
  250. <td><input name="textfield46" type="text" value="[!--title.select--]">
  251. :标题式分页导航</td>
  252. <td><input name="textfield47" type="text" value="[!--next.page--]">
  253. :内容下一页链接</td>
  254. </tr>
  255. <tr bgcolor="#FFFFFF">
  256. <td height="25"><input name="textfield48" type="text" value="[!--info.next--]">
  257. :下一篇</td>
  258. <td><input name="textfield49" type="text" value="[!--info.pre--]">
  259. :上一篇</td>
  260. <td><input name="textfield50" type="text" value="[!--info.vote--]">
  261. :信息投票</td>
  262. </tr>
  263. <tr bgcolor="#FFFFFF">
  264. <td height="25"><input name="textfield192" type="text" value="[!--ttid--]">
  265. :标题分类ID</td>
  266. <td><input name="textfield1922" type="text" value="[!--tt.name--]">
  267. :标题分类名称</td>
  268. <td><input name="textfield19223" type="text" value="[!--tt.url--]">
  269. :标题分类地址</td>
  270. </tr>
  271. <tr bgcolor="#FFFFFF">
  272. <td height="25"><input name="textfield252" type="text" value="[!--class.url--]">
  273. :栏目页面地址</td>
  274. <td>&nbsp;</td>
  275. <td>&nbsp;</td>
  276. </tr>
  277. <tr bgcolor="#FFFFFF">
  278. <td height="25"><input name="textfield51" type="text" value="[!--hotnews--]">
  279. :热门信息JS调用(默认表)<br> <input name="textfield52" type="text" value="[!--self.hotnews--]">
  280. :本栏目热门信息JS调用</td>
  281. <td><input name="textfield53" type="text" value="[!--newnews--]">
  282. :最新信息JS调用(默认表)<br> <input name="textfield54" type="text" value="[!--self.newnews--]">
  283. :本栏目最新信息JS调用 </td>
  284. <td><input name="textfield55" type="text" value="[!--goodnews--]">
  285. :推荐信息JS调用(默认表)<br> <input name="textfield56" type="text" value="[!--self.goodnews--]">
  286. :本栏目推荐信息JS调用</td>
  287. </tr>
  288. <tr bgcolor="#FFFFFF">
  289. <td height="25"><input name="textfield57" type="text" value="[!--hotplnews--]">
  290. :评论热门信息JS调用(默认表)<br> <input name="textfield58" type="text" value="[!--self.hotplnews--]">
  291. :本栏目评论热门信息JS调用</td>
  292. <td><input name="textfield59" type="text" value="[!--firstnews--]">
  293. :头条信息JS调用(默认表)<br> <input name="textfield60" type="text" value="[!--self.firstnews--]">
  294. :本栏目头条信息JS调用</td>
  295. <td>&nbsp;</td>
  296. </tr>
  297. <tr bgcolor="#FFFFFF">
  298. <td height="25"><strong>[!--字段名--]:数据表字段内容调用,点
  299. <input type="button" name="Submit3" value="这里" onclick="window.open('ShowVar.php?<?=$ecms_hashur['ehref']?>&modid='+document.form1.modid.value,'','width=300,height=520,scrollbars=yes');">
  300. 可查看</strong></td>
  301. <td><strong>支持公共模板变量</strong></td>
  302. <td><strong>支持所有模板标签</strong></td>
  303. </tr>
  304. </table>
  305. <br> <strong>其它JS调用及地址说明 </strong> <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
  306. <tr bgcolor="#FFFFFF">
  307. <td width="17%" height="25">实时显示点击数(不统计)</td>
  308. <td width="83%"><input name="textfield61" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&amp;id=[!--id--]&gt;&lt;/script&gt;"></td>
  309. </tr>
  310. <tr bgcolor="#FFFFFF">
  311. <td height="25">实时显示点击数(显示+统计)</td>
  312. <td><input name="textfield62" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&amp;id=[!--id--]&amp;addclick=1&gt;&lt;/script&gt;"></td>
  313. </tr>
  314. <tr bgcolor="#FFFFFF">
  315. <td height="25">实时显示下载数</td>
  316. <td><input name="textfield63" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&amp;id=[!--id--]&amp;down=1&gt;&lt;/script&gt;"></td>
  317. </tr>
  318. <tr bgcolor="#FFFFFF">
  319. <td height="25">实时显示评论数</td>
  320. <td><input name="textfield64" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&amp;id=[!--id--]&amp;down=2&gt;&lt;/script&gt;"></td>
  321. </tr>
  322. <tr bgcolor="#FFFFFF">
  323. <td height="25">实时显示平均评分数</td>
  324. <td><input name="textfield65" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&amp;id=[!--id--]&amp;down=3&gt;&lt;/script&gt;"></td>
  325. </tr>
  326. <tr bgcolor="#FFFFFF">
  327. <td height="25">实时显示评分人数</td>
  328. <td><input name="textfield66" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&amp;id=[!--id--]&amp;down=4&gt;&lt;/script&gt;"></td>
  329. </tr>
  330. <tr bgcolor="#FFFFFF">
  331. <td height="25">实时显示顶数</td>
  332. <td><input name="textfield67" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&amp;id=[!--id--]&amp;down=5&gt;&lt;/script&gt;"></td>
  333. </tr>
  334. <tr bgcolor="#FFFFFF">
  335. <td height="25">实时显示踩数</td>
  336. <td><input name="textfield672" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&amp;id=[!--id--]&amp;down=6&gt;&lt;/script&gt;"></td>
  337. </tr>
  338. <tr bgcolor="#FFFFFF">
  339. <td height="25">实时显示专题评论数</td>
  340. <td><input name="textfield6723" type="text" style="WIDTH: 100%" value="&lt;script src=[!--news.url--]e/public/ViewClick/?classid=专题ID&amp;down=7&gt;&lt;/script&gt;"></td>
  341. </tr>
  342. <tr bgcolor="#FFFFFF">
  343. <td rowspan="2">上面多变量同时显示<br>
  344. (变量1为显示,0为不显示) </td>
  345. <td height="25"><input name="textfield6722" type="text" value="&lt;script src=[!--news.url--]e/public/ViewClick/ViewMore.php?classid=[!--classid--]&amp;id=[!--id--]&amp;onclick=1&amp;down=1&amp;plnum=1&amp;pfen=0&amp;pfennum=0&amp;diggtop=0&amp;diggdown=0&amp;addclick=0&gt;&lt;/script&gt;" size="85"></td>
  346. </tr>
  347. <tr bgcolor="#FFFFFF">
  348. <td height="25">显示内容地方要加id=&quot;变量showdiv&quot;,比如点击数:&lt;span id=&quot;onclickshowdiv&quot;&gt;0&lt;/span&gt;</td>
  349. </tr>
  350. <tr bgcolor="#FFFFFF">
  351. <td height="25">购物车地址</td>
  352. <td><input name="textfield68" type="text" style="WIDTH: 100%" value="[!--news.url--]e/ShopSys/buycar/?classid=[!--classid--]&amp;id=[!--id--]"></td>
  353. </tr>
  354. <tr bgcolor="#FFFFFF">
  355. <td height="25">评论JS调用</td>
  356. <td><input name="textfield682" type="text" style="WIDTH: 100%" value="&lt;script src=&quot;[!--news.url--]e/pl/more/?classid=[!--classid--]&amp;id=[!--id--]&amp;num=10&quot;&gt;&lt;/script&gt;"></td>
  357. </tr>
  358. </table></td>
  359. </tr>
  360. </table>
  361. </body>
  362. </html>