Rev 17878 | Rev 18281 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17878 | Rev 18277 | ||
---|---|---|---|
Line 457... | Line 457... | ||
457 | </div> |
457 | </div> |
458 | !goto end2 |
458 | !goto end2 |
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 |
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 | <h2>Il corso è chiuso</h2> |
464 | <h2>Il corso è chiuso</h2> |
465 | <div class="wims_msg warning"> |
465 | <div class="wims_msg warning"> |
- | 466 | !reset name_non |
|
- | 467 | !if $tt2=non |
|
- | 468 | !set name_non=other than |
|
- | 469 | !endif |
|
- | 470 | !set tmp=!trim $name_non $(name_$tt) |
|
466 | L'accesso ad alcune tipologie di attività |
471 | L'accesso ad alcune tipologie di attività ()$tmp) di questo corso è stato |
467 | provvisoriamente chiuso dal docente. Tornate più tardi. |
472 | provvisoriamente chiuso dal docente. Tornate più tardi. |
468 | </div> |
473 | </div> |
469 | !goto end2 |
474 | !goto end2 |
470 | !endif |
475 | !endif |
471 | 476 |