| |
17 |
17 |
# |
| |
18 |
18 |
|
| |
19 |
19 |
%> |
| |
20 |
20 |
|
| |
21 |
21 |
<!-- aks: shading is broken for this portlet --> |
| |
22 |
22 |
|
| |
23 |
23 |
<%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_instructor_rel] %>: |
| |
24 |
24 |
<ul> |
| |
25 |
25 |
<if @n_profs@ gt 0> |
| |
26 |
26 |
<multiple name="users"> |
| |
27 |
27 |
<if @users.rel_type@ eq "dotlrn_instructor_rel"> |
| |
28 |
28 |
<li> |
| |
29 |
29 |
<%= [acs_community_member_link -user_id $users(user_id) -label "$users(first_names) $users(last_name)"] %> |
| |
30 |
30 |
<if @read_private_data_p@ eq 1 or @user_id@ eq @users.user_id@> |
| |
31 |
31 |
(<a href="mailto:@users.email@">@users.email@</a>) |
| |
32 |
32 |
</if> |
| |
33 |
33 |
</if> |
| |
34 |
34 |
</multiple> |
| |
35 |
35 |
</if> |
| |
36 |
36 |
<else> |
| |
37 |
|
<li><small>#dotlrn-portlet.No# <%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_instructor_rel] %></small> |
| |
|
37 |
<li><small>#dotlrn-portlet.no_instructor_members#</small> |
| |
38 |
38 |
</else> |
| |
39 |
39 |
</ul> |
| |
40 |
40 |
|
| |
41 |
41 |
<p> |
| |
42 |
42 |
|
| |
43 |
43 |
<%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_ta_rel] %>: |
| |
44 |
44 |
<ul> |
| |
45 |
45 |
<if @n_tas@ gt 0> |
| |
46 |
46 |
<multiple name="users"> |
| |
47 |
47 |
<if @users.rel_type@ eq "dotlrn_ta_rel"> |
| |
48 |
48 |
<li> |
| |
49 |
49 |
<%= [acs_community_member_link -user_id $users(user_id) -label "$users(first_names) $users(last_name)"] %> |
| |
50 |
50 |
<if @read_private_data_p@ eq 1 or @user_id@ eq @users.user_id@> |
| |
51 |
51 |
(<a href="mailto:@users.email@">@users.email@</a>) |
| |
52 |
52 |
</if> |
| |
53 |
53 |
</if> |
| |
54 |
54 |
</multiple> |
| |
55 |
55 |
</if> |
| |
56 |
56 |
<else> |
| |
57 |
|
<li><small>#dotlrn-portlet.No# <%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_ta_rel] %></small> |
| |
|
57 |
<li><small>#dotlrn-portlet.no_teaching_assistant_members#</small> |
| |
58 |
58 |
</else> |
| |
59 |
59 |
</ul> |
| |
60 |
60 |
|
| |
61 |
61 |
<p> |
| |
62 |
62 |
|
| |
63 |
63 |
<%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_ca_rel] %>: |
| |
64 |
64 |
<ul> |
| |
65 |
65 |
<if @n_cas@ gt 0> |
| |
66 |
66 |
<multiple name="users"> |
| |
67 |
67 |
<if @users.rel_type@ eq "dotlrn_ca_rel"> |
| |
68 |
68 |
<li> |
| |
69 |
69 |
<%= [acs_community_member_link -user_id $users(user_id) -label "$users(first_names) $users(last_name)"] %> |
| |
70 |
70 |
<if @read_private_data_p@ eq 1 or @user_id@ eq @users.user_id@> |
| |
71 |
71 |
(<a href="mailto:@users.email@">@users.email@</a>) |
| |
72 |
72 |
</if> |
| |
73 |
73 |
</if> |
| |
74 |
74 |
</multiple> |
| |
75 |
75 |
</if> |
| |
76 |
76 |
<else> |
| |
77 |
|
<li><small>#dotlrn-portlet.No# <%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_ca_rel] %></small> |
| |
|
77 |
<li><small>#dotlrn-portlet.no_course_assistant_members#</small> |
| |
78 |
78 |
</else> |
| |
79 |
79 |
</ul> |
| |
80 |
80 |
|
| |
81 |
81 |
<if @read_private_data_p@> |
| |
82 |
82 |
<br> |
| |
83 |
83 |
<a href="members">#dotlrn-portlet.Member_List#</a> |
| |
84 |
84 |
</if> |
| |
85 |
85 |
|