Rev 5181 | Rev 6442 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5181 | Rev 6435 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !read adm/language lang/names.phtml |
4 | !read adm/language lang/names.phtml |
- | 5 | ||
5 | wims_prefix=class user tmp |
6 | wims_prefix=class user tmp |
6 | !bound job within home,type,subject,level,best,new default home |
7 | !bound job within home,type,subject,level,best,new default home |
7 | !read tabletheme |
8 | !read tabletheme |
8 | 9 | ||
9 | search_addr=!nosubst module=home&language=$lang&search_keywords=$key&search_category=$cat&$browse_parm |
10 | search_addr=!nosubst module=home&language=$lang&search_keywords=$key&search_category=$cat&$browse_parm |
10 | browse_parm=browse_job=$job&browse_parm=$parm |
11 | browse_parm=browse_job=$job&browse_parm=$parm |
- | 12 | ||
- | 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 |
|
- | 18 | ||
- | 19 | !set dir=wimshome/public_html/bases/sys/domain/domain |
|
- | 20 | ||
- | 21 | Tot_dom=!lookup domain in $dir |
|
- | 22 | !for d in $Tot_dom |
|
- | 23 | tot_dom_$d=!lookup $d in $dir |
|
- | 24 | !for l in $(tot_dom_$d) |
|
- | 25 | dom_$l=!lookup $l in $dir |
|
- | 26 | !next |
|
- | 27 | !next |
|
11 | 28 | ||
12 | !read $job.proc |
29 | !read $job.proc |
13 | 30 | ||
14 | !if $job!=home |
31 | !if $job!=home |
15 | wims_module_log=$job $parm |
32 | wims_module_log=$job $parm |