<div class="wims_content">
!if $special_parm iswordof publication namewriting
!changeto help/$modu_lang/$special_parm.phtml
!endif
!if $special_parm iswordof domain
!read lang/help.$modu_lang/$special_parm.phtml
!set
dir=wimshome
/public_html
/bases
/sys
/domain
/domain
!set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain
<table class="wimscenter wimsborder">
!for a in $dom
!set t_dom=!lookup $a in $dir.$lang
<tr><th colspan="2">$t_dom</th></tr>
!set t_dom=!lookup $a in $dir
!for t in $t_dom
!set t2=!lookup $t in $dir.$lang
<tr><td class="bold">$t</td><td>$t2</td></tr>
</table>
!endif
!if $special_parm iswordof keywords
!read lang/help.$modu_lang/$special_parm.phtml
!set
dir=wimshome
/public_html
/bases
/sys
/domain
/domain
!set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain
<ul>
!for a in $dom
<li>
!set t_dom=!lookup $a in $dir
!lookup $a in $dir.$lang
($a)
<ul>
!for t in $t_dom
<li>
!lookup $t in $dir.$lang
($t)
!set t2=!lookup $t in $dir
!if $t2!=$empty
<ul>
!for t3 in $t2
<li>
!lookup $t3 in $dir.$lang
($t3)
!set t4=!lookup $t3 in $dir
!if $t4!=$empty
<ul>
!for t5 in $t4
<li>
!lookup $t5 in $dir.$lang
($t5)
</li>
</ul>
!endif
</ul>
!endif
</ul>
</li>
</ul>
<pre>
!record 0 of wimshome/public_html/bases/sys/domain/domain.$modu_lang
</pre>
!endif
!if $special_parm!=$empty
!read lang/help.$modu_lang/$special_parm.phtml
!endif
!changeto lang/help.phtml.$modu_lang
</div>