Subversion Repositories wimsdev

Rev

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

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