📄 help.jsp
字号:
<%@ page contentType="text/html;charset=utf-8" %>
<%@ page errorPage="fatalerror.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%@ include file="inc_common.jsp"%>
<html >
<head>
<title>fiyuForum - 说明</title>
<%@ include file="/fiyuplugin/fiyuforum/meta.jsp"%>
</head>
<link href="<%=contextPath%>/fiyuplugin/fiyuforum/css/style.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">
<%@ include file="header.jsp"%>
<br/>
<table width="95%" align="center">
<tr class="nav">
<td><img src="<%=contextPath%>/fiyuplugin/fiyuforum/images/nav.gif"></td>
<td width="100%" nowrap> <a class="nav" href="index"><%=fiyuForumConfig.getWebName()%></a> »
说明 </td>
</tr>
</table>
<br/>
<table class="tborder" width="95%" cellspacing="1" cellpadding="3" align="center">
<tr class="theader">
<td align="center" colspan="2">在线帮助</td>
</tr>
<tr class="trow1">
<td colspan="2"> 如果您首次来到或者(使用)我们的论坛,有什么不明白的地方;或者对现有系统有什么好的建议和意见,这个文档会告诉你该怎么做!</td>
</tr>
<tr class="trow2">
<td width="40px">
<img src="<%=contextPath%>/fiyuplugin/fiyuforum/images/nav.gif">
</td>
<td width="100%"> <a class="nav" href="docs">在线帮助</a></td>
</tr>
</table>
<br/>
<table class="tborder" width="95%" cellspacing="1" cellpadding="3" align="center">
<tr class="theader">
<td align="center" colspan="2">常见的问题和解答</td>
</tr>
<tr class="trow1">
<td colspan="2"> 如果您还对论坛不甚了解,并且在线帮助也不能帮您解决问题,那么请查看这个帮助文档,看看是否有人已经提出了您想要问的问题,并获得解答!这些问题都是,现在的这些问题是一般论坛上比较常见的问题。而且这个文档也会根据论坛上提出来的问题不断的丰富!</td>
</tr>
<tr class="trow2">
<td width="40px"> <img src="<%=contextPath%>/fiyuplugin/fiyuforum/images/nav.gif">
</td>
<td width="100%"> <a class="nav" href="faq">常见问题</a></td>
</tr>
</table>
<br/>
<%@ include file="footer.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -