global_baseset.aspx
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:21k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="c#" Inherits="Discuz.Web.Admin.baseset" CodeBehind="global_baseset.aspx.cs" %>
  2. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  3. <%@ Register TagPrefix="uc1" TagName="TextareaResize" Src="../UserControls/TextareaResize.ascx" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  5. <html>
  6. <head>
  7. <title>baseset</title>
  8. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  9. <link href="../styles/modelpopup.css" type="text/css" rel="stylesheet" />
  10. <script type="text/javascript" src="../js/common.js"></script>
  11. <script type="text/javascript" src="../js/modalpopup.js"></script>
  12. <script type="text/javascript">
  13. function setStatus(status) {
  14.     document.getElementById("isclosedforum").style.display = (status) ? "block" : "none";
  15. }
  16. </script>
  17. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  18. </head>
  19. <body>
  20. <div class="ManagerForm">
  21. <form id="Form1" method="post" runat="server" name="Form1">
  22. <fieldset>
  23. <legend style="background: url(../images/icons/legendimg.jpg) no-repeat 6px 50%;">基本设置</legend>
  24. <table width="100%">
  25. <tr><td class="item_title" colspan="2">网站名称</td></tr>
  26. <tr>
  27. <td class="vtop rowform">
  28. <cc1:TextBox id="webtitle" runat="server" RequiredFieldType="暂无校验"></cc1:TextBox>
  29. </td>
  30. <td class="vtop">网站名称, 将显示在页面底部的联系方式处</td>
  31. </tr>
  32. <tr><td class="item_title" colspan="2">网站URL地址</td></tr>
  33. <tr>
  34. <td class="vtop rowform">
  35. <cc1:TextBox id="weburl" runat="server" RequiredFieldType="网页地址"></cc1:TextBox>
  36. </td>
  37. <td class="vtop">网站 URL, 将作为链接显示在页面底部</td>
  38. </tr>
  39. <tr><td class="item_title" colspan="2">论坛名称</td></tr>
  40. <tr>
  41. <td class="vtop rowform">
  42. <cc1:TextBox id="forumtitle" runat="server" RequiredFieldType="暂无校验"></cc1:TextBox>
  43. </td>
  44. <td class="vtop">论坛名称, 将显示在导航条和标题中</td>
  45. </tr>
  46. <%--
  47. <tr><td class="item_title" colspan="2">论坛URL地址:</td></tr>
  48. <tr>
  49. <td class="vtop rowform">
  50. <cc1:TextBox id="forumurl" runat="server" RequiredFieldType="暂无校验" CanBeNull="必填" cols="45"></cc1:TextBox>
  51. </td>
  52. <td class="vtop">论坛URL地址, 默认为 "forumindex.aspx"</td>
  53. </tr>
  54. --%>
  55. <tbody <%=haveSpace?"":" style='display:none'"%>>
  56. <tr><td class="item_title" colspan="2">空间名称</td></tr>
  57. <tr>
  58. <td class="vtop rowform">
  59. <cc1:TextBox id="spacename" runat="server" RequiredFieldType="暂无校验"></cc1:TextBox>
  60. </td>
  61. <td class="vtop">该内容将会替换前台所有"空间"字样</td>
  62. </tr>
  63. </tbody>
  64. <%-- 
  65. <tbody <%=haveSpace?"":" style='display:none'"%>>
  66. <tr><td class="item_title" colspan="2">空间URL地址</td></tr>
  67. <tr>
  68. <td class="vtop rowform">
  69. <cc1:TextBox id="spaceurl" runat="server" RequiredFieldType="暂无校验" CanBeNull="必填"></cc1:TextBox>
  70. </td>
  71. <td class="vtop">空间首页地址, 默认为 "spaceindex.aspx"</td>
  72. </tr>
  73. </tbody>
  74. --%>
  75. <tbody <%=haveAlbum?"":" style='display:none'"%>>
  76. <tr><td class="item_title" colspan="2">相册名称</td></tr>
  77. <tr>
  78. <td class="vtop rowform">
  79. <cc1:TextBox id="albumname" runat="server" RequiredFieldType="暂无校验"></cc1:TextBox>
  80. </td>
  81. <td class="vtop">该内容将会替换前台所有"相册"字样</td>
  82. </tr>
  83. </tbody>
  84. <%--
  85. <tbody <%=haveAlbum?"":" style='display:none'"%>>
  86. <tr><td class="item_title" colspan="2">相册URL地址</td></tr>
  87. <tr>
  88. <td class="vtop rowform">
  89. <cc1:TextBox id="albumurl" runat="server" RequiredFieldType="暂无校验" CanBeNull="必填"></cc1:TextBox>
  90. </td>
  91. <td class="vtop">相册首页地址, 默认为 "albumindex.aspx"</td>
  92. </tr>
  93. </tbody>
  94. --%>
  95. <tr><td class="item_title" colspan="2">显示授权信息链接</td></tr>
  96. <tr>
  97. <td class="vtop rowform">
  98. <cc1:RadioButtonList id="licensed" runat="server"  RepeatLayout="Flow">
  99. <asp:ListItem Value="1">是</asp:ListItem>
  100. <asp:ListItem Value="0">否</asp:ListItem>
  101. </cc1:RadioButtonList>
  102. </td>
  103. <td class="vtop">选择"是"将在页脚显示商业授权用户链接, 链接将指向 Discuz!NT 官方网站, 用户可通过此链接验证其所使用的Discuz!NT 是否经过商业授权</td>
  104. </tr>
  105. <tr><td class="item_title" colspan="2">网站备案信息代码</td></tr>
  106. <tr>
  107. <td class="vtop rowform">
  108. <cc1:TextBox id="icp" runat="server"  RequiredFieldType="暂无校验"></cc1:TextBox>
  109. </td>
  110. <td class="vtop">页面底部可以显示 ICP 备案信息,如果网站已备案,在此输入您的授权码,它将显示在页面底部,如果没有请留空</td>
  111. </tr>
  112. <tr><td class="item_title" colspan="2">启用 RSS</td></tr>
  113. <tr>
  114. <td class="vtop rowform">
  115. <cc1:RadioButtonList id="rssstatus" runat="server"  RepeatLayout="flow">
  116. <asp:ListItem Value="1">是</asp:ListItem>
  117. <asp:ListItem Value="0">否</asp:ListItem>
  118. </cc1:RadioButtonList>
  119. </td>
  120. <td class="vtop">选择"是", 论坛将允许用户使用 RSS 客户端软件接收最新的论坛帖子更新. 注意: 在分论坛很多的情况下, 本功能可能会加重服务器负担</td>
  121. </tr>
  122. <tr><td class="item_title" colspan="2">RSS TTL(单位:分钟)</td></tr>
  123. <tr>
  124. <td class="vtop rowform">
  125. <cc1:TextBox id="rssttl" runat="server"  CanBeNull="必填" MinimumValue="0" Size="5" MaxLength="4"></cc1:TextBox>
  126. </td>
  127. <td class="vtop">TTL(Time to Live) 是 RSS 2.0 的一项属性, 用于控制订阅内容的自动刷新时间, 时间越短则资料实时性就越高, 但会加重服务器负担, 通常可设置为 30~180 范围内的数值</td>
  128. </tr>
  129. <tr><td class="item_title" colspan="2">启用 SiteMap</td></tr>
  130. <tr>
  131. <td class="vtop rowform">
  132. <cc1:RadioButtonList id="sitemapstatus" runat="server"  RepeatLayout="flow">
  133. <asp:ListItem Value="1">是</asp:ListItem>
  134. <asp:ListItem Value="0">否</asp:ListItem>
  135. </cc1:RadioButtonList>
  136. </td>
  137. <td class="vtop">SiteMap为百度论坛收录协议,是否允许百度收录</td>
  138. </tr>
  139. <tr><td class="item_title" colspan="2">SiteMap TTL (单位:小时)</td></tr>
  140. <tr>
  141. <td class="vtop rowform">
  142. <cc1:TextBox id="sitemapttl" runat="server" CanBeNull="必填" MinimumValue="1" MaximumValue="24" Text="12" Size="5" MaxLength="2"></cc1:TextBox>
  143. </td>
  144. <td class="vtop">百度论坛收录协议更新时间, 用于控制百度论坛收录协议更新时间, 时间越短则资料实时性就越高, 但会加重服务器负担, 通常可设置为 1~24 范围内的数值</td>
  145. </tr>
  146. <tr><td class="item_title" colspan="2">显示程序运行信息</td></tr>
  147. <tr>
  148. <td class="vtop rowform">
  149. <cc1:RadioButtonList ID="debug" runat="server" RepeatLayout="flow">
  150. <asp:ListItem Value="1">是</asp:ListItem>
  151. <asp:ListItem Value="0">否</asp:ListItem>
  152. </cc1:RadioButtonList>
  153. </td>
  154. <td class="vtop">选择"是"将在页脚处显示程序运行时间</td>
  155. </tr>
  156. <tr><td class="item_title" colspan="2">数据库全文搜索</td></tr>
  157. <tr>
  158. <td class="vtop rowform">
  159. <cc1:RadioButtonList id="fulltextsearch" runat="server" RepeatLayout="flow">
  160. <asp:ListItem Value="1">是</asp:ListItem>
  161. <asp:ListItem Value="0">否</asp:ListItem>
  162. </cc1:RadioButtonList>
  163. </td>
  164. <td class="vtop">论坛会对查询使用SQL2000的全文搜索功能以提升效率. 注意: 本功能会增加数据库的体积</td>
  165. </tr>
  166. <tr><td class="item_title" colspan="2">密码模式</td></tr>
  167. <tr>
  168. <td class="vtop rowform">
  169. <cc1:RadioButtonList id="passwordmode" runat="server" RepeatLayout="flow" RepeatColumns="3">
  170. <asp:ListItem Value="0"  Selected=true>默认</asp:ListItem>
  171. <asp:ListItem Value="1">动网兼容模式</asp:ListItem>
  172. <asp:ListItem Value="2">第三方模式</asp:ListItem>
  173. </cc1:RadioButtonList>
  174. </td>
  175. <td class="vtop">注意: 动网兼容模式只适用于从动网论坛(或LeadBBS和雪人论坛等)转换而来的论坛用户数据.非从第三方转换的论坛请勿使用第三方模式[<a href="http://nt.discuz.net/doc/default.aspx?cid=71" target="_blank">详细介绍</a>]</td>
  176. </tr>
  177. <tr><td class="item_title" colspan="2">身份验证Cookie域</td></tr>
  178. <tr>
  179. <td class="vtop rowform">
  180. <cc1:TextBox id="CookieDomain" runat="server" Text="" Size="30" RequiredFieldType="暂无校验"></cc1:TextBox>
  181. </td>
  182. <td class="vtop">如需所有子域共享此Cookie, 例如:<br />要让www.abc.com 与 bbs.abc.com共享论坛Cookie,则请设置此处为 .abc.com</td>
  183. </tr>
  184. <tr><td class="item_title" colspan="2">禁止浏览器缓冲</td></tr>
  185. <tr>
  186. <td class="vtop rowform">
  187. <cc1:RadioButtonList id="nocacheheaders" runat="server"  RepeatLayout="flow">
  188. <asp:ListItem Value="1">是</asp:ListItem>
  189. <asp:ListItem Value="0">否</asp:ListItem>
  190. </cc1:RadioButtonList>
  191. </td>
  192. <td class="vtop">选择"是"将禁止浏览器对论坛页面进行缓冲, 用于解决极个别浏览器内容刷新不正常的问题. 注意: 本功能会加重服务器负担</td>
  193. </tr>
  194. <tr><td class="item_title" colspan="2">是否记录缓存日志</td></tr>
  195. <tr>
  196. <td class="vtop rowform">
  197. <cc1:RadioButtonList id="cachelog" RepeatLayout="flow" runat="server"  >
  198. <asp:ListItem Value="1">是</asp:ListItem>
  199. <asp:ListItem Value="0" Selected=true>否</asp:ListItem>
  200. </cc1:RadioButtonList>
  201. </td>
  202. <td class="vtop">此项功能会记录论坛的缓存日志并在缓存日志中进行显示. 注意: 当此项功能会加重系统负担</td>
  203. </tr>
  204. <tr><td class="item_title" colspan="2">允许查看会员列表</td></tr>
  205. <tr>
  206. <td class="vtop rowform">
  207. <cc1:RadioButtonList ID="memliststatus" runat="server" RepeatLayout="Flow">
  208. <asp:ListItem Value="1">是</asp:ListItem>
  209. <asp:ListItem Value="0">否</asp:ListItem>
  210. </cc1:RadioButtonList>
  211. </td>
  212. <td class="vtop">允许查看会员列表</td>
  213. </tr>
  214. <tr><td class="item_title" colspan="2">启用伪静态url</td></tr>
  215. <tr>
  216. <td class="vtop rowform">
  217. <cc1:RadioButtonList id="aspxrewrite" runat="server"  RepeatLayout="flow" RepeatColumns="3">
  218. <asp:ListItem Value="1">启用</asp:ListItem>
  219. <asp:ListItem Value="0" Selected="true">不启用</asp:ListItem>
  220. </cc1:RadioButtonList>
  221. </td>
  222. <td class="vtop">只有启用该设置,伪静态url设置才会生效</td>
  223. </tr>
  224. <tr><td class="item_title" colspan="2">伪静态url的扩展名</td></tr>
  225. <tr>
  226. <td class="vtop rowform">
  227. <cc1:TextBox id="extname" runat="server"  RequiredFieldType="暂无校验" CanBeNull="必填" Text="10" Size="5"></cc1:TextBox>
  228. </td>
  229. <td class="vtop">此功能会实现网页链接页面的扩展名使用当前的设置!<a href="http://nt.discuz.net/doc/default.aspx?cid=36" target="_blank"><img src="../images/nav/sysinfo.gif" border="0" alt="伪静态url设置帮助" /></a></td>
  230. </tr>
  231. <tr><td class="item_title" colspan="2">伪静态url的替换规则</td></tr>
  232. <tr>
  233. <td class="vtop rowform">
  234. <span id="Span1" onMouseOut="hidehintinfo();" 
  235. onmouseover="showhintinfo(this,0,0,'提示','此处功能会实现网页链接的地址重定向的正则式校验内容,当您修改时请谨用!','50','up');">
  236. <span id="Span2" style="display:inline-block;border-width:0px;border-style:Dotted;"></span>
  237. </span>
  238. </td>
  239. <td class="vtop"><a href="#" class="TextButton" onClick="javascript:window.location.href='global_urlgrid.aspx';" >编辑伪静态url替换规则</a></td>
  240. </tr>
  241. <tr><td class="item_title" colspan="2">启用IIS的URL重写</td></tr>
  242. <tr>
  243. <td class="vtop rowform">
  244. <cc1:RadioButtonList ID="iisurlrewrite" RepeatLayout="flow" runat="server" HintPosOffSet="40">
  245. <asp:ListItem Value="1">是</asp:ListItem>
  246. <asp:ListItem Value="0" Selected="true">否</asp:ListItem>
  247. </cc1:RadioButtonList>
  248. </td>
  249. <td class="vtop">此功能需要在IIS中配置才可生效[相关设置,<a href="http://nt.discuz.net/doc/default.aspx?cid=35" target="_blank">请参见</a>]</td>
  250. </tr>
  251. <tr><td class="item_title" colspan="2">启用SilverLight</td></tr>
  252. <tr>
  253. <td class="vtop rowform">
  254. <cc1:RadioButtonList id="enablesilverlight" runat="server" RepeatLayout="flow" HintTitle="提示" HintInfo="本功能用于调查、相册、视频播放、广告、批量文件上传的特殊效果">
  255. <asp:ListItem Value="1"  Selected=true>是</asp:ListItem>
  256. <asp:ListItem Value="0" >否</asp:ListItem>
  257. </cc1:RadioButtonList>
  258. </td>
  259. <td class="vtop">本功能用于投票、批量文件上传的特殊效果。如在使用中出现“silverlight 2104错误”,请点击查看<a href="http://nt.discuz.net/doc/default.aspx?cid=157" target="_blank">设置文档</a></td>
  260. </tr>
  261. <tr><td class="item_title" colspan="2">Discuz!NT代码模式</td></tr>
  262. <tr>
  263. <td class="vtop rowform">
  264. <cc1:RadioButtonList id="bbcodemode" runat="server" RepeatColumns="1" RepeatLayout="flow" HintTitle="提示" HintInfo="注意: 动网UBB兼容模式只适用于从动网论坛转换而来的论坛数据.">
  265. <asp:ListItem Value="0"  Selected=true>标准Discuz!NT代码</asp:ListItem>
  266. <asp:ListItem Value="1" >动网UBB代码兼容模式</asp:ListItem>
  267. </cc1:RadioButtonList>
  268. </td>
  269. <td class="vtop">注意: 动网UBB兼容模式只适用于从动网论坛转换而来的论坛数据.</td>
  270. </tr>
  271. <tr><td class="item_title" colspan="2">首页类型</td></tr>
  272. <tr>
  273. <td class="vtop rowform">
  274. <cc1:RadioButtonList ID="Indexpage" RepeatLayout="flow" runat="server">
  275. <asp:ListItem Value="0">论坛首页</asp:ListItem>
  276. <asp:ListItem Value="1">聚合首页</asp:ListItem>
  277. </cc1:RadioButtonList>
  278. </td>
  279. <td class="vtop"></td>
  280. </tr>
  281. <tr><td class="item_title" colspan="2">统计代码设置</td></tr>
  282. <tr>
  283. <td class="vtop rowform">
  284. <uc1:TextareaResize id="Statcode" runat="server"  cols="45" controlname="Linktext" HintPosOffSet="160"></uc1:TextareaResize>
  285. </td>
  286. <td class="vtop">用户可以自己添加的统计代码</td>
  287. </tr>
  288. <tr><td class="item_title" colspan="2">外部链接</td></tr>
  289. <tr>
  290. <td class="vtop rowform">
  291. <uc1:TextareaResize id="Linktext" runat="server"  cols="45" controlname="Linktext" HintPosOffSet="160"></uc1:TextareaResize>
  292. </td>
  293. <td class="vtop">用户可以自己添加的外部链接html字符串,例如&lt;a href='/download/'&gt;下载频道&lt;/a&gt;</td>
  294. </tr>
  295. </table>
  296. </fieldset>
  297. <fieldset>
  298. <legend style="background: url(../images/icons/legendimg.jpg) no-repeat 6px 50%;">大型论坛优化设置</legend>
  299. <table width="100%">
  300. <tr><td class="item_title" colspan="2">通知保留天数</td></tr>
  301. <tr>
  302. <td class="vtop rowform">
  303. <cc1:TextBox id="notificationreserveddays" runat="server" CanBeNull="必填" MinimumValue="0" Text="0" Size="5" MaxLength="4"></cc1:TextBox>
  304. </td>
  305. <td class="vtop">0为永久保留</td>
  306. </tr>
  307. <tr><td class="item_title" colspan="2">首页每个分类下 最多显示版块数</td></tr>
  308. <tr>
  309. <td class="vtop rowform">
  310. <cc1:TextBox id="maxindexsubforumcount" runat="server" CanBeNull="必填" MinimumValue="0" Text="0" Size="5" MaxLength="4"></cc1:TextBox>
  311. </td>
  312. <td class="vtop">0为不限</td>
  313. </tr>
  314. <tr><td class="item_title" colspan="2">删除离线用户频率</td></tr>
  315. <tr>
  316. <td class="vtop rowform">
  317. <cc1:TextBox id="deletingexpireduserfrequency" runat="server" CanBeNull="必填" MinimumValue="0" Text="5" Size="5" MaxLength="4"></cc1:TextBox>
  318. </td>
  319. <td class="vtop">建议2~10分钟</td>
  320. </tr>
  321. <tr><td class="item_title" colspan="2">用户在线表性能优化开关</td></tr>
  322. <tr>
  323. <td class="vtop rowform">
  324. <cc1:RadioButtonList ID="onlineoptimization" RepeatLayout="flow" runat="server">
  325. <asp:ListItem Value="0">关闭</asp:ListItem>
  326. <asp:ListItem Value="1">开启</asp:ListItem>
  327. </cc1:RadioButtonList>
  328. </td>
  329. <td class="vtop">用户在线表性能优化开关,开启后会有效减小数据库压力,但是某些用户状态会停止更新</td>
  330. </tr>
  331. <tr><td class="item_title" colspan="2">头像调用方式</td></tr>
  332. <tr>
  333. <td class="vtop rowform">
  334. <cc1:RadioButtonList id="avatarmethod" runat="server" RepeatColumns="1" RepeatLayout="flow">
  335. <asp:ListItem Value="0"  Selected=true>使用动态地址调用头像</asp:ListItem>
  336. <asp:ListItem Value="1" >使用静态地址调用头像</asp:ListItem>
  337. </cc1:RadioButtonList>
  338. </td>
  339. <td class="vtop"></td>
  340. </tr>
  341. <tr><td class="item_title" colspan="2">图片附件地址显示开关</td></tr>
  342. <tr>
  343. <td class="vtop rowform">
  344. <cc1:RadioButtonList ID="showattachmentpath" runat="server" RepeatLayout="flow">
  345. <asp:ListItem Value="1">显示</asp:ListItem>
  346. <asp:ListItem Value="0">不显示</asp:ListItem>
  347. </cc1:RadioButtonList>
  348. </td>
  349. <td class="vtop">如果选择是, 则系统会以真实路径显示图片.如果选择否, 则以程序路径显示</td>
  350. </tr>
  351. <tr><td class="item_title" colspan="2">用户最后发帖时间存储方式</td></tr>
  352. <tr>
  353.     <td class="vtop rowform">
  354.         <cc1:RadioButtonList ID="posttimestoragemedia" runat="server" RepeatLayout="flow">
  355.         <asp:ListItem Value="0">数据库</asp:ListItem>
  356. <asp:ListItem Value="1">cookie</asp:ListItem>
  357. </cc1:RadioButtonList>
  358.     </td>
  359.     <td class="vtop">选择数据库,则会加大在线表的读写次数,但是会精确的记录在线用户的发帖时间。选择cookie,则会降低数据库压力,但是相应的会使灌水程序有可乘之机。</td>
  360. </tr>
  361. <tr><td class="item_title" colspan="2">主题浏览统计队列</td></tr>
  362. <tr>
  363. <td class="vtop rowform">
  364. <span id="Span3">
  365. <input id="Topicqueuestats_1" runat="server" 
  366. type="radio" name="Topicqueuestats" value="1" checked="true" onClick="document.getElementById('topicqueuestatscount').style.visibility='visible';" />开启
  367. <input id="Topicqueuestats_0" runat="server" type="radio" name="Topicqueuestats" value="0" 
  368. onclick="document.getElementById('topicqueuestatscount').style.visibility='hidden';" />关闭
  369. </span>
  370. &nbsp;&nbsp;<cc1:TextBox id="topicqueuestatscount" runat="server" RequiredFieldType="数据校验" CanBeNull="必填" Text="10" Size="5" 
  371. MaxLength="4" MaximumValue="1000" MinimumValue="0"></cc1:TextBox>
  372. </td>
  373. <td class="vtop">建议访问量大时开启,访问积累一定数量统一更新,减少服务器压力. 如开启,建议队列长度为20-50</td>
  374. </tr>
  375. <tr><td class="item_title" colspan="2">在线用户数统计缓存时间(分钟)</td></tr>
  376. <tr>
  377. <td class="vtop rowform">
  378. <cc1:TextBox id="onlineusercountcacheminute" runat="server" CanBeNull="必填" MinimumValue="0" Text="5" Size="5" MaxLength="4"/>
  379. </td>
  380. <td class="vtop">开启后论坛在线用户数不会实时统计,会根据所设置的时间进行缓存。0为不缓存。</td>
  381. </tr>
  382. </table>
  383. </fieldset>
  384. <cc1:Hint id="Hint1" runat="server" HintImageUrl="../images"></cc1:Hint>
  385. <fieldset>
  386. <legend style="background: url(../images/icons/icon23.jpg) no-repeat 6px 50%;">模块开启设置</legend>
  387. <table width="100%">
  388. <tr><td class="item_title" colspan="2">是否关闭论坛</td></tr>
  389. <tr>
  390. <td class="vtop rowform">
  391. <cc1:RadioButtonList id="closed" runat="server" RepeatLayout="flow" HintPosOffSet="80">
  392. <asp:ListItem Value="1">是</asp:ListItem>
  393. <asp:ListItem Value="0">否</asp:ListItem>
  394. </cc1:RadioButtonList>
  395. </td>
  396. <td class="vtop">暂时将论坛关闭(包括论坛、个人空间、相册等), 其他人无法访问, 但不影响管理员访问</td>
  397. </tr>
  398. <tbody id="isclosedforum">
  399. <tr><td class="item_title" colspan="2">关闭的原因</td></tr>
  400. <tr>
  401. <td class="vtop rowform">
  402. <uc1:TextareaResize id="closedreason" runat="server" controlname="closedreason" HintPosOffSet="160"></uc1:TextareaResize>
  403. </td>
  404. <td class="vtop">论坛关闭时出现的提示信息</td>
  405. </tr>
  406. </tbody>
  407. <tr><td class="item_title" colspan="2"><asp:Label ID="EnableSpaceLabel" Text="是否启用个人空间服务" runat="server"></asp:Label></td></tr>
  408. <tr>
  409. <td class="vtop rowform">
  410. <cc1:RadioButtonList id="EnableSpace" runat="server" RepeatLayout="flow">
  411. <asp:ListItem Value="1" Selected="True">是</asp:ListItem>
  412. <asp:ListItem Value="0">否</asp:ListItem>
  413. </cc1:RadioButtonList>
  414. </td>
  415. <td class="vtop"></td>
  416. </tr>
  417. <tbody <%=haveMall?"":" style='display:none'"%>>
  418. <tr><td class="item_title" colspan="2">是否启用交易帖或商城服务</td></tr>
  419. <tr>
  420. <td class="vtop rowform">
  421. <cc1:DropDownList ID="EnableMall" runat="server">
  422. <asp:ListItem Value="0" Selected="True">不开启</asp:ListItem>
  423. <asp:ListItem Value="1">启用交易帖</asp:ListItem>
  424. </cc1:DropDownList>
  425. </td>
  426. <td class="vtop"></td>
  427. </tr>
  428. </tbody>
  429. <tr><td class="item_title" colspan="2"><asp:Label ID="EnableAlbumLabel" Text="是否启用相册服务" runat="server"></asp:Label></td></tr>
  430. <tr>
  431. <td class="vtop rowform">
  432. <cc1:RadioButtonList id="EnableAlbum" runat="server" RepeatLayout="flow">
  433. <asp:ListItem Value="1">是</asp:ListItem>
  434. <asp:ListItem Value="0">否</asp:ListItem>
  435. </cc1:RadioButtonList>
  436. </td>
  437. <td class="vtop">论坛关闭时出现的提示信息</td>
  438. </tr>
  439. </table>
  440. </fieldset>
  441. <div class="Navbutton">
  442. <cc1:Button ID="SaveInfo" runat="server" Text="提 交"></cc1:Button>
  443. </div>
  444. <script type="text/javascript">
  445. setStatus(document.getElementById("closed_0").checked);
  446. </script>
  447. </form>
  448. </div>
  449. <%=footer%>
  450. </body>
  451. </html>