Index: lams_common/lib/jakarta-commons/commons-beanutils.jar =================================================================== RCS file: /usr/local/cvsroot/lams_common/lib/jakarta-commons/Attic/commons-beanutils.jar,v diff -u Binary files differ Index: lams_common/web/admin/userContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_common/web/admin/Attic/userContent.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/web/admin/userContent.jsp 20 Jan 2005 06:09:13 -0000 1.1 @@ -0,0 +1,226 @@ +<%@ page contentType="text/html; charset=iso-8859-1" language="java" %> +<%@ page import="javax.servlet.jsp.JspWriter" %> +<%@ page import="javax.servlet.http.HttpServletRequest" %> +<%@ page import="org.springframework.web.context.support.WebApplicationContextUtils" %> +<%@ page import="org.springframework.web.context.WebApplicationContext" %> +<%@ page import="com.lamsinternational.lams.usermanagement.service.UserManagementService" %> +<%@ page import="com.lamsinternational.lams.usermanagement.UserOrganisation" %> +<%@ page import="com.lamsinternational.lams.usermanagement.Organisation" %> +<%@ page import="com.lamsinternational.lams.usermanagement.Role" %> +<%@ page import="com.lamsinternational.lams.usermanagement.User" %> +<%@ taglib uri="/WEB-INF/jstl/c.tld" prefix="c" %> +<%@ 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/struts-template.tld" prefix="template" %> + + + + + + +
+ User edit +

+ Required fields are marked with an asterisk.
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Membership:
+ <%=memberItem.getOrganisation().getName()%>
+ <%=memberItem.getOrganisation().getDescription()%> +
+ Adding to organisation: + + + + +
+ + + Username (Login name): + + + * + + + + + +
+ Authentication Method: + + + * + + + + + + + + + +
Title: + +
First Name: + +
Last Name: + +
Password:
+ Only enter a password if you are creating a new user or wish to change a current password. +
Password: + +
Confirm Password: + +
Details:
+ Email: + + +
Address Line 1: + +
Address Line 2: + +
Address Line 3: + +
City: + +
State: + +
Country: + +
Day Phone: + +
Evening Phone: + +
Mobile Phone: + +
Fax: + +
Roles: + + + + + + +
  +
+

+ Save   + Cancel +

+
+