Subversion Repositories wimsdev

Rev

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

  1. !nocache
  2. !if $status=waiting and $cmd!=hint and $hasembedding=yes
  3.  <a name=oefform id=oefform> </a>
  4.  !form reply name=replyform onsubmit="return formcheck();"
  5.  !set q_form=yes
  6. !else
  7.  !set m_status=end
  8. !endif
  9.  
  10. <div class=oefstatement>
  11. !if $format=tex
  12.  <center>
  13.  !if $question_url=$empty or $cmd=resume
  14.   !set quest_=!replace &#36; by $$$$ in $question
  15.  !set wims_texsize=1
  16.   !instex \narrower\narrower {\bf $name_exo} $quest_
  17.   !set wims_texsize=0
  18.   !set question_url=$ins_url
  19.  !else
  20.   <img src="$question_url">
  21.  !endif
  22.  </center>
  23. !endif
  24.  
  25. !if $format=html or $format=
  26.  <b>$name_exo</b>
  27.  !if $executed_str!=$question or $oef2wims_version<3.10
  28.   $question
  29.  !else
  30.   !read $deffile question
  31.  !endif
  32. !endif
  33.  
  34. !if $plot_fn!=$empty
  35.  <p><center>
  36.  !insplot $plot_fn notitle
  37.  </center>
  38. !endif
  39. </div>
  40.  
  41.