Subversion Repositories wimsdev

Rev

Rev 5803 | Rev 14674 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set p_=!trim $wims_read_parm
  2. !if $p_=$empty or ($wims_user!=$empty and $wims_user!=supervisor)
  3.  !exit
  4. !endif
  5.  
  6. !read lang/names.phtml.$lang
  7. !if $lang_script_exists!=yes
  8.  !read lang/names.phtml.en
  9. !endif
  10.  
  11. !set cat_=!listintersect $module_category and exercise,tool,recreation
  12. !for c in $cat_
  13.  <p>$name_prompt_related
  14.  !for t in $p_
  15.   !set t_=!lookup $t in bases/sys/domain/domain.$lang
  16.   !default t_=$t
  17.   !href module=home&search_category=$c&search_keywords=$t_ $t_
  18.   &nbsp;
  19.  !next t
  20. </p>
  21. !next c
  22.