Subversion Repositories wimsdev

Rev

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

  1. !if $help_subject iswordof methall status
  2.   !read deduc/$modu_lang/help/$help_subject.phtml
  3.   <div class="wimscenter">
  4.   !set wims_ref_class=wims_button
  5.   !href cmd=help $name_otherhelp
  6.   </div>
  7.   !reset help_subject
  8.   !exit
  9. !endif
  10.  
  11. !if $help_subject=meth and $method!=$empty
  12.   !read deduc/meth/$modu_lang/$method.def
  13.   !default methhelp=$name_nosuphelp
  14.   <p>
  15.   <b>$name_method</b>: <span style="color:blue; font-style=italic" class="bold">$methtit</span>
  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.   $name_noparthelp
  26. !endif
  27. !set random1=!randint 1,10^6
  28. !set random2=!randint 1,10^6
  29. !set random=$random1.$random2
  30. <p>
  31. $name_subjecthelp:
  32. !set wims_ref_class=wims_button
  33. !href cmd=help&help_subject=methall&special_parm=$thisexo $name_methods
  34. ,
  35. !set wims_ref_class=wims_button
  36. !href cmd=help&help_subject=status&special_parm=$random $name_state
  37. .
  38. </p>
  39. !reset help_subject
  40.