SetWap.php 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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,"wap");
  20. //设置
  21. function SetWap($add,$userid,$username){
  22. global $empire,$dbtbpre;
  23. $wapopen=(int)$add['wapopen'];
  24. $wapdefstyle=(int)$add['wapdefstyle'];
  25. $wapshowmid=RepPostVar($add['wapshowmid']);
  26. $waplistnum=(int)$add['waplistnum'];
  27. $wapsubtitle=(int)$add['wapsubtitle'];
  28. $wapchar=(int)$add['wapchar'];
  29. $add['wapshowdate']=hRepPostStr($add['wapshowdate'],1);
  30. $add['wapchstyle']=(int)$add['wapchstyle'];
  31. $sql=$empire->query("update {$dbtbpre}enewspublic set wapopen=$wapopen,wapdefstyle=$wapdefstyle,wapshowmid='$wapshowmid',waplistnum=$waplistnum,wapsubtitle=$wapsubtitle,wapshowdate='$add[wapshowdate]',wapchar='$wapchar',wapchstyle='$add[wapchstyle]' limit 1");
  32. //操作日志
  33. insert_dolog("");
  34. printerror("SetWapSuccess","SetWap.php".hReturnEcmsHashStrHref2(1));
  35. }
  36. $enews=$_POST['enews'];
  37. if($enews)
  38. {
  39. hCheckEcmsRHash();
  40. }
  41. if($enews=='SetWap')
  42. {
  43. SetWap($_POST,$logininid,$loginin);
  44. }
  45. $r=$empire->fetch1("select wapopen,wapdefstyle,wapshowmid,waplistnum,wapsubtitle,wapshowdate,wapchar from {$dbtbpre}enewspublic limit 1");
  46. //wap模板
  47. $wapdefstyles='';
  48. $stylesql=$empire->query("select styleid,stylename from {$dbtbpre}enewswapstyle order by styleid");
  49. while($styler=$empire->fetch($stylesql))
  50. {
  51. $select='';
  52. if($styler['styleid']==$r['wapdefstyle'])
  53. {
  54. $select=' selected';
  55. }
  56. $wapdefstyles.="<option value='".$styler[styleid]."'".$select.">".$styler[stylename]."</option>";
  57. }
  58. db_close();
  59. $empire=null;
  60. ?>
  61. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  62. <html>
  63. <head>
  64. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  65. <title>WAP设置</title>
  66. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  67. </head>
  68. <body>
  69. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  70. <tr>
  71. <td width="50%">位置:<a href="SetWap.php<?=$ecms_hashur['whehref']?>">WAP设置</a></td>
  72. <td><div align="right" class="emenubutton">
  73. <input type="button" name="Submit522" value="管理WAP模板" onclick="self.location.href='WapStyle.php<?=$ecms_hashur['whehref']?>';">
  74. </div></td>
  75. </tr>
  76. </table>
  77. <form name="setwapform" method="post" action="SetWap.php">
  78. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  79. <?=$ecms_hashur['form']?>
  80. <tr class="header">
  81. <td height="25" colspan="2">WAP设置
  82. <input name=enews type=hidden value=SetWap></td>
  83. </tr>
  84. <tr bgcolor="#FFFFFF">
  85. <td height="25">开启WAP</td>
  86. <td height="25"><input type="radio" name="wapopen" value="1"<?=$r[wapopen]==1?' checked':''?>>
  87. <input type="radio" name="wapopen" value="0"<?=$r[wapopen]==0?' checked':''?>>
  88. 否 </td>
  89. </tr>
  90. <tr bgcolor="#FFFFFF">
  91. <td height="25">WAP字符集</td>
  92. <td height="25"><input type="radio" name="wapchar" value="2"<?=$r[wapchar]==2?' checked':''?>>
  93. 默认编码
  94. <input type="radio" name="wapchar" value="1"<?=$r[wapchar]==1?' checked':''?>>
  95. UTF-8
  96. <input type="radio" name="wapchar" value="0"<?=$r[wapchar]==0?' checked':''?>>
  97. UNICODE <font color="#666666">(一般按默认即可)</font></td>
  98. </tr>
  99. <tr bgcolor="#FFFFFF">
  100. <td height="25">只显示系统模型列表</td>
  101. <td height="25"><input name="wapshowmid" type="text" id="wapshowmid" value="<?=$r[wapshowmid]?>">
  102. <font color="#666666">(多个模型ID用&quot;,&quot;隔开,空为显示所有)</font></td>
  103. </tr>
  104. <tr bgcolor="#FFFFFF">
  105. <td width="20%" height="25">默认使用WAP模板</td>
  106. <td width="80%" height="25"><select name="wapdefstyle" id="wapdefstyle">
  107. <?=$wapdefstyles?>
  108. </select> </td>
  109. </tr>
  110. <tr bgcolor="#FFFFFF">
  111. <td height="25">支持改变使用模板</td>
  112. <td height="25"><input type="radio" name="wapchstyle" value="1"<?=$r['wapchstyle']==1?' checked':''?>>是
  113. <input type="radio" name="wapchstyle" value="0"<?=$r['wapchstyle']==0?' checked':''?>>否</td>
  114. </tr>
  115. <tr bgcolor="#FFFFFF">
  116. <td height="25">列表每页显示</td>
  117. <td height="25"> <input name="waplistnum" type="text" id="waplistnum" value="<?=$r[waplistnum]?>">
  118. 条信息</td>
  119. </tr>
  120. <tr bgcolor="#FFFFFF">
  121. <td height="25">标题截取</td>
  122. <td height="25"> <input name="wapsubtitle" type="text" id="wapsubtitle" value="<?=$r[wapsubtitle]?>">
  123. 个字节 <font color="#666666">(0为不截取)</font></td>
  124. </tr>
  125. <tr bgcolor="#FFFFFF">
  126. <td height="25">时间显示格式</td>
  127. <td height="25"><input name="wapshowdate" type="text" id="wapshowdate" value="<?=$r[wapshowdate]?>">
  128. <font color="#666666">(格式:Y表示年,m表示月,d表示天)</font></td>
  129. </tr>
  130. <tr bgcolor="#FFFFFF">
  131. <td height="25">&nbsp;</td>
  132. <td height="25"><input type="submit" name="Submit" value="提交"> <input type="reset" name="Submit2" value="重置"></td>
  133. </tr>
  134. <tr bgcolor="#FFFFFF">
  135. <td height="25">&nbsp;</td>
  136. <td height="25">WAP地址:<a href="<?=$public_r[newsurl]?>e/wap/" target="_blank"><?=$public_r[newsurl]?>e/wap/</a></td>
  137. </tr>
  138. </table>
  139. </form>
  140. </body>
  141. </html>