Rev 7085 | Rev 11676 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7085 | Rev 7661 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | <div class="wims_content"> |
- | |
2 | 1 | ||
3 | !if $special_parm iswordof publication namewriting |
2 | !if $special_parm iswordof publication namewriting |
4 | !changeto help/$modu_lang/$special_parm.phtml |
3 | !changeto help/$modu_lang/$special_parm.phtml |
5 | !endif |
4 | !endif |
- | 5 | <div class="wims_content"> |
|
6 | 6 | ||
7 | !if $special_parm iswordof domain |
7 | !if $special_parm iswordof domain |
8 | !read lang/help.$modu_lang/$special_parm.phtml |
8 | !read lang/help.$modu_lang/$special_parm.phtml |
9 | !set dir=wimshome/public_html/bases/sys/domain/domain |
9 | !set dir=wimshome/public_html/bases/sys/domain/domain |
10 | !set dom=!lookup domain in 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"> |
11 | <table class="wimscenter wimsborder"> |
12 | !for a in $dom |
12 | !for a in $dom |
13 | !set t_dom=!lookup $a in $dir.$lang |
13 | !set t_dom=!lookup $a in $dir.$lang |
14 | <tr><th colspan="2">$t_dom</th></tr> |
14 | <tr><th colspan="2">$t_dom</th></tr> |
Line 17... | Line 17... | ||
17 | !set t2=!lookup $t in $dir.$lang |
17 | !set t2=!lookup $t in $dir.$lang |
18 | <tr><td class="bold">$t</td><td>$t2</td></tr> |
18 | <tr><td class="bold">$t</td><td>$t2</td></tr> |
19 | !next |
19 | !next |
20 | !next |
20 | !next |
21 | </table> |
21 | </table> |
- | 22 | </div> |
|
22 | !exit |
23 | !exit |
23 | !endif |
24 | !endif |
24 | 25 | ||
25 | !if $special_parm iswordof keywords |
26 | !if $special_parm iswordof keywords |
26 | !read lang/help.$modu_lang/$special_parm.phtml |
27 | !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 | ! |
28 | !read help/keywords.phtml |
31 | < |
29 | </div> |
32 | !set t_dom=!lookup $a in $dir |
- | |
33 | !lookup $a in $dir.$lang |
- | |
34 | ($a) |
- | |
35 | <ul> |
- | |
36 | !for t in $t_dom |
- | |
37 | <li> |
- | |
38 | !lookup $t in $dir.$lang |
- | |
39 | ($t) |
- | |
40 | !set t2=!lookup $t in $dir |
- | |
41 | !if $t2!=$empty |
- | |
42 | <ul> |
- | |
43 | !for t3 in $t2 |
- | |
44 | <li> |
- | |
45 | !lookup $t3 in $dir.$lang |
- | |
46 | ($t3) |
- | |
47 | !set t4=!lookup $t3 in $dir |
- | |
48 | !if $t4!=$empty |
- | |
49 | <ul> |
- | |
50 | !for t5 in $t4 |
- | |
51 | <li> |
- | |
52 | !lookup $t5 in $dir.$lang |
- | |
53 | ($t5) |
- | |
54 | </li> |
- | |
55 | !next |
- | |
56 | </ul> |
- | |
57 | !endif |
- | |
58 | !next |
- | |
59 | </ul> |
- | |
60 | !endif |
- | |
61 | !next |
- | |
62 | </ul> |
- | |
63 | </li> |
- | |
64 | !next |
- | |
65 | </ul> |
- | |
66 | <pre> |
- | |
67 | !record 0 of wimshome/public_html/bases/sys/domain/domain.$modu_lang |
- | |
68 | </pre> |
- | |
69 | !exit |
30 | !exit |
70 | !endif |
31 | !endif |
71 | 32 | ||
72 | !if $special_parm!=$empty |
33 | !if $special_parm!=$empty |
73 | !read lang/help.$modu_lang/$special_parm.phtml |
34 | !read lang/help.$modu_lang/$special_parm.phtml |
74 | !endif |
35 | !endif |
75 | 36 | </div> |
|
76 | !changeto lang/help.phtml.$modu_lang |
37 | !changeto lang/help.phtml.$modu_lang |
77 | 38 | ||
78 | </div> |
39 |