Rev 16479 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16479 | guerimand | 1 | <div class="wims_msg success"> |
2 | $name_participant1 |
||
3 | $cnt_user |
||
4 | !if $cnt_user=1 |
||
5 | $name_participant |
||
6 | !else |
||
7 | $name_participants |
||
8 | !endif |
||
9 | !if $cnt_teacher>0 |
||
10 | $name_and $cnt_teacher |
||
11 | !if $cnt_teacher=1 |
||
12 | $(name_teacher). |
||
13 | !else |
||
14 | $(name_teachers). |
||
15 | !endif |
||
16 | !else |
||
17 | . |
||
18 | !endif |
||
19 | </div> |