AddClasstemp.php 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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. $cid=ehtmlspecialchars($_GET['cid']);
  24. $enews=ehtmlspecialchars($_GET['enews']);
  25. $url=$urlgname."<a href=ListClasstemp.php?gid=$gid&classid=$cid".$ecms_hashur['ehref'].">管理封面模板</a>&nbsp;>&nbsp;增加封面模板";
  26. $postword='增加封面模板';
  27. //复制
  28. if($enews=="AddClasstemp"&&$_GET['docopy'])
  29. {
  30. $tempid=(int)$_GET['tempid'];
  31. $r=$empire->fetch1("select tempid,tempname,temptext,classid from ".GetDoTemptb("enewsclasstemp",$gid)." where tempid=$tempid");
  32. $url=$urlgname."<a href=ListClasstemp.php?gid=$gid&classid=$cid".$ecms_hashur['ehref'].">管理封面模板</a>&nbsp;>&nbsp;复制封面模板: ".$r[tempname];
  33. $postword='修改封面模板';
  34. }
  35. //修改
  36. if($enews=="EditClasstemp")
  37. {
  38. $tempid=(int)$_GET['tempid'];
  39. $r=$empire->fetch1("select tempid,tempname,temptext,classid from ".GetDoTemptb("enewsclasstemp",$gid)." where tempid=$tempid");
  40. $url=$urlgname."<a href=ListClasstemp.php?gid=$gid&classid=$cid".$ecms_hashur['ehref'].">管理封面模板</a>&nbsp;>&nbsp;修改封面模板: ".$r[tempname];
  41. $postword='修改封面模板';
  42. }
  43. //分类
  44. $cstr="";
  45. $csql=$empire->query("select classid,classname from {$dbtbpre}enewsclasstempclass order by classid");
  46. while($cr=$empire->fetch($csql))
  47. {
  48. $select="";
  49. if($cr[classid]==$r[classid])
  50. {
  51. $select=" selected";
  52. }
  53. $cstr.="<option value='".$cr[classid]."'".$select.">".$cr[classname]."</option>";
  54. }
  55. db_close();
  56. $empire=null;
  57. ?>
  58. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  59. <html>
  60. <head>
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  62. <title><?=$postword?></title>
  63. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  64. <script>
  65. function ReturnHtml(html)
  66. {
  67. document.form1.temptext.value=html;
  68. }
  69. </script>
  70. <SCRIPT lanuage="JScript">
  71. <!--
  72. function tempturnit(ss)
  73. {
  74. if (ss.style.display=="")
  75. ss.style.display="none";
  76. else
  77. ss.style.display="";
  78. }
  79. -->
  80. </SCRIPT>
  81. <script>
  82. function ReTempBak(){
  83. self.location.reload();
  84. }
  85. </script>
  86. </head>
  87. <body>
  88. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1">
  89. <tr>
  90. <td height="25">位置:<?=$url?></td>
  91. </tr>
  92. </table>
  93. <br>
  94. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  95. <form name="form1" method="post" action="ListClasstemp.php">
  96. <?=$ecms_hashur['form']?>
  97. <tr class="header">
  98. <td height="25" colspan="2">
  99. <?=$postword?>
  100. <input name="enews" type="hidden" id="enews" value="<?=$enews?>"> <input name="tempid" type="hidden" id="tempid" value="<?=$tempid?>">
  101. <input name="cid" type="hidden" id="cid" value="<?=$cid?>"> <input name="gid" type="hidden" id="gid" value="<?=$gid?>"></td>
  102. </tr>
  103. <tr bgcolor="#FFFFFF">
  104. <td width="19%" height="25">模板名称(*)</td>
  105. <td width="81%" height="25"> <input name="tempname" type="text" id="tempname" value="<?=$r[tempname]?>" size="30">
  106. </td>
  107. </tr>
  108. <tr bgcolor="#FFFFFF">
  109. <td height="25">所属分类</td>
  110. <td height="25"><select name="classid" id="classid">
  111. <option value="0">不隶属于任何类别</option>
  112. <?=$cstr?>
  113. </select> <input type="button" name="Submit6222322" value="管理分类" onclick="window.open('ClassTempClass.php<?=$ecms_hashur['whehref']?>');"></td>
  114. </tr>
  115. <tr bgcolor="#FFFFFF">
  116. <td height="25"><strong>模板内容</strong>(*)</td>
  117. <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>
  118. </tr>
  119. <tr bgcolor="#FFFFFF">
  120. <td height="25" colspan="2"><div align="center">
  121. <textarea name="temptext" cols="90" rows="27" id="temptext" wrap="OFF" style="WIDTH: 100%"><?=ehtmlspecialchars(stripSlashes($r[temptext]))?></textarea>
  122. </div></td>
  123. </tr>
  124. <tr bgcolor="#FFFFFF">
  125. <td height="25">&nbsp;</td>
  126. <td height="25"><input type="submit" name="Submit" value="保存模板"> &nbsp;<input type="reset" name="Submit2" value="重置">
  127. <?php
  128. if($enews=='EditClasstemp')
  129. {
  130. ?>
  131. &nbsp;&nbsp;[<a href="#empirecms" onclick="window.open('TempBak.php?temptype=classtemp&tempid=<?=$tempid?>&gid=<?=$gid?><?=$ecms_hashur['ehref']?>','ViewTempBak','width=450,height=500,scrollbars=yes,left=300,top=150,resizable=yes');">修改记录</a>]
  132. <?php
  133. }
  134. ?>
  135. </td>
  136. </tr>
  137. </form>
  138. <tr bgcolor="#FFFFFF">
  139. <td height="25" colspan="2">&nbsp;&nbsp;[<a href="#ecms" onclick="tempturnit(showtempvar);">显示模板变量说明</a>]
  140. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('EnewsBq.php<?=$ecms_hashur['whehref']?>','','width=600,height=500,scrollbars=yes,resizable=yes');">查看模板标签语法</a>]
  141. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('../ListClass.php<?=$ecms_hashur['whehref']?>','','width=800,height=600,scrollbars=yes,resizable=yes');">查看JS调用地址</a>]
  142. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('ListTempvar.php<?=$ecms_hashur['whehref']?>','','width=800,height=600,scrollbars=yes,resizable=yes');">查看公共模板变量</a>]
  143. &nbsp;&nbsp;[<a href="#ecms" onclick="window.open('ListBqtemp.php<?=$ecms_hashur['whehref']?>','','width=800,height=600,scrollbars=yes,resizable=yes');">查看标签模板</a>]
  144. </td>
  145. </tr>
  146. <tr bgcolor="#FFFFFF" id="showtempvar" style="display:none">
  147. <td height="25" colspan="2"><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
  148. <tr bgcolor="#FFFFFF">
  149. <td width="33%" height="25"> <input name="textfield7" type="text" value="[!--pagetitle--]">
  150. :页面标题</td>
  151. <td width="34%"><input name="textfield72" type="text" value="[!--pagekey--]">
  152. :页面关键字</td>
  153. <td width="33%"><input name="textfield73" type="text" value="[!--pagedes--]">
  154. :页面描述</td>
  155. </tr>
  156. <tr bgcolor="#FFFFFF">
  157. <td height="25"><input name="textfield8" type="text" value="[!--news.url--]">
  158. :网站地址</td>
  159. <td><input name="textfield9" type="text" value="[!--newsnav--]">
  160. :所在位置导航条</td>
  161. <td><input name="textfield92" type="text" value="[!--class.menu--]">
  162. :一级栏目导航</td>
  163. </tr>
  164. <tr bgcolor="#FFFFFF">
  165. <td height="25"><input name="textfield10" type="text" value="[!--self.classid--]">
  166. :本栏目/专题ID</td>
  167. <td><input name="textfield11" type="text" value="[!--class.keywords--]">
  168. :栏目/专题关键字</td>
  169. <td><input name="textfield12" type="text" value="[!--class.classimg--]">
  170. :栏目/专题缩略图</td>
  171. </tr>
  172. <tr bgcolor="#FFFFFF">
  173. <td height="25"><input name="textfield132" type="text" value="[!--class.name--]">
  174. :栏目名</td>
  175. <td><input name="textfield13" type="text" value="[!--class.intro--]">
  176. :栏目/专题简介</td>
  177. <td><input name="textfield14" type="text" value="[!--bclass.id--]">
  178. : 父栏目ID</td>
  179. </tr>
  180. <tr bgcolor="#FFFFFF">
  181. <td height="25"><input name="textfield15" type="text" value="[!--bclass.name--]">
  182. :父栏目名称</td>
  183. <td><strong>支持公共模板变量</strong></td>
  184. <td><strong>支持所有模板标签</strong></td>
  185. </tr>
  186. </table></td>
  187. </tr>
  188. </table>
  189. </body>
  190. </html>