Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if $special_parm=oef_help_chrono
  3.   !set tmp=$module_title
  4.   !set title=$wims_name_help
  5.   !read help/$lang/chrono.phtml
  6.   !!!set module_title=$tmp
  7.  
  8. !exit
  9. !endif
  10.  
  11.  
  12. !set tmp_test=0
  13. !for tmp=1 to $replycnt
  14.   !if $(replytype$tmp) iswordof formal
  15.     !set tmp_test=$[max($tmp_test,1)]
  16.   !endif
  17.   !if $(replytype$tmp) iswordof function
  18.     !set tmp_test=$[max($tmp_test,2)]
  19.   !endif
  20.   !if $(replytype$tmp) iswordof function
  21.     !set tmp_test=$[max($tmp_test,3)]
  22.   !endif
  23. !next
  24. !if $help=$empty and $tmp_test=0
  25.   <br class="spacer" />
  26.   $name_warning_help
  27. !else
  28.   !set m_help_subject=$special_parm
  29. <div>
  30.  !read $deffile help
  31. </div>
  32. !endif
  33. !if $tmp_test>0
  34.   !set ch_=!record 0 of help/fr/math2.phtml
  35.   !set ch_=!getopt level$tmp_test in $ch_
  36.   !for tmp in $ch_
  37. <p>
  38.     !record $tmp of help/fr/math2.phtml
  39. </p>
  40.   !next
  41. !endif
  42.