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

📄 mergeforumssuccess.jsp

📁 jive3论坛开源 最新 有版主功能 jive3论坛开源 最新 有版主功能 jive3论坛开源 最新 有版主功能
💻 JSP
字号:
<%/** *    $RCSfile: mergeForumsSuccess.jsp,v $ *    $Revision: 1.1 $ *    $Date: 2003/02/24 03:57:22 $ */%><%@ page import="java.util.*,                 java.text.*,                 com.jivesoftware.util.*,                 com.jivesoftware.forum.*,                 com.jivesoftware.forum.database.*,                 com.jivesoftware.forum.util.*"    errorPage="error.jsp"%><%@ include file="global.jsp" %><%  // Get parameters    long forumID = ParamUtils.getLongParameter(request,"forum",-1L);    // Load forums    Forum forum = forumFactory.getForum(forumID);%><%  // Put the forum in the session (is needed by the sidebar)    session.setAttribute("admin.sidebar.forums.currentForumID", ""+forumID);    // special onload command to load the sidebar    onload = " onload=\"parent.frames['sidebar'].location.href='sidebar.jsp?sidebar=forum';\"";%><%@ include file="header.jsp" %><%  // Title of this page and breadcrumbs    String title = "Merge Forum Data - Success";    String[][] breadcrumbs = {        {"Main", "main.jsp"},        {title, "mergeForumsSuccess.jsp?forum="+forumID}    };%><%@ include file="title.jsp" %><p>You have successfully merged data into the forum "<b><%= forum.getName() %></b>". Use thelinks to the left to edit the forum or go back to the main list of categories and forums.</p><%@ include file="footer.jsp" %>

⌨️ 快捷键说明

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