Rev 4116 | Rev 5951 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | <p> |
2 | !if $backdays>7 |
||
3 | !if $backdays>100 |
||
4116 | bpr | 4 | Your class has not been backed up for more than 100 days. |
23 | reyssat | 5 | !else |
6 | Last backup of your class: $backdays days ago. |
||
7 | !endif |
||
8 | !if backup iswordof $warn |
||
4116 | bpr | 9 | <p><span class="wims_warning">$wims_name_warning</span>. |
23 | reyssat | 10 | It is the teachers' responsability to backup their own teaching resources! |
4116 | bpr | 11 | The webmaster can only retreive lost worksheets or exercises exceptionally. |
12 | Moreover, virtual classes which have not been regularly |
||
23 | reyssat | 13 | backed up will be considered as inactive and unimportant by the software, |
14 | and may be erased at any time to make space for others. |
||
15 | !else |
||
16 | <p> Protect yourself against server incidents! |
||
17 | !endif |
||
18 | !href cmd=reply&job=arch Backup the class |
||
19 | regularly. |
||
20 | <p> |
||
21 | !endif |
||
22 | |||
23 | !if creation iswordof $warn |
||
4116 | bpr | 24 | <p><span class="wims_warning">$wims_name_warning</span>. Your virtual class is too old! It already has $creatdays days. |
23 | reyssat | 25 | <p> |
4116 | bpr | 26 | It is highly recommended that you create a new virtual class structure at |
23 | reyssat | 27 | the end of each academic year. Continue using an old virtual class structure over |
28 | the years will result in registry file and disk quota overflow, which risks |
||
4116 | bpr | 29 | blocking access to your class at crucial moments. |
23 | reyssat | 30 | !if $class_type notin 13 |
31 | <p> |
||
4116 | bpr | 32 | Here is how to create your virtual class without recreating your teaching |
23 | reyssat | 33 | resources. |
34 | <ol> |
||
3569 | bpr | 35 | <li> |
23 | reyssat | 36 | !href cmd=reply&job=arch Backup |
37 | your class at the end of the academic year. |
||
3569 | bpr | 38 | </li><li> |
23 | reyssat | 39 | <a href="$wims_ref_name?lang=$lang&module=adm/class/regclass">Create</a> |
4116 | bpr | 40 | a new virtual class (or a class group or an institutional gateway) at the beginning |
23 | reyssat | 41 | of the next academic year. |
4116 | bpr | 42 | </li><li>Restore the teaching resources you previously backed up to the new class |
43 | (without necessarily restoring student accounts and activities that are obsolete.) |
||
3569 | bpr | 44 | </li></ol> |
23 | reyssat | 45 | !else |
46 | <p> |
||
47 | Please tell this to the administrator of the class group gateway to which |
||
48 | your class belongs. |
||
49 | <p> |
||
50 | You can |
||
51 | !href cmd=reply&job=arch backup |
||
52 | the teaching resources of your current class then retore them to the newly |
||
53 | created one. |
||
54 | !endif |
||
55 | !endif |
||
56 | |||
57 | !if $warn=$empty |
||
58 | !set job=list |
||
59 | <p> |
||
60 | !changeto list.phtml |
||
61 | !else |
||
5764 | bpr | 62 | <div class="wimscenter"> |
23 | reyssat | 63 | !href cmd=reply&job=list Continue with class maintenance. |
5764 | bpr | 64 | </div> |
23 | reyssat | 65 | !endif |
66 |