Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1.  
  2. !if $help_subject iswordof methall status
  3.  !read deduc/$module_language/help/$help_subject.phtml
  4.  <p><center>
  5.  !href cmd=help Other help subjects
  6.  </center><p>
  7.  !reset help_subject
  8.  !exit
  9. !endif
  10.  
  11. !if $help_subject=meth and $method!=$empty
  12.  !read deduc/meth/$module_language/$method.def
  13.  !default methhelp=There is no further help fo this method.
  14.  <p>
  15.  <b>Method: <em><font color=blue>$methtit</font></em></b>
  16.  <p>
  17.  $methhelp
  18.  !reset help_subject
  19.  !exit
  20. !endif
  21.  
  22. !if help iswordof $exo_has
  23.  !read $deffile help
  24. !else
  25.  This exercise has no particular help.
  26. !endif
  27. <p>
  28. !set random1=!randint 1,10^6
  29. !set random2=!randint 1,10^6
  30. !set random=$random1.$random2
  31. Help subjects:
  32. !href cmd=help&help_subject=methall&special_parm=$thisexo the methods
  33. ,
  34. !href cmd=help&help_subject=status&special_parm=$random status of the exercise
  35. .
  36.  
  37. !reset help_subject
  38.  
  39.