Subversion Repositories wimsdev

Rev

Rev 11676 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3211 bpr 1
 
4318 bpr 2
!if $special_parm iswordof publication namewriting
3211 bpr 3
  !changeto help/$modu_lang/$special_parm.phtml
4
!endif
7661 bpr 5
<div class="wims_content">
3211 bpr 6
 
6412 bpr 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
12498 bpr 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
6412 bpr 20
  !next
21
  </table>
7661 bpr 22
  </div>
6412 bpr 23
  !exit
24
!endif
25
 
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