Rev 7085 | Rev 7696 | 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 | - | ||
3 | !if $special_parm iswordof publication namewriting |
- | |
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 |
1 | !set dir=wimshome/public_html/bases/sys/domain/domain |
28 | !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain |
2 | !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain |
29 | <ul> |
3 | <ul> |
30 | !for a in $dom |
4 | !for a in $dom |
31 | <li> |
5 | <li> |
Line 34... | Line 8... | ||
34 | ($a) |
8 | ($a) |
35 | <ul> |
9 | <ul> |
36 | !for t in $t_dom |
10 | !for t in $t_dom |
37 | <li> |
11 | <li> |
38 | !lookup $t in $dir.$lang |
12 | !lookup $t in $dir.$lang |
39 |
|
13 | $ ($t) |
40 | !set t2=!lookup $t in $dir |
14 | !set t2=!lookup $t in $dir |
41 | !if $t2!=$empty |
15 | !if $t2!=$empty |
42 | <ul> |
16 | <ul> |
43 | !for t3 in $t2 |
17 | !for t3 in $t2 |
44 | <li> |
18 | <li> |
45 | !lookup $t3 in $dir.$lang |
19 | !lookup $t3 in $dir.$lang |
46 |
|
20 | $ ($t3) |
47 | !set t4=!lookup $t3 in $dir |
21 | !set t4=!lookup $t3 in $dir |
48 | !if $t4!=$empty |
22 | !if $t4!=$empty |
49 | <ul> |
23 | <ul> |
50 | !for t5 in $t4 |
24 | !for t5 in $t4 |
51 | <li> |
25 | <li> |
52 | !lookup $t5 in $dir.$lang |
26 | !lookup $t5 in $dir.$lang |
- | 27 | $ ($t5) |
|
- | 28 | !set t6=!lookup $t5 in $dir |
|
- | 29 | !if $t6!=empty |
|
53 |
|
30 | <ul> |
- | 31 | !for t7 in $t6 |
|
- | 32 | <li> |
|
- | 33 | !lookup $t7 in $dir.$lang |
|
- | 34 | $ ($t7) |
|
- | 35 | !set t8=!lookup $t7 in $dir |
|
- | 36 | !if $t8!=empty |
|
- | 37 | <ul> |
|
- | 38 | !for t9 in $t8 |
|
- | 39 | <li> |
|
- | 40 | !lookup $t9 in $dir.$lang |
|
- | 41 | $ ($t9) |
|
- | 42 | </li> |
|
- | 43 | !next |
|
- | 44 | </ul> |
|
- | 45 | !endif |
|
- | 46 | !next |
|
- | 47 | </ul> |
|
- | 48 | !endif |
|
54 | </li> |
49 | </li> |
55 | !next |
50 | !next |
56 | </ul> |
51 | </ul> |
57 | !endif |
52 | !endif |
- | 53 | </li> |
|
58 | !next |
54 | !next |
59 | </ul> |
55 | </ul> |
60 | !endif |
56 | !endif |
61 | !next |
57 | !next |
62 | </ul> |
58 | </ul> |
Line 64... | Line 60... | ||
64 | !next |
60 | !next |
65 | </ul> |
61 | </ul> |
66 | <pre> |
62 | <pre> |
67 | !record 0 of wimshome/public_html/bases/sys/domain/domain.$modu_lang |
63 | !record 0 of wimshome/public_html/bases/sys/domain/domain.$modu_lang |
68 | </pre> |
64 | </pre> |
69 | !exit |
- | |
70 | !endif |
- | |
71 | - | ||
72 | !if $special_parm!=$empty |
- | |
73 | !read lang/help.$modu_lang/$special_parm.phtml |
- | |
74 | !endif |
- | |
75 | - | ||
76 | !changeto lang/help.phtml.$modu_lang |
- | |
77 | - | ||
78 | </div> |
- |