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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" Inherits="Discuz.Web.Admin.timespan" Codebehind="global_timespan.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. <script type="text/javascript" src="../js/common.js"></script>
  9. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />        
  10.     <link href="../styles/modelpopup.css" type="text/css" rel="stylesheet" />
  11. <script type="text/javascript" src="../js/modalpopup.js"></script>
  12. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  13. </head>
  14. <body>
  15. <div class="ManagerForm">
  16. <form id="Form1" method="post" runat="server">
  17. <fieldset>
  18. <legend style="background:url(../images/icons/icon2.jpg) no-repeat 6px 50%;">时间段设置</legend>
  19. <table width="100%">
  20. <tr><td class="item_title" colspan="2">禁止访问时间段</td></tr>
  21. <tr>
  22. <td class="vtop rowform">
  23. <uc1:TextareaResize id="visitbanperiods" runat="server" HintShowType="down" cols="35" controlname="visitbanperiods" HintHeight="0"></uc1:TextareaResize>
  24. </td>
  25. <td class="vtop">每天该时间段内用户不能访问论坛, 请使用 24 小时时段格式, 每个时间段一行, 如需要也可跨越零点, 留空为不限制. 例如:每日晚 11:25 到次日早 5:05 可设置为: 23:25-5:05, 每日早 9:00 到当日下午 2:30 可设置为: 9:00-14:30.注意: 格式不正确将可能导致意想不到的问题. 所有时间段设置均以论坛系统默认时区为准, 不受用户自定义时区的影响</td>
  26. </tr>
  27. <tr><td class="item_title" colspan="2">发帖审核时间段</td></tr>
  28. <tr>
  29. <td class="vtop rowform">
  30. <uc1:TextareaResize id="postmodperiods" runat="server" cols="35"  controlname="postmodperiods"></uc1:TextareaResize>
  31. </td>
  32. <td class="vtop">每天该时间段内用户发帖不直接显示, 需经版主或管理员人工审核才能发表, 格式和用法同上</td>
  33. </tr>
  34. <tr><td class="item_title" colspan="2">禁止全文搜索时间段</td></tr>
  35. <tr>
  36. <td class="vtop rowform">
  37. <uc1:TextareaResize id="searchbanperiods" runat="server"  cols="35" controlname="searchbanperiods"></uc1:TextareaResize>
  38. </td>
  39. <td class="vtop">每天该时间段内用户不能使用全文搜索, 格式和用法同上</td>
  40. </tr>
  41. <tr><td class="item_title" colspan="2">禁止发帖时间段</td></tr>
  42. <tr>
  43. <td class="vtop rowform">
  44.  <uc1:TextareaResize id="postbanperiods" runat="server"  cols="35" controlname="postbanperiods"></uc1:TextareaResize>
  45. </td>
  46. <td class="vtop">每天该时间段内用户不能发帖, 格式和用法同上</td>
  47. </tr>
  48. <tr><td class="item_title" colspan="2">禁止下载附件时间段:</td></tr>
  49. <tr>
  50. <td class="vtop rowform">
  51.   <uc1:TextareaResize id="attachbanperiods" runat="server"  cols="35" controlname="attachbanperiods"></uc1:TextareaResize>
  52. </td>
  53. <td class="vtop">每天该时间段内用户不能下载附件, 格式和用法同上</td>
  54. </tr>
  55. </table>
  56. <cc1:Hint id="Hint1" runat="server" HintImageUrl="../images"></cc1:Hint>
  57. <div class="Navbutton">
  58. <cc1:Button id="SaveInfo" runat="server" Text=" 提 交 "></cc1:Button>
  59. </div>
  60. </fieldset>
  61. </form>
  62. </div>
  63. <%=footer%>
  64. </body>
  65. </html>