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