Subversion Repositories wimsdev

Rev

Rev 11676 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11676 Rev 12498
Line 9... Line 9...
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>
15
   !set t_dom=!lookup $a in $dir
15
    !set t_dom=!lookup $a in $dir
16
   !for t in $t_dom
16
    !for t in $t_dom
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
  </div>
23
  !exit
23
  !exit
24
!endif
24
!endif
Line 28... Line 28...
28
  !read help/keywords.phtml
28
  !read help/keywords.phtml
29
  </div>
29
  </div>
30
  !exit
30
  !exit
31
!endif
31
!endif
32
!if $special_parm iswordof level
32
!if $special_parm iswordof level
33
!!help is in the directory scripts/
33
  !!help is in the directory scripts/
34
  !read help/$modu_lang/$special_parm.phtml
34
  !read help/$modu_lang/$special_parm.phtml
35
  !exit
35
  !exit
36
!endif
36
!endif
37
!if $special_parm!=$empty
37
!if $special_parm!=$empty
38
 !read lang/help.$modu_lang/$special_parm.phtml
38
  !read lang/help.$modu_lang/$special_parm.phtml
39
!endif
39
!endif
40
</div>
40
</div>
41
!changeto lang/help.phtml.$modu_lang
41
!changeto lang/help.phtml.$modu_lang
42
 
-
 
43
 
-