root/trunk/calendar3/webadmin/war/docs/admingroup/chooseAdminGroup.jsp

Revision 28 (checked in by johnsa, 7 years ago)

cleaned out url generation from within parts of adminGroup section; will generate these in stylesheet.

Line 
1 <%@ taglib uri='struts-bean' prefix='bean' %>
2 <%@ taglib uri='struts-logic' prefix='logic' %>
3 <%@ taglib uri='struts-html' prefix='html' %>
4 <%@ taglib uri='struts-genurl' prefix='genurl' %>
5 <html:xhtml/>
6
7 <%@include file="/docs/header.jsp"%>
8
9 <page>chooseGroup</page>
10
11 <%
12   String rpitemp;
13 %>
14
15 <groups>
16   <logic:iterate id="adminGroup" name="peForm" property="userAdminGroups" >
17     <group>
18       <name><bean:write name="adminGroup" property="account" /></name>
19       <desc><bean:write name="adminGroup" property="description" /></desc>
20     </group>
21   </logic:iterate>
22 </groups>
23
24 <%@include file="/docs/footer.jsp"%>
Note: See TracBrowser for help on using the browser.