?? timespan.aspx
字號:
?<%@ Page language="c#" Codebehind="timespan.aspx.cs" AutoEventWireup="false" Inherits="Discuz.ForumPage.Admin.OptionsSet.timespan" %>
<%@ Register TagPrefix="cc1" Namespace="Discuz.Admin.Controls" Assembly="Discuz.Controls" %>
<%@ Register TagPrefix="uc1" TagName="TextareaResize" Src="../UserControls/TextareaResize.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>baseset</title>
<LINK href="../styles/default.css" type="text/css" rel="stylesheet">
<script language="javascript" src="../js/common.js"></script>
</head>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table class="table1" cellspacing="0" cellpadding="4" width="100%" align="center">
<tr>
<td width="50%" class="td1"><b>禁止訪問時間段:</b><br>
<span class="smalltxt">每天該時間段內用戶不能訪問論壇, 請使用 24 小時時段格式, 每個時間段一行, 如需要也可跨越零點, 留空為不限制. 例如:<br>
每日晚 11:25 到次日早 5:05 可設置為: <i>23:25-5:05</i><br>
每日早 9:00 到當日下午 2:30 可設置為: <i>9:00-14:30</i><br>
注意:
格式不正確將可能導致意想不到的問題, 用戶組中如開啟“不受時間段限制”的選項, 則該組可不被任何時間段設置約束. 所有時間段設置均以論壇系統默認時區為準, 不受用戶自定義時區的影響</span></td>
<td class="td1">
<uc1:TextareaResize id="visitbanperiods" runat="server" controlname="visitbanperiods"></uc1:TextareaResize>
</td>
</tr>
<tr>
<td class="td2"><b>禁止發帖時間段:</b><br>
<span class="smalltxt">每天該時間段內用戶不能發帖, 格式和用法同上</span></td>
<td class="td2">
<uc1:TextareaResize id="postbanperiods" runat="server" controlname="postbanperiods"></uc1:TextareaResize>
</td>
</tr>
<tr>
<td class="td1"><b>發帖審核時間段:</b><br>
<span class="smalltxt">每天該時間段內用戶發帖不直接顯示, 需經版主或管理員人工審核才能發表, 格式和用法同上</span></td>
<td class="td1">
<uc1:TextareaResize id="postmodperiods" runat="server" controlname="postmodperiods"></uc1:TextareaResize>
</td>
</tr>
<tr>
<td class="td2"><b>禁止下載附件時間段:</b><br>
<span class="smalltxt">每天該時間段內用戶不能下載附件, 格式和用法同上</span></td>
<td class="td2">
<uc1:TextareaResize id="attachbanperiods" runat="server" controlname="attachbanperiods"></uc1:TextareaResize>
</td>
</tr>
<tr>
<td class="td1"><b>禁止全文搜索時間段:</b><br>
<span class="smalltxt">每天該時間段內用戶不能使用全文搜索, 格式和用法同上</span></td>
<td class="td1"><FONT face="宋體">
<uc1:TextareaResize id="searchbanperiods" runat="server" controlname="searchbanperiods"></uc1:TextareaResize>
</FONT></td>
</tr>
<tr>
<td class="td1"></td>
<td class="td1">
<cc1:Button id="SaveInfo" runat="server" Text=" 提 交 "></cc1:Button></td>
</tr>
</table>
</form>
<%=footer%>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -