Subversion Repositories wimsdev

Rev

Rev 12460 | 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.   !exit
  8. !endif
  9.  
  10. !set tmp_test=0
  11. !for tmp=1 to $replycnt
  12.   !if $(replytype$tmp) iswordof formal
  13.     !set tmp_test=$[max($tmp_test,1)]
  14.   !endif
  15.   !if $(replytype$tmp) iswordof function
  16.     !set tmp_test=$[max($tmp_test,2)]
  17.   !endif
  18.   !if $(replytype$tmp) iswordof function
  19.     !set tmp_test=$[max($tmp_test,3)]
  20.   !endif
  21. !next
  22. !if $help=$empty and $tmp_test=0
  23.   <div class="wims_msg alert">
  24.   $name_warning_help
  25.   </div>
  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.   <div>
  37.     !record $tmp of help/fr/math2.phtml
  38.   </div>
  39.   !next
  40. !endif
  41.