⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 postingslocktop.jsp

📁 LyBBS基于Struts1.3/Ajax的架构
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="common/include/taglibs.jsp" %>
<html:html>
<head>
<title><lybbs:web key="forumName"/></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="bookmark" href="favicon.ico" type="image/x-icon">
<%@ include file="common/include/header.jsp" %>
</head>
<%
int forumID=ParameterUtils.getInt(request,"forumID");
int postID=ParameterUtils.getInt(request,"postID");
String sessionToken=ParameterUtils.getString(request,"sessionToken");
%>
<body topmargin=0 leftmargin=0>
<TABLE class=tableCommonStyle cellSpacing=1 cellPadding=3 border=0 align=center>
 <TR>
  <TD height=4 class=bgStyle></TD>
 </TR>
 <TR>
  <TD class=noBgStyle>
    <lybbs:typeAdTag/>
  </TD>
 </TR>
 <TR>
  <TD height=4 class=bgStyle></TD>
 </TR>
 <tr>
  <td class=menuStyle height=22>
    <table width=100% cellpadding=0 cellspacing=0 border=0>
    <tr>
    <td align=left>
      <lybbs:typeUserHeaderTag forumID="<%=forumID%>"/>
    </td>
    <td align=right>
      <lybbs:web key="returnHomeLink"/>
    </td>
    </tr>
    </table>
  </td>
 </tr>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center>
 <tr>
  <td class=navStyle vAlign=center height=25>
    <img src="lybbs/images/forum_nav.gif" width="9" height="9" align="absMiddle"> <a href="bbs_index.do"><lybbs:web key="forumName"/></a> <bean:message key="common.lybbs.arrow"/> <bean:message key="jsp.postings.locktop"/>
  </td>
 </tr>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center >
    <form action="bbs_postings.do" method="post">
    <input type=hidden name="action" value="locktop">
    <input type=hidden name="postID" value="<%=postID%>">
    <input type=hidden name="forumID" value="<%=forumID%>">
    <input type=hidden name="sessionToken" value="<%=sessionToken%>">
    <tr>
     <td class=catStyle valign=middle align=center colspan=2><b><bean:message key="jsp.postings.locktop"/></b></td>
    </tr>
    <tr>
     <td class=forumColorOne width=30%><b><bean:message key="jsp.postings.locktop.select"/>:</b></td>
     <td class=forumColorTwo>
       <select name=lockTopBoard>
        <option value="1" selected><bean:message key="jsp.postings.locktop.onlyself"/></option>
        <option value="2"><bean:message key="jsp.postings.locktop.catalog"/></option>
        <logic:greaterThan name="userBean" property="userMode" value="5" scope="session">
        <option value="3"><bean:message key="jsp.search.forum.all"/></option>
        </logic:greaterThan>
       </select>
     </td>
    </tr>
    <tr>
     <td class=forumColorTwo colspan=2 align=center>
       <input type=submit value="<bean:message key="common.lybbs.submit"/>">
     </td>
    </tr>
    </form>
</table>
<lybbs:web key="foot"/>
</body>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -