📄 read.jsp
字号:
</logic:equal>
<!--[转贴]-->
</logic:notEqual>
[<a href="javascript:;" onclick="mailSendTopic('<%=boardid%>','<%=f.getId()%>');"><bean:message key="post.mailsend.title"/></a>]
[<a href="javascript:;" onclick="reportTopic('<%=boardid%>','<%=f.getId()%>');"><bean:message key="post.report.title"/></a>]
</div>
<div id="postOpt<%=f.getId()%>" class="summary1" style="display:none"></div>
<div id="noteSend<%=f.getId()%>" class="summary1" style="display:none">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<form action="note.bbscs" name="noteSendForm<%=f.getId()%>">
<tr>
<td width="20%">接收人用户名:</td>
<td width="80%"><input name="toUserName" type="text" value="<%=f.getUserName()%>" readonly="readonly" class="input2" size="40" /></td>
</tr>
<tr>
<td width="20%">标题:</td>
<td width="80%"><input name="noteTitle" type="text" class="input2" size="40" /></td>
</tr>
<tr>
<td valign="top">内容:</td>
<td><textarea name="noteContext" cols="40" rows="5" class="textarea1"></textarea></td>
</tr>
<tr>
<td>需要回执:</td>
<td><input type="checkbox" name="needRe" value="1" />
是,需要在对方接收到本条消息时发出回执</td>
</tr>
<tr>
<td> </td>
<td>
<input name="Submit2" type="button" class="button1" onclick="noteAdd('<%=f.getId()%>');" value="回复" />
<input type="button" name="closeSendInButton" class="button1" onclick="closeNoteSend('<%=f.getId()%>');" value="关闭"/>
</td>
</tr>
</form>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" height="1" border="0">
<tr>
<td></td>
</tr>
</table>
</div>
</logic:iterate>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td class="bgColor4">
<div align="right">
[分页: <bbscs:pages name="pagesObj" argPage="inpages" argTotal="topicTotal"/>]
<logic:equal value="topic" name="readForm" property="action">
[<bbscs:topic type="own"/>]
</logic:equal>
<logic:equal value="own" name="readForm" property="action">
[<bbscs:topic type="topic"/>]
</logic:equal>
[<bbscs:topic type="returnforum"/>]
</div>
</td>
</tr>
</table>
<table width="100%" height="1" border="0">
<tr>
<td></td>
</tr>
</table>
<logic:notEqual value="own" name="readForm" property="action">
<logic:equal value="index" name="readForm" property="fcaction">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<html:form action="/post" method="post" enctype="multipart/form-data">
<html:hidden property="action"/>
<html:hidden property="bid"/>
<html:hidden property="parentID"/>
<html:hidden property="editType"/>
<html:hidden property="mainID"/>
<html:hidden property="totalnum"/>
<!--<html:hidden property="page"/>-->
<html:hidden property="sign"/>
<html:hidden property="fcpage"/>
<tr>
<td class="bgColor5">
<table width="100%" border="0" cellpadding="4" cellspacing="1">
<tr>
<td colspan="2" class="bgColor3">
<div align="center" class="font1">快速回复</div>
</td>
</tr>
<tr>
<td width="21%" class="bgColor2">文章标题</td>
<td width="79%" class="bgColor2">
<html:text property="title" styleId="title" styleClass="input2" size="80" maxlength="60"></html:text>
</td>
</tr>
<tr>
<td class="bgColor4">
<span class="bgColor2">文章内容</span>
</td>
<td class="bgColor4">
<logic:equal value="0" name="postForm" property="editType">
<html:textarea property="detail" cols="80" rows="10" styleClass="textarea1"></html:textarea>
</logic:equal>
<logic:equal value="1" name="postForm" property="editType">
<FCK:editor id="detail" basePath="" startupFocus="false" toolbarSet="Basic" width="100%" height="300">
</FCK:editor>
</logic:equal>
<logic:equal value="2" name="postForm" property="editType">
<FCK:editor id="detail" basePath="" startupFocus="false" toolbarSet="Bbscs" width="100%" height="300">
</FCK:editor>
</logic:equal>
</td>
</tr>
<tr>
<td colspan="2" class="bgColor2">
<span class="p1 font4">
<bean:message key="post.postnotice1"/>
</span>
</td>
</tr>
<tr>
<td colspan="2" class="bgColor4">
<div align="center">
<input name="Submit" type="submit" class="button2" value="提交"/>
</div>
</td>
</tr>
</table>
</td>
</tr>
</html:form>
</table>
</logic:equal>
</logic:notEqual>
</td>
<td width="17%" valign="top" class="bgColor4">
<table width="100%" border="0" cellpadding="4" cellspacing="0" class="table7">
<tr>
<td class="bgColor3">
<div align="center" class="font1">社区搜索</div>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<html:form action="/search">
<tr>
<td>
<div align="center">
<input name="query" type="text" class="input2" size="8"/>
<input name="Submit2" type="submit" class="button1" value="提交"/>
</div>
</td>
</tr>
</html:form>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="0" class="table7">
<tr>
<td class="bgColor3">
<div align="center" class="font1">推荐主题</div>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td><bbscs:topic type="commend"/></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td>
<div align="center"> </div>
</td>
</tr>
<tr>
<td>
<div align="center">
<bbscs:webinfo type="pagefoot"/>
</div>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -