Rev 12876 | Rev 13713 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12876 | Rev 12885 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | 13 | ||
14 | !if $wims_supertype=0 or ($wims_supertype=4 and $wims_typename=course) |
14 | !if $wims_supertype=0 or ($wims_supertype=4 and $wims_typename=course) |
15 | tmp=!defof cdt_nbdate\ |
15 | tmp=!defof cdt_nbdate\ |
16 | cdt_link\ |
16 | cdt_link\ |
17 | cdt_hide in wimshome/log/classes/$wims_class/cdt/.def |
17 | cdt_hide in wimshome/log/classes/$wims_class/cdt/.def |
18 | !distribute line $tmp into |
18 | !distribute line $tmp into tmp2,tmp,tmp3 |
19 | !if $tmp3=yes or |
19 | !if $tmp3=yes or $tmp2<=0 |
20 | !exit |
20 | !exit |
21 | !endif |
21 | !endif |
22 | exist_cdt=yes |
22 | exist_cdt=yes |
23 | !if $tmp!=$empty |
23 | !if $tmp!=$empty |
24 | wims_name_cdt=$tmp |
24 | wims_name_cdt=$tmp |