Rev 18277 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18277 | Rev 18291 | ||
---|---|---|---|
Line 445... | Line 445... | ||
445 | </div> |
445 | </div> |
446 | !goto end2 |
446 | !goto end2 |
447 | !endif |
447 | !endif |
448 | 448 | ||
449 | !if no_access_class iswordof $wims_user_error |
449 | !if no_access_class iswordof $wims_user_error |
450 | !distribute items exercises, tools, documents, |
450 | !distribute items exercises, tools, documents, freeworks, consulter les indications sur un exercice into name_exo,name_tool,name_doc,name_freework,name_hint |
451 | !set tt=!word 2 of $wims_user_error |
451 | !set tt=!word 2 of $wims_user_error |
452 | !set tt2=!word 3 of $wims_user_error |
452 | !set tt2=!word 3 of $wims_user_error |
453 | <h2>Closure of class activities</h2> |
453 | <h2>Closure of class activities</h2> |
454 | !reset name_non |
454 | !reset name_non |
455 | !if $tt2=non |
455 | !if $tt2=non |
456 | !set name_non=other than |
456 | !set name_non=other than |
457 | !endif |
457 | !endif |
458 | !set tmp=!trim $name_non $(name_$tt) |
458 | !set tmp=!trim $name_non $(name_$tt) |
459 | <div class="wims_msg warning"> |
459 | <div class="wims_msg warning"> |
460 | Access to some activities of this virtual class ( |
460 | Access to some activities of this virtual class ($tmp) is temporarily closed by the teacher. |
461 | Come back later. |
461 | Come back later. |
462 | </div> |
462 | </div> |
463 | !goto end2 |
463 | !goto end2 |
464 | !endif |
464 | !endif |
465 | 465 |