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