Rev 5928 |
    Go to most recent revision |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | RSS feed
  
  
- !read language lang/names 
-   
- !! The presentation of the exercise. 
- !read present.phtml 
-   
- <hr /> 
-   
- !if $status=waiting 
-   !if $error!=$empty 
-     <div class="wims_msg warning"> 
-     !read msg.phtml 
-     </div> 
-   !endif 
-   !! Reply form 
-   !read form.phtml 
-   <p> 
-   !set wims_ref_class=wims_button wims_secondary_button 
-   !href exo_Renew 
-   </p> 
- !else 
-   !if $error!=$empty 
-     <div class="wims_msg warning"> 
-     !read msg.phtml 
-     </div> 
-   !endif 
-   !! Analysis of reply 
-   !read answer.phtml 
-   <p> 
-   !set wims_ref_class=wims_button 
-   !href exo_Again 
-   
-   !if $worksheet=$empty 
-       
-     !set wims_ref_class=wims_button 
-     !href exo_Intro 
-   !endif 
-   </p> 
- !endif 
-   
- !tail 
-