Subversion Repositories wimsdev

Rev

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

Rev 8972 Rev 8990
Line 1... Line 1...
1
!if robot isin $session
1
!if robot isin $session
2
 !exit
2
 !exit
3
!endif
3
!endif
4
!read adm/language lang/names.phtml
4
!read adm/language lang/names.phtml
5
 
5
 
-
 
6
!set list_taxo=!listfile $module_dir/taxoext
6
!set list_taxonomy=unisciel,commoncore
7
!set list_taxo=!lines2items $list_taxo
7
 
8
 
8
wims_prefix=class user tmp
9
wims_prefix=class user tmp
9
!bound job within home,type,subject,level,best,new, taxo default home
10
!bound job within home,type,subject,level,best,new,taxo default home
10
!read tabletheme
11
!read tabletheme
11
 
12
 
12
search_addr=!nosubst module=home&language=$lang&search_keywords=$key&search_category=$cat&search_and=$search_and&$browse_parm
13
search_addr=!nosubst module=home&language=$lang&search_keywords=$key&search_category=$cat&search_and=$search_and&$browse_parm
13
browse_parm=browse_job=$job&browse_parm=$parm
14
browse_parm=browse_job=$job&browse_parm=$parm
14
 
15
 
Line 27... Line 28...
27
  tot_dom_$d=!lookup $d in $dir
28
  tot_dom_$d=!lookup $d in $dir
28
  !for l in  $(tot_dom_$d)
29
  !for l in  $(tot_dom_$d)
29
     dom_$l=!lookup $l in $dir
30
     dom_$l=!lookup $l in $dir
30
  !next
31
  !next
31
!next
32
!next
-
 
33
!reset list_taxonomy
32
 
34
 
33
!for taxo in $list_taxonomy
35
!for taxo in $list_taxo
-
 
36
  !if .$(lang)__ isin $(taxo)__
34
  !set lang_exists=!defof lang_exists in $taxo.phtml.$lang
37
   !set lang_exists=!defof lang_exists in taxoext/$taxo
35
  !if $lang_exists=yes
38
   !if $lang_exists=yes
36
    !set script_taxo=yes
39
     !set script_taxo=yes
-
 
40
     !set list_taxonomy=!append item taxoext/$taxo to $list_taxonomy
-
 
41
   !endif
37
  !endif
42
  !endif
38
!next
43
!next
39
!set lang_exists=!defof lang_exists in keywords.phtml.$lang
44
!set lang_exists=!defof lang_exists in keywords.phtml.$lang
40
  !if $lang_exists=yes
45
  !if $lang_exists=yes
41
    !set script_keywords=yes
46
    !set script_keywords=yes