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

📄 searchindex_sources.jsp

📁 找了很久才找到到源代码
💻 JSP
字号:
<%@ page import="
	org.opencms.workplace.tools.searchindex.*,
	org.opencms.workplace.CmsWidgetDialog,
	org.opencms.workplace.list.*
"%><%     
	// initialize index view
    CmsWidgetDialog wp = new CmsOverviewSearchIndexDialog(pageContext, request, response);
	// perform the widget actions
	wp.displayDialog(true);
	if (wp.isForwarded()) {
		return;
	}
	// initialize list dialogs
	A_CmsListDialog wpAddSource = new CmsSearchIndexSourceAddList(pageContext, request, response);
	A_CmsListDialog wpRemoveSource = new CmsSearchIndexSourceRemoveList(pageContext, request, response);
	// the double-list
        CmsTwoListsDialogsWOStart wpTwoLists = new CmsTwoListsDialogsWOStart(wpRemoveSource, wpAddSource);
	// perform the active list actions
	wpTwoLists.displayDialog(true);
	// write the content of widget dialog
	wp.writeDialog();
	// write the content of list dialogs
	wpTwoLists.writeDialog();   
%>

⌨️ 快捷键说明

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