Rev 5619 | Rev 6908 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5619 | Rev 6412 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !changeto help/$modu_lang/$special_parm.phtml |
4 | !changeto help/$modu_lang/$special_parm.phtml |
- | 5 | !endif |
|
- | 6 | ||
- | 7 | !if $special_parm iswordof domain |
|
- | 8 | !read lang/help.$modu_lang/$special_parm.phtml |
|
- | 9 | !set dir=wimshome/public_html/bases/sys/domain/domain |
|
- | 10 | !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain |
|
- | 11 | <table class="wimscenter wimsborder"> |
|
- | 12 | !for a in $dom |
|
- | 13 | !set t_dom=!lookup $a in $dir.$lang |
|
- | 14 | <tr><th colspan="2">$t_dom</th></tr> |
|
- | 15 | !set t_dom=!lookup $a in $dir |
|
- | 16 | !for t in $t_dom |
|
- | 17 | !set t2=!lookup $t in $dir.$lang |
|
- | 18 | <tr><td class="bold">$t</td><td>$t2</td></tr> |
|
- | 19 | !next |
|
- | 20 | !next |
|
- | 21 | </table> |
|
- | 22 | !exit |
|
- | 23 | !endif |
|
- | 24 | ||
- | 25 | !if $special_parm iswordof keywords |
|
- | 26 | !read lang/help.$modu_lang/$special_parm.phtml |
|
- | 27 | !set dir=wimshome/public_html/bases/sys/domain/domain |
|
- | 28 | !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain |
|
- | 29 | <ul> |
|
- | 30 | !for a in $dom |
|
- | 31 | !set t_dom=!lookup $a in $dir |
|
- | 32 | !for t in $t_dom |
|
- | 33 | !set t2=!lookup $t in $dir |
|
- | 34 | !if $t2!=$empty |
|
- | 35 | <li> |
|
- | 36 | !for t3 in $t2 |
|
- | 37 | !lookup $t3 in $dir.$lang |
|
- | 38 | |
|
- | 39 | !next |
|
- | 40 | </li> |
|
- | 41 | !endif |
|
- | 42 | !next |
|
- | 43 | !next |
|
- | 44 | </ul> |
|
- | 45 | !exit |
|
5 | !endif |
46 | !endif |
6 | 47 | ||
7 | !if $special_parm!=$empty |
48 | !if $special_parm!=$empty |
8 | !read lang/help.$modu_lang/$special_parm.phtml |
49 | !read lang/help.$modu_lang/$special_parm.phtml |
9 | !endif |
50 | !endif |