Subversion Repositories wimsdev

Rev

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

  1. !if $special_parm iswordof authentification filter
  2.   !changeto help/$moduclass_lang/$special_parm.phtml
  3.   !exit
  4. !endif
  5. !set special_parm_=!text remove 0123456789 in $special_parm
  6.  
  7. !if $special_parm_!=$empty
  8.   !changeto lang/help.$moduclass_lang/$special_parm.phtml
  9. !endif
  10.  
  11. !if $special_parm=$empty
  12.   !read help/squarescore.phtml
  13.   !if $wims_user!=supervisor
  14.     !exit
  15.   !endif
  16. !endif
  17. !set list=!record 0 of adm/class/sheetformula
  18. !set list=!items2lines $list
  19. !set wims_backslash_insmath=yes
  20. !set help_sw=!line $[$special_parm+1] of $shweights
  21. !set help_score_max=!line 1 of $shweights
  22. !set help_level=!word 2 of $help_sw
  23. !set help_sw=!word 3 of $help_sw
  24. !if $help_sw=$empty
  25.   !set help_sw_tmp=!defof DF_SEVERITY in wimshome/public_html/bases/sys/define.conf
  26.   !set help_sw=!word 3 of $help_sw_tmp
  27.   !default help_level=!word 2 of $help_sw_tmp
  28. !endif
  29. !default help_score_max=10
  30.  
  31. !read lang/help.phtml.$moduclass_lang
  32.