Subversion Repositories wimsdev

Rev

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