Subversion Repositories wimsdev

Rev

Rev 7085 | Rev 12498 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !if $special_parm iswordof publication namewriting
  3.   !changeto help/$modu_lang/$special_parm.phtml
  4. !endif
  5. <div class="wims_content">
  6.  
  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>
  22.   </div>
  23.   !exit
  24. !endif
  25.  
  26. !if $special_parm iswordof keywords
  27.   !read lang/help.$modu_lang/$special_parm.phtml
  28.   !read help/keywords.phtml
  29.   </div>
  30.   !exit
  31. !endif
  32.  
  33. !if $special_parm!=$empty
  34.  !read lang/help.$modu_lang/$special_parm.phtml
  35. !endif
  36. </div>
  37. !changeto lang/help.phtml.$modu_lang
  38.  
  39.  
  40.