Subversion Repositories wimsdev

Rev

Rev 12350 | 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. !set tmp_test=0
  12. !for tmp=1 to $replycnt
  13.   !if $(replytype$tmp) iswordof formal
  14.     !set tmp_test=$[max($tmp_test,1)]
  15.   !endif
  16.   !if $(replytype$tmp) iswordof function
  17.     !set tmp_test=$[max($tmp_test,2)]
  18.   !endif
  19.   !if $(replytype$tmp) iswordof function
  20.     !set tmp_test=$[max($tmp_test,3)]
  21.   !endif
  22. !next
  23. !if $help=$empty and $tmp_test=0
  24.   <br class="spacer" />
  25.   $name_warning_help
  26. !else
  27.   !set m_help_subject=$special_parm
  28. <div>
  29.  !read $deffile help
  30. </div>
  31. !endif
  32. !if $tmp_test>0
  33.   !set ch_=!record 0 of help/fr/math2.phtml
  34.   !set ch_=!getopt level$tmp_test in $ch_
  35.   !for tmp in $ch_
  36. <p>
  37.     !record $tmp of help/fr/math2.phtml
  38. </p>
  39.   !next
  40. !endif
  41.