% %>
#dotlrn.Community# | #user-tracking.add# | ||
---|---|---|---|
@communities_list.pretty_name@ ( @communities_list.community_id@ ) |
<%
set selected 0
set without_selected ""
set patron "(.*)(@communities_list.community_id@)(.*)"
if { [regexp $patron @Communities@ todo part1 part2 part3] ==1 } {
set selected 1
append without_selected @part1@ @part3@
} else {
set temp ""
append temp @Communities@ " " @communities_list.community_id@
set tempLong ""
append tempLong @Communities@ " " [user-tracking::select_children_communities @communities_list.community_id@]
}
%>
|
||
#dotlrn.No_Communities# |