AddPrinttemp.php 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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. $enews=ehtmlspecialchars($_GET['enews']);
  24. $r[showdate]="Y-m-d H:i:s";
  25. $url=$urlgname."<a href=ListPrinttemp.php?gid=$gid".$ecms_hashur['ehref'].">管理打印模板</a>&nbsp;>&nbsp;增加打印模板";
  26. //复制
  27. if($enews=="AddPrintTemp"&&$_GET['docopy'])
  28. {
  29. $tempid=(int)$_GET['tempid'];
  30. $r=$empire->fetch1("select tempid,tempname,temptext,showdate,modid from ".GetDoTemptb("enewsprinttemp",$gid)." where tempid=$tempid");
  31. $url=$urlgname."<a href=ListPrinttemp.php?gid=$gid".$ecms_hashur['ehref'].">管理打印模板</a>&nbsp;>&nbsp;复制打印模板:<b>".$r[tempname]."</b>";
  32. }
  33. //修改
  34. if($enews=="EditPrintTemp")
  35. {
  36. $tempid=(int)$_GET['tempid'];
  37. $r=$empire->fetch1("select tempid,tempname,temptext,showdate,modid from ".GetDoTemptb("enewsprinttemp",$gid)." where tempid=$tempid");
  38. $url=$urlgname."<a href=ListPrinttemp.php?gid=$gid".$ecms_hashur['ehref'].">管理打印模板</a>&nbsp;>&nbsp;修改打印模板:<b>".$r[tempname]."</b>";
  39. }
  40. //系统模型
  41. $mod='';
  42. $msql=$empire->query("select mid,mname from {$dbtbpre}enewsmod where usemod=0 order by myorder,mid");
  43. while($mr=$empire->fetch($msql))
  44. {
  45. if($mr[mid]==$r[modid])
  46. {$select=" selected";}
  47. else
  48. {$select="";}
  49. $mod.="<option value=".$mr[mid].$select.">".$mr[mname]."</option>";
  50. }
  51. db_close();
  52. $empire=null;
  53. ?>
  54. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  55. <html>
  56. <head>
  57. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  58. <title>增加打印模板</title>
  59. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  60. <SCRIPT lanuage="JScript">
  61. <!--
  62. function tempturnit(ss)
  63. {
  64. if (ss.style.display=="")
  65. ss.style.display="none";
  66. else
  67. ss.style.display="";
  68. }
  69. -->
  70. </SCRIPT>
  71. <script>
  72. function ReTempBak(){
  73. self.location.reload();
  74. }
  75. </script>
  76. </head>
  77. <body>
  78. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1">
  79. <tr>
  80. <td height="25">位置:<?=$url?></td>
  81. </tr>
  82. </table>
  83. <br>
  84. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  85. <form name="form1" method="post" action="ListPrinttemp.php">
  86. <?=$ecms_hashur['form']?>
  87. <tr class="header">
  88. <td height="25" colspan="2">增加打印模板
  89. <input name="enews" type="hidden" id="enews" value="<?=$enews?>"> <input name="tempid" type="hidden" id="tempid" value="<?=$tempid?>">
  90. <input name="gid" type="hidden" id="gid" value="<?=$gid?>"> </td>
  91. </tr>
  92. <tr bgcolor="#FFFFFF">
  93. <td width="19%" height="25">模板名(*)</td>
  94. <td width="81%" height="25"> <input name="tempname" type="text" id="tempname" value="<?=$r[tempname]?>">
  95. </td>
  96. </tr>
  97. <tr bgcolor="#FFFFFF">
  98. <td height="25">所属系统模型(*)</td>
  99. <td height="25"><select name="modid" id="modid">
  100. <?=$mod?>
  101. </select> <input type="button" name="Submit6" value="管理系统模型" onclick="window.open('../db/ListTable.php<?=$ecms_hashur['whehref']?>');"></td>
  102. </tr>
  103. <tr bgcolor="#FFFFFF">
  104. <td height="25">时间显示格式</td>
  105. <td height="25"><input name="showdate" type="text" id="showdate" value="<?=$r[showdate]?>" size="20">
  106. <select name="select4" onchange="document.form1.showdate.value=this.value">
  107. <option value="Y-m-d H:i:s">选择</option>
  108. <option value="Y-m-d H:i:s">2005-01-27 11:04:27</option>
  109. <option value="Y-m-d">2005-01-27</option>
  110. <option value="m-d">01-27</option>
  111. </select></td>
  112. </tr>
  113. <tr bgcolor="#FFFFFF">
  114. <td height="25"><strong>模板内容</strong>(*)</td>
  115. <td height="25">请将模板内容<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>
  116. </tr>
  117. <tr bgcolor="#FFFFFF">
  118. <td height="25" colspan="2"><div align="center">
  119. <textarea name="temptext" cols="90" rows="27" id="temptext" wrap="OFF" style="WIDTH: 100%"><?=ehtmlspecialchars(stripSlashes($r[temptext]))?></textarea>
  120. </div></td>
  121. </tr>
  122. <tr bgcolor="#FFFFFF">
  123. <td height="25">&nbsp;</td>
  124. <td height="25"><input type="submit" name="Submit" value="提交"> <input type="reset" name="Submit2" value="重置">
  125. <?php
  126. if($enews=='EditPrintTemp')
  127. {
  128. ?>
  129. &nbsp;&nbsp;[<a href="#empirecms" onclick="window.open('TempBak.php?temptype=printtemp&tempid=<?=$tempid?>&gid=<?=$gid?><?=$ecms_hashur['ehref']?>','ViewTempBak','width=450,height=500,scrollbars=yes,left=300,top=150,resizable=yes');">修改记录</a>]
  130. <?php
  131. }
  132. ?>
  133. </td>
  134. </tr>
  135. </form>
  136. <tr bgcolor="#FFFFFF">
  137. <td height="25" colspan="2">&nbsp;&nbsp;[<a href="#ecms" onclick="tempturnit(printshowtempvar);">显示模板变量说明</a>]
  138. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('../ListClass.php<?=$ecms_hashur['whehref']?>','','width=800,height=600,scrollbars=yes,resizable=yes');">查看JS调用地址</a>]
  139. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('ListTempvar.php<?=$ecms_hashur['whehref']?>','','width=800,height=600,scrollbars=yes,resizable=yes');">查看公共模板变量</a>]</td>
  140. </tr>
  141. <tr bgcolor="#FFFFFF" id="printshowtempvar" style="display:none">
  142. <td height="25" colspan="2"><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
  143. <tr bgcolor="#FFFFFF">
  144. <td height="25"><input name="textfield18" type="text" value="[!--pagetitle--]">
  145. :页面标题</td>
  146. <td><input name="textfield72" type="text" value="[!--pagekey--]">
  147. :页面关键字</td>
  148. <td><input name="textfield73" type="text" value="[!--pagedes--]">
  149. :页面描述</td>
  150. </tr>
  151. <tr bgcolor="#FFFFFF">
  152. <td height="25"><input name="textfield30222" type="text" value="[!--newsnav--]">
  153. :导航条</td>
  154. <td><input name="textfield92" type="text" value="[!--class.menu--]">
  155. :一级栏目导航</td>
  156. <td><input name="textfield34" type="text" value="[!--news.url--]">
  157. :网站地址</td>
  158. </tr>
  159. <tr bgcolor="#FFFFFF">
  160. <td width="33%" height="25"><input name="textfield45" type="text" value="[!--id--]">
  161. :信息ID</td>
  162. <td width="34%"><input name="textfield46" type="text" value="[!--classid--]">
  163. :栏目ID</td>
  164. <td width="33%"><input name="textfield54" type="text" value="[!--titleurl--]">
  165. :标题链接</td>
  166. </tr>
  167. <tr bgcolor="#FFFFFF">
  168. <td height="25"><input name="textfield23" type="text" value="[!--keyboard--]">
  169. :关键字</td>
  170. <td><input name="textfield25" type="text" value="[!--class.name--]">
  171. :栏目名称</td>
  172. <td><input name="textfield36" type="text" value="[!--userid--]">
  173. :发布者ID</td>
  174. </tr>
  175. <tr bgcolor="#FFFFFF">
  176. <td height="25"><input name="textfield30" type="text" value="[!--bclass.id--]">
  177. :父栏目ID</td>
  178. <td><input name="textfield31" type="text" value="[!--bclass.name--]">
  179. :父栏目名称</td>
  180. <td><input name="textfield37" type="text" value="[!--username--]">
  181. :发布者</td>
  182. </tr>
  183. <tr bgcolor="#FFFFFF">
  184. <td height="25"><input name="textfield39" type="text" value="[!--userfen--]">
  185. :查看信息扣除点数</td>
  186. <td><input name="textfield42" type="text" value="[!--onclick--]">
  187. :点击数</td>
  188. <td><input name="textfield43" type="text" value="[!--totaldown--]">
  189. :下载数</td>
  190. </tr>
  191. <tr bgcolor="#FFFFFF">
  192. <td height="25"><input name="textfield44" type="text" value="[!--plnum--]">
  193. :评论数</td>
  194. <td><input name="textfield192" type="text" value="[!--ttid--]">
  195. :标题分类ID</td>
  196. <td><input name="textfield1922" type="text" value="[!--tt.name--]">
  197. :标题分类名称</td>
  198. </tr>
  199. <tr bgcolor="#FFFFFF">
  200. <td height="25"><input name="textfield19222" type="text" value="[!--tt.url--]">
  201. :标题分类地址</td>
  202. <td>&nbsp;</td>
  203. <td>&nbsp;</td>
  204. </tr>
  205. <tr bgcolor="#FFFFFF">
  206. <td height="25"><strong>[!--字段名--]:数据表字段内容调用,点
  207. <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');">
  208. 可查看</strong></td>
  209. <td><strong>支持公共模板变量</strong></td>
  210. <td>&nbsp;</td>
  211. </tr>
  212. </table></td>
  213. </tr>
  214. </table>
  215. </body>
  216. </html>