Rev 20 | Rev 2967 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 387 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set p_=!trim $wims_read_parm |
1 | !set p_=!trim $wims_read_parm |
2 | !if $p_=$empty or ($wims_user!=$empty and $wims_user!=supervisor) |
2 | !if $p_=$empty or ($wims_user!=$empty and $wims_user!=supervisor) |
3 | !exit |
3 | !exit |
4 | !endif |
4 | !endif |
5 | 5 | ||
6 | !if $module_language notwordof cn fr nl si es |
6 | !if $module_language notwordof cn fr nl si es ca |
7 | !distribute items exercises,tools,recreations into\ |
7 | !distribute items exercises,tools,recreations into\ |
8 | name_exercise,name_tool,name_recreation |
8 | name_exercise,name_tool,name_recreation |
9 | !set prompt=!nosubst Other $(name_$c) on: |
9 | !set prompt=!nosubst Other $(name_$c) on: |
10 | !else |
10 | !else |
11 | !if $module_language=si |
11 | !if $module_language=si |
Line 30... | Line 30... | ||
30 | !endif |
30 | !endif |
31 | !if $module_language=es |
31 | !if $module_language=es |
32 | !distribute items ejercicios,utilidades,actividades recreativas into\ |
32 | !distribute items ejercicios,utilidades,actividades recreativas into\ |
33 | name_exercise,name_tool,name_recreation |
33 | name_exercise,name_tool,name_recreation |
34 | !set prompt=!nosubst Otros $(name_$c) sobre : |
34 | !set prompt=!nosubst Otros $(name_$c) sobre : |
- | 35 | !endif |
|
- | 36 | !if $module_language=ca |
|
- | 37 | !distribute items exercicis,utilitats,entreteniments into\ |
|
- | 38 | name_exercise,name_tool,name_recreation |
|
- | 39 | !set prompt=!nosubst Altres $(name_$c) sobre : |
|
35 | !endif |
40 | !endif |
36 | !endif |
41 | !endif |
37 | 42 | ||
38 | !set cat_=!listintersect $module_category and exercise,tool,recreation |
43 | !set cat_=!listintersect $module_category and exercise,tool,recreation |
39 | !for c in $cat_ |
44 | !for c in $cat_ |