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

📄 ugboardpermissionlist.jsp

📁 一个jsp写的bbs
💻 JSP
字号:
<%@page contentType="text/html; charset=UTF-8"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@taglib uri="/WEB-INF/bbscs.tld" prefix="bbscs"%>
<html:xhtml/>
<html:form action="/adminBoardUg">
<html:hidden property="action"/>
<html:hidden property="bid" styleId="bid"/>
<html:hidden property="gid" styleId="gid"/>
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="table6">
  <tr>
    <td colspan="2">
      <strong>
        权限配置
        [<bean:write name="board" property="boardName" scope="request"/>]
        [<bean:write name="ug" property="groupName" scope="request"/>]
      </strong>
    </td>
  </tr>
  <logic:iterate id="permission" name="plist" scope="request" type="com.laoer.bbscs.bean.Permission">
    <tr>
      <td width="5%">
        <bbscs:checkbox property="permissions" valueName="permission" valueProperty="id" collection="permissionValues">
        </bbscs:checkbox>
      </td>
      <td width="95%">
        <bean:write name="permission" property="permissionName"/>
        <em>(<bean:write name="permission" property="id"/>)</em>
      </td>
    </tr>
  </logic:iterate>
  <tr>
    <td colspan="2">
      <html:button property="savePermissions" styleClass="button1" onclick="boardPermissionSave();">保存</html:button>
      <html:button property="closeBmPage" styleClass="button1" onclick="cloesBoardMasterPage();">关闭</html:button>
    </td>
  </tr>
</table>
</html:form>

⌨️ 快捷键说明

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