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

📄 import-export-selection.jsp

📁 openfire 服务器源码下载
💻 JSP
字号:
<%@ page import="org.jivesoftware.openfire.plugin.ImportExportPlugin,                 org.jivesoftware.openfire.XMPPServer"%><html>    <head>        <title>Import/Export Selection</title>        <meta name="pageID" content="import-export-selection"/>    </head>    <body><jsp:useBean id="pageinfo" scope="request" class="org.jivesoftware.admin.AdminPageBean" /><%    ImportExportPlugin plugin = (ImportExportPlugin) XMPPServer.getInstance().getPluginManager().getPlugin("userimportexport");%><p>The import and export functions allow you to read data into and write userdata from your Openfire installation.<ul>    <li><a href="import-user-data.jsp">Import User Data</a></li>    <li><a href="export-user-data.jsp">Export User Data</a></li>    </ul><% if (plugin.isUserProviderReadOnly()) { %>   Note: because you are using a read-only user data store such as LDAP or POP3 you will only be able to import user roster data, not users themselves.   Please see the <a href="../../plugin-admin.jsp?plugin=userimportexport&showReadme=true&decorator=none">readme</a> for details.<% } %></p></body></html>

⌨️ 快捷键说明

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