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

📄 groups.jspf

📁 java很好的例子
💻 JSPF
字号:
<%-- Groups List --%>

<table class="back-table" border="0" cellspacing="0" cellpadding="1"
       width="100%"><tr><td> 

  <table class="front-table" border="1"
   cellspacing="0" cellpadding="0" width="100%">
    <tr class="header-row">
      <logic:present name="checkboxes">
        <th scope="col" width="5%"><div align="left" class="table-header-text">
          &nbsp;
        </th>
      </logic:present>
      <th scope="col" width="20%"><div align="left" class="table-header-text">
        <bean:message key="users.list.groupname"/>
      </div></th>
      <th scope="col"><div align="left" class="table-header-text">
        <bean:message key="users.list.description"/>
      </div></th>
    </tr>
    <logic:present name="groupsForm">
    <logic:iterate name="groupsForm" property="groups"
                     id="group" type="java.lang.String">
      <tr class="line-row">
        <logic:present name="checkboxes">
          <td scope="row"><div align="center" class="table-normal-text">
            <logic:present name="userForm">
             <label for="groups"></label>
              <html:multibox property="groups" value="<%= group %>" styleId="groups"/>
            </logic:present>
            <logic:notPresent name="userForm">
              <label for="groups"></label>
              <input type="checkbox" name="groups"
                    value="<%= group %>" styleId="groups">
            </logic:notPresent>
          </td>
        </logic:present>
        <td scope="row"><div align="left" class="table-normal-text">&nbsp;
          <html:link page='<%= "/users/setUpGroup.do?objectName=" + 
                               URLEncoder.encode(group) +
                               "&databaseName=" +
                               URLEncoder.encode(request.getParameter("databaseName")) %>'>
            <controls:attribute name="group" attribute="groupname"/>
          </html:link>
        </div></td>
        <td scope="row"><div align="left" class="table-normal-text">&nbsp;
          <controls:attribute name="group" attribute="description"/>
        </div></td>
      </tr>
    </logic:iterate>
    </logic:present>
  </table>

</td></tr></table>

⌨️ 快捷键说明

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