Subversion Repositories wimsdev

Rev

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

Rev 3960 Rev 3985
Line 4... Line 4...
4
 Sorry, only the registered supervisor of a class can edit a worksheet
4
 Sorry, only the registered supervisor of a class can edit a worksheet
5
 !exit
-
 
6
!endif
-
 
7
 
-
 
8
!if bad_class=$error
-
 
9
 Strange, but it seems that your class is not valid!
-
 
10
 !exit
5
 !exit
11
!endif
6
!endif
12
 
7
 
13
!if bad_series=$error
8
!if bad_series=$error
14
Strange, but  I do not find the exercise series to modify !!
9
Strange, but  I do not find the exercise series to modify !!
15
 !exit
10
 !exit
16
!endif
11
!endif
17
 
12
 
18
!if bad_source=$error
13
!if bad_source=$error
19
 The item number $bad_source in the source code you just submitted is not
14
 The item number $bad_source in the source code you just submitted is not
20
 valid.
15
 valid.
21
 !href cmd=reply&job=prep_putsource&source=$source $name_correctsource
16
 !href cmd=reply&job=prep_putsource&source=$source $name_correctsource
22
.
17
.
23
 !exit
18
 !exit
24
!endif
19
!endif
25
 
20
 
26
!if active_sheet=$error
21
!if active_sheet=$error
27
 Cette feuille est active. Son contenu ne peut pas être modifié.
22
 Cette feuille est active. Son contenu ne peut pas être modifié.
28
 !exit
23
 !exit
29
!endif
24
!endif
30
 
25
 
31
!if bad_sheet=$error
26
!if bad_sheet=$error
32
 Your worksheet number is not valid. Could be this a bug?
27
 Your worksheet number is not valid. Could be this a bug?
33
 !exit
28
 !exit
34
!endif
29
!endif
35
 
30
 
36
!if bad_maxsheet=$error
31
!if bad_maxsheet=$error
37
 Le nombre de feuilles est limité à $max_sheet. Vous ne pouvez donc plus en créer.
32
 Le nombre de feuilles est limité à $max_sheet. Vous ne pouvez donc plus en créer.
38
 !exit
33
 !exit
39
!endif
34
!endif
40
 
35
 
41
!if no_title=$error
36
!if no_title=$error
42
 You want to register a worksheet without a title, which is not advisable.
37
 You want to register a worksheet without a title, which is not advisable.
43
 Did you simply forget?
38
 Did you simply forget?
44
 !exit
39
 !exit
45
!endif
40
!endif
46
 
41
 
47
!if $error=not_secure
42
!if $error=not_secure
48
 This action can only be done from a secure host.
43
 This action can only be done from a secure host.
49
 !if $sec=$empty
44
 !if $sec=$empty
50
  You have not defined a secure host. Access denied. You may ask the webmaster
45
  You have not defined a secure host. Access denied. You may ask the webmaster
51
  to do it for you.
46
  to do it for you.
52
 !else
47
 !else
53
  Access denied.
48
  Access denied.
54
 !endif
49
 !endif
55
 !exit
50
 !exit
56
!endif
51
!endif
57
 
52
 
58
!if $error=sharing_sheet
53
!if $error=sharing_sheet
59
 You are sharing worksheets with other classes!
54
 You are sharing worksheets with other classes!
60
 !if $wims_ismanager<2
55
 !if $wims_ismanager<2
61
  You must ask the webmaster to deactivate the worksheet for you.
56
  You must ask the webmaster to deactivate the worksheet for you.
62
  !exit
57
  !exit
Line 97... Line 92...
97
 !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes; $(wims_name_actionlist[3])
92
 !href cmd=reply&job=deactivate&confirm=yes $wims_name_yes; $(wims_name_actionlist[3])
98
 .&nbsp;&nbsp;
93
 .&nbsp;&nbsp;
99
 !href cmd=resume $wims_name_no; $wims_name_giveup
94
 !href cmd=resume $wims_name_no; $wims_name_giveup
100
 . </center> <p>
95
 . </center> <p>
101
 List of students having worked on this worksheet:
96
 List of students having worked on this worksheet:
102
 <p>
97
 <p>
103
 <tt>$worktest</tt>
98
 <tt>$worktest</tt>
104
 <p>
99
 <p>
105
 <b>Note</b>. Only deactivate if you are using this class as a test.
100
 <b>Note</b>. Only deactivate if you are using this class as a test.
106
 !exit
101
 !exit
107
!endif
102
!endif
Line 141... Line 136...
141
 !href cmd=resume $wims_name_no ; $wims_name_giveup
136
 !href cmd=resume $wims_name_no ; $wims_name_giveup
142
 . </center>
137
 . </center>
143
 <p><b>Remark.</b> Your students cannot continue to work on a
138
 <p><b>Remark.</b> Your students cannot continue to work on a
144
 expired worksheet. But their earlier scores will be conserved (and will be taken into
139
 expired worksheet. But their earlier scores will be conserved (and will be taken into
145
 account in the statistics), and you can always consult these scores.
140
 account in the statistics), and you can always consult these scores.
146
 !exit
141
 !exit
147
!endif
142
!endif
148
 
143
 
149
!if prep_putsource=$error
144
!if prep_putsource=$error
150
 If you have saved the source code of a worksheet previously, you can insert this code
145
 If you have saved the source code of a worksheet previously, you can insert this code
151
 into the current worksheet, by copying this code into the window below,
146
 into the current worksheet, by copying this code into the window below,
152
 then clicking on the button <tt>$wims_name_send</tt>. You may also insert the
147
 then clicking on the button <tt>$wims_name_send</tt>. You may also insert the
Line 188... Line 183...
188
 !href cmd=resume Back to edit the worksheet
183
 !href cmd=resume Back to edit the worksheet
189
 !exit
184
 !exit
190
!endif
185
!endif
191
 
186
 
192
!msg $error
187
!msg $error
193
 
-