<% # # 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. # %>

#dotlrn.Members_of# <%= [dotlrn_community::get_community_name $community_id] %>

#dotlrn.Add_A_Member#
  #dotlrn.First_Name# @first_names_order_html;noquote@ #dotlrn.Last_Name# @last_name_order_html;noquote@ #dotlrn.Email_1# @email_order_html;noquote@ #dotlrn.Role# #dotlrn.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"]%>   #dotlrn.Drop_Membership# | #dotlrn.User_Admin_Page# #dotlrn.Drop_Membership#  

#dotlrn.Membership_Requests#


#dotlrn.Add_New_Members#

#dotlrn.lt_The_following_members#

#dotlrn.lt_First_check_the_box_o#

<% 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] %> <% } %>
#dotlrn.Dont_Add# #dotlrn.Member# #dotlrn.Administrator#  
@formgroup.widget;noquote@ @this_last_name@, @this_first_names@ (@this_email@)