Subversion Repositories wimsdev

Rev

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