Subversion Repositories wimsdev

Rev

Rev 14374 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6644 bpr 1
!set wims_html_header=!append line \
17230 bpr 2
  <link rel="stylesheet" href="html/themes/_css/createqcm.css" type="text/css">\
6644 bpr 3
to $wims_html_header
4
 
23 reyssat 5
!header
6
 
7
!! La présentation de l'exercice.
8
!read present.phtml
9
 
17230 bpr 10
<hr>
23 reyssat 11
 
12
!if $status=waiting
14374 obado 13
  !if $error!=$empty
14
    <div class="wims_msg alert">
15
      !read msg.phtml
16
    </div>
17
  !endif
18
  !! La forme de réponse
19
  !!!read form.phtml
23 reyssat 20
!else
14374 obado 21
  !if $error!=$empty
22
    <div class="wims_msg alert">
23
      !read msg.phtml
24
    </div>
25
  !endif
26
  !read answer.phtml
27
  !if $worksheet=$empty
28
    <p>
29
      !set wims_ref_class=wims_button
30
      !href exo_Intro
23 reyssat 31
.
14374 obado 32
    </p>
33
  !endif
23 reyssat 34
!endif
35
 
36
:end
37
!tail