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

📄 group_members_tool.jsp

📁 java 写的一个新闻发布系统
💻 JSP
字号:
<%@page language = "java" %><%@page import = "java.util.*"%><%@page import="org.jahia.bin.*"%><%@page import = "org.jahia.services.pages.*"%><%@taglib uri="JahiaLib" prefix="jahia" %><jsp:useBean id="groupMessage" class="java.lang.String" scope="session"/><%    String userSearch = (String)request.getAttribute("userSearch");%><script language="javascript" src="<%=request.getContextPath()%>/jsp/jahia/javascript/selectbox.js"></script><script language="javascript">    window.onunload = closeEngineWin;</script><script language="javascript">function handleKey(e){    pasteSelection();}function handleKeyCode(code){}function submitForm(action){    document.mainForm.action = "<%=JahiaAdministration.composeActionURL(request,response,"groups","&sub=groupmembers&subaction=")%>" + action;    document.mainForm.method = "post";    document.mainForm.submit();}function pasteSelection(){    if (window.opener.closed) {        //alert('ACL entries closed');    } else {        for (i = 0; i < document.mainForm.selectedUsers.length; i++) {            if ((document.mainForm.selectedUsers.options[i].selected) &&                (document.mainForm.selectedUsers.options[i].value != "null")) {                window.opener.addOptions(document.mainForm.selectedUsers.options[i].text,                                         document.mainForm.selectedUsers.options[i].value);                document.mainForm.selectedUsers.options[i].selected = false;            }        }        window.opener.addOptionsBalance();    }}function pasteSelectionClose(){    pasteSelection();    window.close();}</script><!-- Adiministration page position --><table class="text" border="0" width="90%">    <tr>        <td align="right"><b>::&nbsp;&nbsp;Group Members Addition&nbsp;&nbsp;::</b></td>    </tr></table><!-- --><!-- Title --><table class="text" width="95%" align="center" border="0">    <tr>        <td><b>Add new members to the group</b></td>    </tr></table><!-- --><!-- <hr> --><table width="95%" height="2" border="0" cellspacing="0" cellpadding="0" align="center">    <tr>        <td background="<%=request.getContextPath()%><jahia:engineResourceBundle resourceName="hrImg" />"></td>    </tr></table><!-- --><!-- Display group futures members --><table class="text" border="0" align="center" width="95%">    <tr>        <td align="right">            <jsp:include page="<%= userSearch%>" flush="true"/>        </td>        <td valign="top">            <br><br><br>            <jahia:jahiaButton img="select_all"                href="javascript:selectAllOptionsSelectBox(document.mainForm.selectedUsers);"                alt="Select all candidates" />            <br>            <jahia:jahiaButton img="invert_selection"                href="javascript:invertSelectionSelectBox(document.mainForm.selectedUsers);"                alt="Invert candidates selection" />        </td>    </tr></table><br><table class="text" border="0" width="95%">    <tr>        <td align="center" >            <jahia:jahiaButton img="ok"                href="javascript:pasteSelectionClose()"                alt="Paste the above selection to the group edition window and close this window" />            <jahia:jahiaButton img="add"                href="javascript:pasteSelection();"                alt="Paste the above selection to the group edition window without closing this window" />            <jahia:jahiaButton img="cancel"                href="javascript:window.close();"                alt="Close this windows without pasting the above selection to the right management window" />        </td>    </tr></table><!-- Message displaying zone --><table class="text" border="0" width="80%">    <tr>        <td colspan="4" align="left" class="text2">            <%= groupMessage%>        </td>    </tr></table><!--  -->

⌨️ 快捷键说明

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