Subversion Repositories wimsdev

Rev

Rev 6235 | 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 />
23 reyssat 11
  It is the teachers' responsability to backup their own teaching resources!
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.
16
 !else
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>
4116 bpr 34
  Here is how to create your virtual class without recreating your teaching
23 reyssat 35
  resources.
5951 bpr 36
  </p>
23 reyssat 37
  <ol>
3569 bpr 38
  <li>
23 reyssat 39
  !href cmd=reply&job=arch Backup
40
  your class at the end of the academic year.
3569 bpr 41
  </li><li>
1724 bpr 42
  <a href="$wims_ref_name?lang=$lang&module=adm/class/regclass">Create</a>
4116 bpr 43
  a new virtual class (or a class group or an institutional gateway) at the beginning
23 reyssat 44
  of the next academic year.
4116 bpr 45
  </li><li>Restore the teaching resources you previously backed up to the new class
46
  (without necessarily restoring student accounts and activities that are obsolete.)
3569 bpr 47
  </li></ol>
23 reyssat 48
 !else
49
  <p>
50
  Please tell this to the administrator of the class group gateway to which
51
  your class belongs.
5951 bpr 52
  </p><p>
23 reyssat 53
  You can
54
  !href cmd=reply&job=arch backup
55
  the teaching resources of your current class then retore them to the newly
56
  created one.
5951 bpr 57
  </p>
23 reyssat 58
 !endif
59
!endif
10101 bpr 60
!exit
23 reyssat 61
!if $warn=$empty
62
 !set job=list
63
 !changeto list.phtml
64
!else
5764 bpr 65
  <div class="wimscenter">
23 reyssat 66
  !href cmd=reply&job=list Continue with class maintenance.
5764 bpr 67
 </div>
23 reyssat 68
!endif