Rev 17878 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17878 | Rev 18285 | ||
---|---|---|---|
Line 442... | Line 442... | ||
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 (exercises), (tools), (documents), (freeworks) into name_exo,name_tool,name_doc,name_freework |
445 | !distribute items (exercises), (tools), (documents), (freeworks) into name_exo,name_tool,name_doc,name_freework |
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 | <h2>Closure of class activities</h2> |
448 | <h2>Closure of class activities</h2> |
- | 449 | !reset name_non |
|
- | 450 | !if $tt2=non |
|
- | 451 | !set name_non=other than |
|
- | 452 | !endif |
|
- | 453 | !set tmp=!trim $name_non $(name_$tt) |
|
448 | <div class="wims_msg warning"> |
454 | <div class="wims_msg warning"> |
449 | Access to some activities |
455 | Access to some activities of this virtual class ()$tmp) is temporarily closed by the teacher. |
450 | Come back later. |
456 | Come back later. |
451 | </div> |
457 | </div> |
452 | !goto end2 |
458 | !goto end2 |
453 | !endif |
459 | !endif |
454 | 460 |