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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" Inherits="Discuz.Web.Admin.forumbatchset" Codebehind="forum_forumbatchset.aspx.cs" %>
  2. <%@ Register TagPrefix="uc1" TagName="ForumsTree" Src="../UserControls/forumstree.ascx" %>
  3. <%@ Register TagPrefix="cc2" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  4. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html>
  7. <head>
  8. <title>forumbatchset</title>
  9. <script type="text/javascript" src="../js/common.js"></script>
  10. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />        
  11. <link href="../styles/modelpopup.css" type="text/css" rel="stylesheet" />
  12. <script type="text/javascript" src="../js/modalpopup.js"></script>
  13. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  14. </head>
  15. <body>
  16. <div class="ManagerForm">
  17. <form id="Form1" method="post" runat="server">
  18. <table width="100%">
  19. <tr>
  20. <td class="vtop" colspan="2">
  21. <div style="OVERFLOW: auto;HEIGHT:95%">
  22. <uc1:ForumsTree id="Forumtree1" runat="server"  PageName="forumbatchset"  WithCheckBox="true"></uc1:ForumsTree>
  23. </div>
  24. </td>
  25. </tr>
  26. <tr><td class="item_title" colspan="2"><b>源论坛:</b> <%=forumInfo.Name%></td></tr>
  27. <tr>
  28. <td class="vtop" colspan="2">
  29. <input onclick="CheckByName(this.form,'set','setting:')" type="checkbox" name="chkall" id="chkall" />选择复制所有设置/取消
  30. </td>
  31. </tr>
  32. <tr><td class="item_title" colspan="2"><input id="setpassword" type="checkbox" checked value="1" name="setpassword" runat="server" />访问本论坛的密码</td></tr>
  33. <tr>
  34. <td class="vtop rowform">
  35. <cc1:TextBox ID="password" runat="server" RequiredFieldType="暂无校验" Width="150px" />
  36. </td>
  37. <td class="vtop">留空为不需密码</td>
  38. </tr>
  39. <tr><td class="item_title" colspan="2"> <input id="setattachextensions" type="checkbox" checked value="1" name="setattachextensions" runat="server" />论坛上传附件类型</td></tr>
  40. <tr>
  41. <td class="vtop rowform">
  42.  <cc1:checkboxlist id="attachextensions" runat="server" RepeatColumns="3"></cc1:checkboxlist>
  43. </td>
  44. <td class="vtop">允许在本论坛上传的附件类型,留空为使用用户组及系统默认设置</td>
  45. </tr>
  46. <tr><td class="item_title" colspan="2"></td></tr>
  47. <tr>
  48. <td class="vtop"  colspan="2">
  49.  <input id="setpostcredits" type="checkbox" checked value="1" name="settopicscore" runat="server" />应用发主题积分策略
  50. </td>
  51. </tr>
  52. <tr><td class="item_title" colspan="2"></td></tr>
  53. <tr>
  54. <td class="vtop"  colspan="2">
  55. <input id="setreplycredits" type="checkbox" checked value="1" name="setpostscore" runat="server" />应用发回复积分策略
  56. </td>
  57. </tr>
  58. <tr><td class="item_title" colspan="2"><input id="setsetting" type="checkbox" checked value="1" name="setsetting" runat="server" />设置</td></tr>
  59. <tr>
  60. <td class="vtop"  colspan="2">
  61. <cc2:CheckBoxList id="setting" runat="server" RepeatColumns="4" >
  62. <asp:ListItem Value="allowsmilies">允许使用表情符</asp:ListItem>
  63. <asp:ListItem Value="allowrss">允许RSS</asp:ListItem>
  64. <asp:ListItem Value="allowbbcode">允许Discuz!NT代码</asp:ListItem>
  65. <asp:ListItem Value="allowimgcode">允许[img]代码</asp:ListItem>
  66. <asp:ListItem Value="recyclebin">打开回收站</asp:ListItem>
  67. <asp:ListItem Value="modnewposts">发帖需要审核</asp:ListItem>
  68. <asp:ListItem Value="jammer">帖子中添加干扰码</asp:ListItem>
  69. <asp:ListItem Value="disablewatermark">禁止附件自动水印</asp:ListItem>
  70. <asp:ListItem Value="inheritedmod">继承上级论坛或分类的版主设定</asp:ListItem>
  71. <asp:ListItem Value="allowthumbnail">主题列表中显示缩略图</asp:ListItem>
  72. <asp:ListItem Value="allowtags">允许标签</asp:ListItem>         
  73. <asp:ListItem Value="allowpostpoll">允许发投票</asp:ListItem>
  74. <asp:ListItem Value="allowdebate">允许辩论</asp:ListItem>
  75. <asp:ListItem Value="allowbonus">允许悬赏</asp:ListItem>
  76. <asp:ListItem Value="alloweditrules">允许版主编辑版规</asp:ListItem>         
  77. </cc2:CheckBoxList>
  78. </td>
  79. </tr>
  80. <tr><td class="item_title" colspan="2"><input id="setviewperm" type="checkbox" checked value="1" name="setviewperm" runat="server" />浏览权限设定</td></tr>
  81. <tr>
  82. <td class="vtop rowform">
  83. <cc1:checkboxlist id="viewperm" runat="server" RepeatColumns="4" ></cc1:checkboxlist>
  84. </td>
  85. <td class="vtop"></td>
  86. </tr>
  87. <tr><td class="item_title" colspan="2"><input id="setpostperm" type="checkbox" checked value="1" name="setpostperm" runat="server" />发主题权限设定</td></tr>
  88. <tr>
  89. <td class="vtop rowform">
  90. <cc1:checkboxlist id="postperm" runat="server" RepeatColumns="4" ></cc1:checkboxlist>
  91. </td>
  92. <td class="vtop"></td>
  93. </tr>
  94. <tr><td class="item_title" colspan="2"><input id="setreplyperm" type="checkbox" checked value="1" name="setreplyperm" runat="server" />发回复权限设定</td></tr>
  95. <tr>
  96. <td class="vtop rowform">
  97. <cc1:checkboxlist id="replyperm" runat="server" RepeatColumns="4" ></cc1:checkboxlist>
  98. </td>
  99. <td class="vtop"></td>
  100. </tr>
  101. <tr><td class="item_title" colspan="2"><input id="setgetattachperm" type="checkbox" checked value="1" name="setgetattachperm" runat="server" />下载附件权限设定</td></tr>
  102. <tr>
  103. <td class="vtop rowform">
  104. <cc1:checkboxlist id="getattachperm" runat="server" RepeatColumns="4" ></cc1:checkboxlist>
  105. </td>
  106. <td class="vtop"></td>
  107. </tr>
  108. <tr><td class="item_title" colspan="2"><input id="setpostattachperm" type="checkbox" checked value="1" name="setpostattachperm" runat="server" />上传附件权限设定</td></tr>
  109. <tr>
  110. <td class="vtop rowform">
  111. <cc1:checkboxlist id="postattachperm" runat="server" RepeatColumns="4" ></cc1:checkboxlist>
  112. </td>
  113. <td class="vtop"></td>
  114. </tr>
  115. </table>
  116. <cc1:Hint id="Hint1" runat="server" HintImageUrl="../images"></cc1:Hint>
  117. <div class="Navbutton">
  118. <cc1:Button id="SubmitBatchSet" runat="server" ButtontypeMode="WithImage" Text=" 提 交 " XpBGImgFilePath="../images/"
  119. ApplyDefaultStyle="false" ButtonImgUrl="../images/ok.gif"></cc1:Button>
  120. </div>
  121. </form>
  122. </div>
  123. <%=footer%>
  124. </body>
  125. </html>