Rev 12498 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4318 | bpr | 1 | !if $special_parm iswordof publication namewriting |
3211 | bpr | 2 | !changeto help/$modu_lang/$special_parm.phtml |
3 | !endif |
||
17888 | bpr | 4 | !!!if $special_parm iswordof verif |
5 | !! !read lang/help.$modu_lang/$special_parm.phtml |
||
6 | !!!endif |
||
7661 | bpr | 7 | <div class="wims_content"> |
6412 | bpr | 8 | !if $special_parm iswordof domain |
9 | !read lang/help.$modu_lang/$special_parm.phtml |
||
10 | !set dir=wimshome/public_html/bases/sys/domain/domain |
||
11 | !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain |
||
12 | <table class="wimscenter wimsborder"> |
||
13 | !for a in $dom |
||
14 | !set t_dom=!lookup $a in $dir.$lang |
||
12498 | bpr | 15 | <tr><th colspan="2">$t_dom</th></tr> |
16 | !set t_dom=!lookup $a in $dir |
||
17 | !for t in $t_dom |
||
18 | !set t2=!lookup $t in $dir.$lang |
||
19 | <tr><td class="bold">$t</td><td>$t2</td></tr> |
||
20 | !next |
||
6412 | bpr | 21 | !next |
22 | </table> |
||
7661 | bpr | 23 | </div> |
6412 | bpr | 24 | !exit |
25 | !endif |
||
26 | !if $special_parm iswordof keywords |
||
27 | !read lang/help.$modu_lang/$special_parm.phtml |
||
7661 | bpr | 28 | !read help/keywords.phtml |
29 | </div> |
||
6412 | bpr | 30 | !exit |
31 | !endif |
||
11676 | bpr | 32 | !if $special_parm iswordof level |
12498 | bpr | 33 | !!help is in the directory scripts/ |
11676 | bpr | 34 | !read help/$modu_lang/$special_parm.phtml |
35 | !exit |
||
36 | !endif |
||
2389 | bpr | 37 | !if $special_parm!=$empty |
12498 | bpr | 38 | !read lang/help.$modu_lang/$special_parm.phtml |
2389 | bpr | 39 | !endif |
7661 | bpr | 40 | </div> |
5601 | obado | 41 | !changeto lang/help.phtml.$modu_lang |