Rev 12616 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12616 | Rev 12621 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | supervise=!defof user_supervise in $classdir1/.users/$l |
53 | supervise=!defof user_supervise in $classdir1/.users/$l |
54 | !if $this isitemof $supervise |
54 | !if $this isitemof $supervise |
55 | list1=!append item $i to $list1 |
55 | list1=!append item $i to $list1 |
56 | !else |
56 | !else |
57 | list2=!append item $l to $list2 |
57 | list2=!append item $l to $list2 |
58 | prompt=!append item $first $last ($l) to $prompt |
58 | prompt=!append item $first $last (<span class="tt">$l</span>) to $prompt |
59 | !endif |
59 | !endif |
60 | !endif |
60 | !endif |
61 | !next i |
61 | !next i |
62 | cnt1=!itemcnt $list1 |
62 | cnt1=!itemcnt $list1 |
63 | cnt2=!itemcnt $list2 |
63 | cnt2=!itemcnt $list2 |