Rev 5746 |
    Go to most recent revision |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | RSS feed
  
  
 
 
!! The presentation of the exercise.
 
!read present.phtml
 
 
 
<p><hr/></p>
 
 
 
!if $status=waiting
 
 !if $error!=$empty
 
  !read msg.phtml
 
  <p><hr width=50%/> <p>
 
 !endif
 
 !! Reply form
 
 !read form.phtml
 
 <p>
 
 !href exo_Renew
 
.
 
!else
 
 !if $error!=$empty
 
  !read msg.phtml
 
  <p><hr width=50%/> <p>
 
 !endif
 
 !! Analysis of reply
 
 !read answer.phtml
 
 <p>
 
 !href exo_Again
 
.
 
 !if $worksheet=$empty
 
  !href exo_Intro
 
.
 
 !endif
 
!endif
 
 
 
!tail