Rev 387 | Rev 5803 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set p_=!trim $wims_read_parm |
2 | !if $p_=$empty or ($wims_user!=$empty and $wims_user!=supervisor) |
||
3 | !exit |
||
4 | !endif |
||
5 | |||
2967 | bpr | 6 | !read lang/names.phtml.$lang |
7 | !if $lang_script_exists!=yes |
||
8 | !read lang/names.phtml.en |
||
20 | reyssat | 9 | !endif |
10 | |||
11 | !set cat_=!listintersect $module_category and exercise,tool,recreation |
||
12 | !for c in $cat_ |
||
2967 | bpr | 13 | <p>$name_prompt_related |
20 | reyssat | 14 | !for t in $p_ |
15 | !href module=home&search_category=$c&search_keywords=$t $t |
||
16 | |
||
17 | !next t |
||
18 | !next c |
||
19 | <p> |
||
20 |