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

📄 adminforummove.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"/> - <bean:message key="jsp.admincenter.title"/></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/adminheader.jsp" %>
</head>
<bean:define id="objForumID" name="forumBean" property="forumID"/>
<%
int forumID=Integer.parseInt(objForumID.toString());
%>
<body bgcolor="#555555" topmargin=5 leftmargin=5>
<table width=95% cellpadding=0 cellspacing=1 border=0 bgcolor=#000000 align=center>
 <tr>
  <td>
  <table width=100% cellpadding=0 cellspacing=1 border=0>
   <tr>
    <td width=28% valign=top bgcolor=#FFFFFF>
    <lybbs:typeLeftTag/>
  </td>
  <td width=70% valign=top bgcolor=#FFFFFF>
   <table width=100% cellpadding=6 cellspacing=0 border=0>
    <form action="bbs_adminForumManager.do" method="post">
    <input type=hidden name="forumID" value="<%=forumID%>">
    <input type=hidden name="checkAction" value="yes">
    <input type=hidden name="action" value="move">
    <input type=hidden name="sessionToken" value="<%=ParameterUtils.getString(request,"sessionToken")%>">
    <tr>
     <td bgcolor=#333333" colspan=2>
      <font color=#FFFFFF><b><bean:message key="jsp.admincenter.forum.title"/></b></font>
     </td>
    </tr>
    <tr>
     <td bgcolor=#EEEEEE colspan=2><bean:message key="common.lybbs.move"/>
     </td>
    </tr>
    <tr>
     <td bgcolor=#FFFFFF width=30%>
      <font color=#333333><b><bean:message key="jsp.search.result.forumname"/>:&nbsp;<bean:write name="forumBean" property="forumName"/></b></font>
     </td>
     <td bgcolor=#FFFFFF><bean:message key="jsp.postings.move.to"/>
       <select name="moveToForum">
<lybbs:typeSearchForumListTag stat="true"/>
       </select>
       <script language=JavaScript>
         setCurrentSelect(document.myform.moveToForum,"<%=forumID%>");
       </script>
    <tr>
     <td bgcolor=#EEEEEE align=center colspan=2>
       <input type=submit name=submit value="<bean:message key="common.lybbs.submit"/>">
     </td>
    </tr>
    </form>
   </table>
   </td>
   </tr>
  </table>
  </td>
 </tr>
</table>
</body>
</html:html>

⌨️ 快捷键说明

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