<% # # Copyright (C) 2001, 2002 MIT # # This file is part of dotLRN. # # dotLRN is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more # details. # %>

Members of <%= [dotlrn_community::get_community_name $community_id] %>

Add A Member:
  First Name @first_names_order_html@ Last Name @last_name_order_html@ Email @email_order_html@ Role Actions
<%=[acs_community_member_link -user_id @current_members.user_id@ -label @current_members.first_names@] %> <%=[acs_community_member_link -user_id @current_members.user_id@ -label @current_members.last_name@]%> @current_members.email@ @current_members.email@   <%=[template::util::nvl [dotlrn_community::get_role_pretty_name -community_id @community_id@ -rel_type @current_members.rel_type@] "Student"]%>   /graphics/drop.gif alt=\"Drop Membership\" border=0> | /graphics/admin.gif alt"User Admin Page" border=0> /graphics/drop.gif alt=\"Drop Membership\" border=0>  

Membership Requests


Add New Members

The following members of <%= [dotlrn_community::get_parent_name -community_id $community_id] %> are not yet members of <%= [dotlrn_community::get_community_name $community_id] %>.

First check the box of the users you want to add, next select their role, and finally submit the form.

<% foreach user $parent_user_list { set this_user_id [ns_set get $user user_id] set this_first_names [ns_set get $user first_names] set this_last_name [ns_set get $user last_name] set this_email [ns_set get $user email] %> <% } %>
Don't Add Member Administrator  
@formgroup.widget@ @this_last_name@, @this_first_names@ (@this_email@)