Subversion Repositories wimsdev

Rev

Rev 6442 | Rev 8631 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!if robot isin $session
2
 !exit
3
!endif
5181 guerimand 4
!read adm/language lang/names.phtml
6435 bpr 5
 
23 reyssat 6
wims_prefix=class user tmp
7
!bound job within home,type,subject,level,best,new default home
8
!read tabletheme
9
 
6910 bpr 10
search_addr=!nosubst module=home&language=$lang&search_keywords=$key&search_category=$cat&search_and=$search_and&$browse_parm
23 reyssat 11
browse_parm=browse_job=$job&browse_parm=$parm
12
 
6435 bpr 13
!if $modu_lang notwordof en it fr ca es nl cn
14
  !set dir_lang=wimshome/public_html/bases/sys/domain/domain.en
15
!else
16
  !set dir_lang=wimshome/public_html/bases/sys/domain/domain.$modu_lang
17
!endif
6442 bpr 18
!set dir=wimshome/public_html/bases/sys/domain
19
!set treefile=$dir/reversedomain
20
!set dir=$dir/domain
6435 bpr 21
 
22
Tot_dom=!lookup domain in $dir
23
!for d in $Tot_dom
24
  tot_dom_$d=!lookup $d in $dir
25
  !for l in  $(tot_dom_$d)
26
     dom_$l=!lookup $l in $dir
27
  !next
28
!next
29
 
23 reyssat 30
!read $job.proc
31
 
32
!if $job!=home
33
 wims_module_log=$job $parm
34
!endif
35
 
36