Subversion Repositories wimsdev

Rev

Rev 12498 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $special_parm iswordof publication namewriting
  2.   !changeto help/$modu_lang/$special_parm.phtml
  3. !endif
  4. !!!if $special_parm iswordof verif
  5. !!  !read lang/help.$modu_lang/$special_parm.phtml
  6. !!!endif
  7. <div class="wims_content">
  8. !if $special_parm iswordof domain
  9.   !read lang/help.$modu_lang/$special_parm.phtml
  10.   !set dir=wimshome/public_html/bases/sys/domain/domain
  11.   !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain
  12.   <table class="wimscenter wimsborder">
  13.   !for a in $dom
  14.     !set t_dom=!lookup $a in $dir.$lang
  15.     <tr><th colspan="2">$t_dom</th></tr>
  16.     !set t_dom=!lookup $a in $dir
  17.     !for t in $t_dom
  18.       !set t2=!lookup $t in $dir.$lang
  19.       <tr><td class="bold">$t</td><td>$t2</td></tr>
  20.     !next
  21.   !next
  22.   </table>
  23.   </div>
  24.   !exit
  25. !endif
  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. !if $special_parm iswordof level
  33.   !!help is in the directory scripts/
  34.   !read help/$modu_lang/$special_parm.phtml
  35.   !exit
  36. !endif
  37. !if $special_parm!=$empty
  38.   !read lang/help.$modu_lang/$special_parm.phtml
  39. !endif
  40. </div>
  41. !changeto lang/help.phtml.$modu_lang
  42.