Subversion Repositories wimsdev

Rev

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

Rev 6435 Rev 6442
Line 13... Line 13...
13
!if $modu_lang notwordof en it fr ca es nl cn
13
!if $modu_lang notwordof en it fr ca es nl cn
14
  !set dir_lang=wimshome/public_html/bases/sys/domain/domain.en
14
  !set dir_lang=wimshome/public_html/bases/sys/domain/domain.en
15
!else
15
!else
16
  !set dir_lang=wimshome/public_html/bases/sys/domain/domain.$modu_lang
16
  !set dir_lang=wimshome/public_html/bases/sys/domain/domain.$modu_lang
17
!endif
17
!endif
18
 
-
 
19
!set dir=wimshome/public_html/bases/sys/domain/domain
18
!set dir=wimshome/public_html/bases/sys/domain
-
 
19
!set treefile=$dir/reversedomain
-
 
20
!set dir=$dir/domain
20
 
21
 
21
Tot_dom=!lookup domain in $dir
22
Tot_dom=!lookup domain in $dir
22
!for d in $Tot_dom
23
!for d in $Tot_dom
23
  tot_dom_$d=!lookup $d in $dir
24
  tot_dom_$d=!lookup $d in $dir
24
  !for l in  $(tot_dom_$d)
25
  !for l in  $(tot_dom_$d)