Index: lams_common/web/admin/userContent.jsp =================================================================== diff -u --- lams_common/web/admin/userContent.jsp (revision 0) +++ lams_common/web/admin/userContent.jsp (revision e4d1187c5ef8d87947258cc5e14709a11aaa9079) @@ -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 +

+
+