Subversion Repositories wimsdev

Rev

Rev 7085 | 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
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>
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
32
 
2389 bpr 33
!if $special_parm!=$empty
34
 !read lang/help.$modu_lang/$special_parm.phtml
35
!endif
7661 bpr 36
</div>
5601 obado 37
!changeto lang/help.phtml.$modu_lang
38
 
7661 bpr 39