Subversion Repositories wimsdev

Rev

Rev 14520 | Rev 14706 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14520 Rev 14674
Line 10... Line 10...
10
 
10
 
11
!set cat_=!listintersect $module_category and exercise,tool,recreation
11
!set cat_=!listintersect $module_category and exercise,tool,recreation
12
!for c in $cat_
12
!for c in $cat_
13
  <p>$name_prompt_related
13
  <p>$name_prompt_related
14
  !for t in $p_
14
  !for t in $p_
-
 
15
    !set t=!declosing $t
15
   !set t_=!lookup $t in bases/sys/domain/domain.$lang
16
    !set t_=!lookup $(t[1]) in bases/sys/domain/domain.$lang
16
   !default t_=$t
17
    !default t_=$t
17
   !href module=home&search_category=$c&search_keywords=$t_ $t_
18
    !href module=home&search_category=$c&search_keywords=$t_&$(t[2..-1]) $t_
18
   &nbsp;
19
    &nbsp;
19
  !next t
20
  !next t
20
  </p>
21
  </p>
21
!next c
22
!next c