Rev 18277 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18277 | Rev 18281 | ||
---|---|---|---|
Line 459... | Line 459... | ||
459 | !endif |
459 | !endif |
460 | 460 | ||
461 | !if no_access_class iswordof $wims_user_error |
461 | !if no_access_class iswordof $wims_user_error |
462 | !distribute items esercizio, strumento, documento, freework into name_exo,name_tool,name_doc,name_freework |
462 | !distribute items esercizio, strumento, documento, freework into name_exo,name_tool,name_doc,name_freework |
463 | !set tt=!word 2 of $wims_user_error |
463 | !set tt=!word 2 of $wims_user_error |
- | 464 | !set tt2=!word 3 of $wims_user_error |
|
464 | <h2>Il corso è chiuso</h2> |
465 | <h2>Il corso è chiuso</h2> |
465 | <div class="wims_msg warning"> |
466 | <div class="wims_msg warning"> |
466 | !reset name_non |
467 | !reset name_non |
467 | !if $tt2=non |
468 | !if $tt2=non |
468 | !set |
469 | !set name_non=tutte le attività diverse da |
469 | !endif |
470 | !endif |
470 | !set tmp=!trim $name_non $(name_$tt) |
471 | !set tmp=!trim $name_non $(name_$tt) |
471 | L'accesso ad alcune tipologie di attività |
472 | L'accesso ad alcune tipologie di attività di questo corso ($tmp) è stato |
472 | provvisoriamente chiuso dal docente. Tornate più tardi. |
473 | provvisoriamente chiuso dal docente. Tornate più tardi. |
473 | </div> |
474 | </div> |
474 | !goto end2 |
475 | !goto end2 |
475 | !endif |
476 | !endif |
476 | 477 |