Subversion Repositories wimsdev

Rev

Rev 14501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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