📄 quickreply.jsp
字号:
<form action="post.jsp?action=reply&forumID=<%=forumID%>&topic=<%=topic%>" method=post name="submitok" onkeydown="if(event.keyCode==13 && event.ctrlKey) submitok.submit()" enctype="multipart/form-data">
<input type=hidden name=action2 value="post">
<input type=hidden name=go value="发 表">
<table cellPadding=5 cellSpacing=1 width=<%=tablewidth%> bgcolor=<%=tablebordercolor%> align=center>
<tr>
<td bgcolor=<%=titlecolor%> width=178><font color=<%=titlefontcolor%>><b>快速回复主题:</b></font></td>
<td bgcolor=<%=titlecolor%> colspan="2" width=*> <font color=<%=titlefontcolor%>><%=postTitle%></font></td>
</tr>
<%
if(cookieMode.equals("0")) {
%>
<tr>
<td bgcolor=<%=miscbackone%>><font color=<%=fontcolormisc%>><b>输入用户名和密码:</b></font></td>
<td bgcolor=<%=miscbackone%>>
<font color=<%=fontcolormisc%>><b>用户名</b>: <input type=text name="username" value="<%=cookieName%>">
<b>密码:</b> <input type=password name="password">
</font>
</td>
</tr>
<%
}
if(allowAttachment.equals("1")) {
%>
<tr>
<td bgcolor=<%=miscbackone%>><b>上传附件或图片</b> (最大容量 <B><%=maxUpload%></B>KB)</td>
<td bgcolor=<%=miscbackone%>>
<input type="file" size=35 name="addme">
宽:<input type=text size=4 value=0 name=imgWidth maxLength=4>
高:<input type=text size=4 value=0 name=imgHeight maxLength=4>
<select>
<option value=#>支持类型:</option>
<option value=#>----------</option>
<%
if(!allowUploadFileExt.equals("")) {
String[] allowUploadFileExtArray=allowUploadFileExt.split(",");
for(int i=0;i<allowUploadFileExtArray.length;i++)
out.println("<option>"+allowUploadFileExtArray[i]+"</option>");
}
%>
</select>
</td>
</tr>
<%
}
%>
<tr>
<td bgcolor=<%=miscbacktwo%> valign=top width=178>
<font color=<%=fontcolormisc%>>
<li>HTML 标签: <b><%if(htmlStat.equals("1")) out.print("可用");else out.print("不可用");%></b>
<li><a href="javascript:openScript('misc.jsp?action=lycode',800,600)">LyBBS 标签</a>: <b><%if(lyCodeStat.equals("1")) out.print("可用");else out.print("不可用");%></b>
<li>贴图标签 : <b><%if(arrawPostPic.equals("1")) out.print("允许");else out.print("禁止");%></b>
<li>字体标签 : <b><%if(arrawPostFontSize.equals("1")) out.print("允许");else out.print("禁止");%></b>
<li>Flash标签 : <b><%if(arrawPostFlash.equals("1")) out.print("允许");else out.print("禁止");%></b>
<li>Media标签 : <b><%if(arrawPostMedia.equals("1")) out.print("允许");else out.print("禁止");%></b>
<li>背景音乐 : <b><%if(arrawPostSound.equals("1")) out.print("允许");else out.print("禁止");%></b>
<li><a href="javascript:openScript('misc.jsp?action=showsmilies',800,600)">表情符转换</a>: <b><%if(emotIcons.equals("1")) out.print("允许");else out.print("不允许");%></b><br>
<input type=checkbox name="autoFilter" value="1">自动替换文本中的合法URL?<br>
</font>
</td>
<td bgcolor=<%=miscbacktwo%> colspan="2" width=*>
<textarea cols=80 name=postContent rows=8 title="可以使用Ctrl+Enter直接提交帖子"></textarea><br>
<INPUT type=submit value="发 表">
<INPUT name=clear type=reset value="清 除">
</td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -