📄 help2.asp
字号:
<%@ LANGUAGE = VBScript.Encode %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<SCRIPT language=javascript>
function popwin1(path)
{ window.open(path,"","height=450,width=600,resizable=yes,scrollbars=yes,status=no,toolbar=yes,menubar=no,location=no");
}
</SCRIPT>
<SCRIPT language=javascript>
function popwin3(path)
{ window.open(path,"","height=350,width=600,resizable=yes,scrollbars=yes,status=no,toolbar=yes,menubar=no,location=no");
}
</SCRIPT>
<title>留言簿功能设定帮助</title>
<link rel="stylesheet" href="../jgwy.css" type="text/css">
</head>
<body leftmargin="5" topmargin="5" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="1" cellpadding="4" bgcolor="#000000">
<tr bgcolor="#e3e3e3">
<td colspan="2" class="sitefont_big">留言簿功能设定帮助</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="37%" class="sitefont_small" bgcolor="#ffffff" height="25">
<div align="right">发表/删除留言公告</div>
</td>
<td width="67%" class="sitefont_small" height="25">留言簿公告、显示在留言簿最上页。输入"#"字符将会删除公告。</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="37%" class="sitefont_small" bgcolor="#ffffff" height="27">
<div align="right">是否禁止留言功能</div>
</td>
<td width="67%" class="sitefont_small" height="27">禁止留言簿的发表留言功能。如选"是"则留言簿将不接受留言。</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="37%" class="sitefont_small" bgcolor="#ffffff" height="26">
<div align="right">是否支持UBB及表情图标</div>
</td>
<td width="67%" class="sitefont_small" height="26"><a href="javascript:popwin1('../helpubb.htm')">UBB说明</a>及<a href="javascript:popwin3('../icon.htm')">表情图标</a>。如选取"否"则不支持UBB及表情图标。</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="37%" class="sitefont_small" bgcolor="#ffffff" height="28">
<div align="right">是否允许用邮件通知站长回复</div>
</td>
<td width="67%" class="sitefont_small" height="28">当站长回复了留言后,是否用邮件通知留言人。如选取"是"则通知。</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="37%" class="sitefont_small" bgcolor="#ffffff" height="28">
<div align="right">是否允许将留言发送到站长信箱</div>
</td>
<td width="67%" class="sitefont_small" height="28">直接将留言发送到站长的信箱中。如选取"否"则不能将留言发送到站长信箱。</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="37%" class="sitefont_small" bgcolor="#ffffff" height="24">
<div align="right">每页显示留言条数</div>
</td>
<td width="67%" class="sitefont_small" height="24">每页显示留言的记录数。</td>
</tr>
<tr bgcolor="#e3e3e3">
<td colspan="2" class="sitefont_small">
<div align="right"><a href="javascript:self.close()">[关闭]</a></div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -