AddPubVar.php 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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,"pubvar");
  20. $enews=ehtmlspecialchars($_GET['enews']);
  21. $cid=(int)$_GET['cid'];
  22. $r[myorder]=0;
  23. $url="<a href=ListPubVar.php".$ecms_hashur['whehref'].">管理扩展变量</a>&nbsp;>&nbsp;增加扩展变量";
  24. //修改
  25. if($enews=="EditPubVar")
  26. {
  27. $varid=(int)$_GET['varid'];
  28. $r=$empire->fetch1("select myvar,varname,varvalue,varsay,classid,tocache,myorder from {$dbtbpre}enewspubvar where varid='$varid'");
  29. $r[varvalue]=ehtmlspecialchars($r[varvalue]);
  30. $url="<a href=ListPubVar.php".$ecms_hashur['whehref'].">管理扩展变量</a>&nbsp;>&nbsp;修改扩展变量:".$r[myvar];
  31. }
  32. //分类
  33. $cstr="";
  34. $csql=$empire->query("select classid,classname from {$dbtbpre}enewspubvarclass order by classid");
  35. while($cr=$empire->fetch($csql))
  36. {
  37. $select="";
  38. if($cr[classid]==$r[classid])
  39. {
  40. $select=" selected";
  41. }
  42. $cstr.="<option value='".$cr[classid]."'".$select.">".$cr[classname]."</option>";
  43. }
  44. db_close();
  45. $empire=null;
  46. ?>
  47. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  48. <html>
  49. <head>
  50. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  51. <title>增加扩展变量</title>
  52. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  53. </head>
  54. <body>
  55. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  56. <tr>
  57. <td height="25">位置:<?=$url?></td>
  58. </tr>
  59. </table>
  60. <form name="form1" method="post" action="ListPubVar.php" autocomplete="off">
  61. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  62. <?=$ecms_hashur['form']?>
  63. <tr class="header">
  64. <td height="25" colspan="2">增加扩展变量
  65. <input name="enews" type="hidden" id="enews" value="<?=$enews?>"> <input name="varid" type="hidden" value="<?=$varid?>">
  66. <input name="cid" type="hidden" value="<?=$cid?>">
  67. <input name="oldmyvar" type="hidden" id="oldmyvar" value="<?=$r[myvar]?>">
  68. <input name="oldtocache" type="hidden" id="oldtocache" value="<?=$r[tocache]?>"></td>
  69. </tr>
  70. <tr bgcolor="#FFFFFF">
  71. <td width="19%" height="25">变量名(*)</td>
  72. <td width="81%" height="25"> <input name="myvar" type="text" value="<?=$r[myvar]?>">
  73. <font color="#666666">(由英文与数字组成,且不能以数字开头。如:&quot;title&quot;)</font></td>
  74. </tr>
  75. <tr bgcolor="#FFFFFF">
  76. <td height="25">所属分类</td>
  77. <td height="25"><select name="classid">
  78. <option value="0">不隶属于任何分类</option>
  79. <?=$cstr?>
  80. </select> <input type="button" name="Submit6222322" value="管理分类" onclick="window.open('PubVarClass.php<?=$ecms_hashur['whehref']?>');"></td>
  81. </tr>
  82. <tr bgcolor="#FFFFFF">
  83. <td height="25">变量标识(*)</td>
  84. <td height="25"><input name="varname" type="text" value="<?=$r[varname]?>">
  85. <font color="#666666">(如:标题)</font></td>
  86. </tr>
  87. <tr bgcolor="#FFFFFF">
  88. <td height="25">变量说明</td>
  89. <td height="25"><input name="varsay" type="text" id="varsay" value="<?=$r[varsay]?>" size="60"></td>
  90. </tr>
  91. <tr bgcolor="#FFFFFF">
  92. <td height="25">是否写入缓存</td>
  93. <td height="25"><input type="radio" name="tocache" value="1"<?=$r[tocache]==1?' checked':''?>>
  94. 写入缓存
  95. <input type="radio" name="tocache" value="0"<?=$r[tocache]==0?' checked':''?>>
  96. 不写入缓存<font color="#666666">(大内容不建议写入缓存,缓存调用变量:$public_r['add_变量名'])</font></td>
  97. </tr>
  98. <tr bgcolor="#FFFFFF">
  99. <td height="25">变量排序</td>
  100. <td height="25"><input name="myorder" type="text" value="<?=$r[myorder]?>">
  101. <font color="#666666">(值越小显示越前面)</font></td>
  102. </tr>
  103. <tr bgcolor="#FFFFFF">
  104. <td height="25"><strong>变量值</strong></td>
  105. <td height="25">请将变量内容<a href="#ecms" onclick="window.clipboardData.setData('Text',document.form1.varvalue.value);document.form1.varvalue.select()" title="点击复制模板内容"><strong>复制到Dreamweaver(推荐)</strong></a>或者使用<a href="#ecms" onclick="window.open('../template/editor.php?<?=$ecms_hashur['ehref']?>&getvar=opener.document.form1.varvalue.value&returnvar=opener.document.form1.varvalue.value&fun=ReturnHtml&notfullpage=1','edittemp','width=880,height=600,scrollbars=auto,resizable=yes');"><strong>模板在线编辑</strong></a>进行可视化编辑</td>
  106. </tr>
  107. <tr bgcolor="#FFFFFF">
  108. <td height="25" colspan="2"><div align="center">
  109. <textarea name="varvalue" cols="90" rows="16" wrap="OFF" style="WIDTH: 100%"><?=$r[varvalue]?></textarea>
  110. </div></td>
  111. </tr>
  112. <tr bgcolor="#FFFFFF">
  113. <td height="25">&nbsp;</td>
  114. <td height="25"><input type="submit" name="Submit" value="提交"> &nbsp; <input type="reset" name="Submit2" value="重置"></td>
  115. </tr>
  116. </table>
  117. </form>
  118. </body>
  119. </html>