Subversion Repositories wimsdev

Rev

Rev 17260 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17260 Rev 17261
Line 2... Line 2...
2
 
2
 
3
!default wims_name_passsup=$wims_name_Password ($name_sup)
3
!default wims_name_passsup=$wims_name_Password ($name_sup)
4
!default wims_name_password=$wims_name_Password ($name_classesss)
4
!default wims_name_password=$wims_name_Password ($name_classesss)
5
!default wims_name_institution=$name_Name_portal
5
!default wims_name_institution=$name_Name_portal
6
!default wims_name_description=$wims_name_name $name_classesss
6
!default wims_name_description=$wims_name_name $name_classesss
-
 
7
 
-
 
8
!set cname=!item $cltype+1 of virtual classes,,groups of classes,,\
-
 
9
  institution portals
7
 
10
 
8
!if noagreecgu iswordof $error
11
!if noagreecgu iswordof $error
9
  $noagreecgu_msg
12
  $noagreecgu_msg
10
  !exit
13
  !exit
11
!endif
14
!endif
12
 
15
 
13
!if no_subclass iswordof $error
16
!if no_subclass iswordof $error
14
 V trenutnih okoli¹èinah nimate pravic za ustvarjanje uèilnic.
17
  V trenutnih okoli¹èinah nimate pravic za ustvarjanje uèilnic.
15
 !set restart=no
18
  !set restart=no
16
 !exit
19
  !exit
17
!endif
20
!endif
18
 
21
 
19
!if no_right iswordof $error
22
!if no_right iswordof $error
20
 Sorry, you have no right to create virtual classes on this site. Please
23
  Sorry, you have no right to create virtual classes on this site. Please
21
 !mailurl $wims_site_manager contact the webmaster\
24
  !mailurl $wims_site_manager contact the webmaster\
22
Virtual class creation
25
Virtual class creation
23
 for more details.
26
  for more details.
24
 !set restart=no
27
  !set restart=no
25
 !exit
28
  !exit
26
!endif
29
!endif
27
 
30
 
28
!if not_manager iswordof $error
31
!if not_manager iswordof $error
29
 Sorry but only the webmaster has the right to create $cname.
32
  Sorry but only the webmaster has the right to create $cname.
30
 !exit
33
  !exit
31
!endif
34
!endif
32
 
35
 
33
!if getpass iswordof $error
36
!if getpass iswordof $error
34
  <div class="wims_msg warning">
37
  <div class="wims_msg warning">
35
    Le mot de passe de création qui vous a été transmis par l'administrateur ne doit pas être communiqué. 
38
    Le mot de passe de création qui vous a été transmis par l'administrateur
-
 
39
    ne doit pas être communiqué.
36
    !if $cltype=2
40
    !if $cltype=2
37
      De même, vous vous engagez à ne diffuser le mot de passe d'inscription des enseignants à votre groupement seulement aux enseignants dont vous souhaitez l'inscription dans votre groupement. En aucun cas ce mot de passe n'aura une diffusion publique. L'administrateur du serveur se réserve le droit de fermer votre groupement en cas de manquement à cette règle.
41
      De même, vous vous engagez à ne diffuser le mot de passe d'inscription des enseignants
-
 
42
      à votre groupement qu'aux enseignants dont vous souhaitez l'inscription
-
 
43
      dans votre groupement. En aucun cas ce mot de passe n'aura une diffusion publique.
-
 
44
      L'administrateur du serveur se réserve le droit de fermer votre groupement
-
 
45
      en cas de manquement à cette règle.
38
    !endif
46
    !endif
39
  </div>
47
  </div>
40
 !if $sendmail!=$empty
48
  !if $sendmail!=$empty
41
  <p class="wimscenter large">The password has been send by email to the address
49
    The password has been send by email to the address
42
  </p>
50
    <br class="spacer">
43
 !endif
51
  !endif
44
 !if $regpass!=$empty
52
  !if $regpass!=$empty
-
 
53
    <div class="wims_msg warning">
45
  Sorry, your password is not correct. Please try again.
54
      Sorry, your password is not correct. Please try again.
-
 
55
    </div>
46
 !else
56
  !else
47
  !set cname=!item $cltype+1 of virtual classes,,groups of classes,,\
-
 
48
	institution portals
57
    !if $sendmail=$empty
49
  The creation of $cname on this site is protected by a password.
58
    The creation of $cname on this site is protected by a password.
50
  You must enter this password before continuing.
59
    You must enter this password before continuing.
51
 !endif
60
    !endif
52
 <p>
61
  !endif
53
 !form reply
62
  !form reply
54
  <input type="hidden" name="step" value="$step">
63
  <input type="hidden" name="step" value="$step">
55
    <input type="hidden" name="job" value="$job">
64
  <input type="hidden" name="job" value="$job">
56
  <label for="regpass">
65
  <label for="regpass">
57
    Enter the password:
66
    Enter the password:
58
  </label>
67
  </label>
59
  <input size="16" name="regpass" id="regpass" type="password" required>
68
  <input size="16" name="regpass" type="password" id="regpass" required>
-
 
69
  <input type="submit" value="$wims_name_send">
60
 !formend
70
  !formend
61
 
71
  </div>
-
 
72
  <div class="wims_msg info">
62
 Remark. The password for creation of virtual classes should be obtained from
73
    The password for creation of virtual classes should be obtained from
63
 !mailurl $wims_site_manager the manager\
74
 !mailurl $wims_site_manager the manager\
64
Virtual class creation password
75
Virtual class creation password
65
 of this WIMS site.
76
    of this WIMS site.
66
 !set restart=no
77
  !set restart=no
67
 !exit
78
  !exit
68
!endif
79
!endif
69
 
80
 
70
!if getid iswordof $error
81
!if getid iswordof $error
71
  !if $regpass$regid!=$empty
82
  !if $regpass$regid!=$empty
72
    Sorry, your password is not correct. Please try again.
83
    Sorry, your password is not correct. Please try again.
Line 92... Line 103...
92
      <div class="wimscenter">
103
      <div class="wimscenter">
93
        <input type="submit" value="$wims_name_send">
104
        <input type="submit" value="$wims_name_send">
94
      </div>
105
      </div>
95
    </fieldset>
106
    </fieldset>
96
  !formend
107
  !formend
-
 
108
  <p>
97
  Remark. Please write to
109
    Remark. Please write to
98
  !mailurl $wims_site_manager the webmaster\
110
    !mailurl $wims_site_manager the webmaster\
99
Virtual class creation password
111
Virtual class creation password
100
  if you want an account for creating virtual classes.
112
    if you want an account for creating virtual classes.
-
 
113
    </p>
101
  !set restart=no
114
  !set restart=no
102
  !exit
115
  !exit
103
!endif
116
!endif
104
 
117
 
105
!if class_quota=$error
118
!if class_quota=$error
106
 You have the right to install up to $r_quota1 classes. You've had all;
119
  You have the right to install up to $r_quota1 classes. You've had all;
107
 no room for more.
120
  no room for more.
108
 !set restart=no
121
  !set restart=no
109
 !exit
-
 
110
!endif
-
 
111
 
-
 
112
!if bad_secure=$error
-
 
113
 Your current host does not fit your definition of secure access
-
 
114
 (<span class="tt wims_code_words">$secure</span>)! This is probably an error which would make you unable
-
 
115
 to control your class.
-
 
116
 <p>
-
 
117
 Please read attentively the documentation below. If you still do not
-
 
118
 understand, leave this field empty (you will be sent temporary secret codes
-
 
119
 for sensitive operations), or put the word <span class="tt wims_code_words">all</span> to disable this
-
 
120
 security measure.
-
 
121
 </p><hr>
-
 
122
 !read help/hosts.phtml
-
 
123
 !reset secure
-
 
124
 !exit
122
  !exit
125
!endif
123
!endif
126
 
124
 
-
 
125
!if bad_secure=$error
-
 
126
  Your current host does not fit your definition of secure access
-
 
127
  (<span class="tt wims_code_words">$secure</span>)! This is probably an error which would make you unable
-
 
128
  to control your class.
-
 
129
  <p>
-
 
130
  Please read attentively the documentation below. If you still do not
-
 
131
  understand, leave this field empty (you will be sent temporary secret codes
-
 
132
  for sensitive operations), or put the word <span class="tt wims_code_words">all</span> to disable this
-
 
133
  security measure.
-
 
134
  </p><hr>
-
 
135
  !read help/hosts.phtml
-
 
136
  !reset secure
-
 
137
  !exit
-
 
138
!endif
-
 
139
 
127
!if has_empty=$error
140
!if has_empty=$error
128
 You have not given all the necessary informations for the creation of a
141
  You have not given all the necessary informations for the creation of a
129
 class. Please complete your data before submitting them.<br>
142
  class. Please complete your data before submitting them.<br>
130
 <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span>
143
  <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span>
131
 !exit
144
  !exit
132
!endif
145
!endif
133
 
146
 
134
!if too_short=$error
147
!if too_short=$error
135
 The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short.
148
  The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short.
136
 !exit
149
  !exit
137
!endif
150
!endif
138
 
151
 
139
!if bad_date=$error
152
!if bad_date=$error
140
 Your expiration data is not correct.
153
  Your expiration data is not correct.
141
 !exit
154
  !exit
142
!endif
155
!endif
143
 
156
 
144
!if anti_date=$error
157
!if anti_date=$error
145
 Your class has an expiration date before today. It would be expired before
158
  Your class has an expiration date before today. It would be expired before
146
 being created!
159
  being created!
147
 !exit
160
  !exit
148
!endif
161
!endif
149
 
162
 
150
!if bad_level=$error
163
!if bad_level=$error
151
 Bad level value.
164
  Bad level value.
152
 !exit
165
  !exit
153
!endif
166
!endif
154
 
167
 
155
!if bad_email=$error
168
!if bad_email=$error
156
 Your email address is apparently not valid.
169
  Your email address is apparently not valid.
157
 <p>
170
  <p>
158
 Please be aware that your creation of class will not succeed, unless
171
  Please be aware that your creation of class will not succeed, unless
159
 you submit a REAL email address of YOUR OWN.
172
  you submit a REAL email address of YOUR OWN.
-
 
173
  </p>
160
 !exit
174
  !exit
161
!endif
175
!endif
162
 
176
 
163
!if existing=$error
177
!if existing=$error
164
 The class $classname seems already exist. You should not recreate the
178
  The class $classname seems already exist. You should not recreate the
165
 same class.
179
  same class.
166
 !exit
180
  !exit
167
!endif
181
!endif
168
 
182
 
169
!if pass_discord isin $error
183
!if pass_discord isin $error
170
 The password you retyped does not correspond to the first one. Your
184
  The password you retyped does not correspond to the first one. Your
171
 creation of class is therefore not taken into account; you may try it
185
  creation of class is therefore not taken into account; you may try it
172
 again.
186
  again.
173
 !exit
187
  !exit
174
!endif
188
!endif
175
 
189
 
176
!if bad_pass=$error
190
!if bad_pass=$error
177
 Your $(wims_name_$(error_subject)) contains illegal characters.
191
  Your $(wims_name_$(error_subject)) contains illegal characters.
178
 Please use a word containing only digits or letters without accent, and
192
  Please use a word containing only digits or letters without accent, and
179
 without space between them.
193
  without space between them.
180
 !exit
194
  !exit
181
!endif
195
!endif
182
 
196
 
183
!if bad_code=$error
197
!if bad_code=$error
184
 You did not enter the right code for the class. Have you given your
198
  You did not enter the right code for the class. Have you given your
185
 email address correctly?<p>
199
  email address correctly?
-
 
200
  <p>
186
 This failure has been logged.
201
  This failure has been logged.
187
 </p>
202
  </p>
188
 !exit
203
  !exit
189
!endif
204
!endif
190
 
205
 
191
!if define_fail=$error or abuse=$error
206
!if define_fail=$error or abuse=$error
192
 The server has failed to insert your class into the database. This is
207
  The server has failed to insert your class into the database. This is
193
 an internal error of the software.
208
  an internal error of the software.
194
 <p>
209
  <p>
195
 Please report the problem to the
210
    Please report the problem to the
196
 !mailurl $wims_site_manager webmaster\
211
    !mailurl $wims_site_manager webmaster\
197
user registration failure
212
user registration failure
198
. Thanks!
213
. Thanks!
-
 
214
  </p>
199
 !exit
215
  !exit
200
!endif
216
!endif
201
 
217
 
202
!if duplicate=$error
218
!if duplicate=$error
203
 You have tried to recreate an existing class. Perhaps because you clicked
219
  You have tried to recreate an existing class. Perhaps because you clicked
204
 on the button `reload'? In any case, your class $classname is already
220
  on the button `reload'? In any case, your class $classname is already
205
 there, and the second tentative of creation is ignored. <p>
221
  there, and the second tentative of creation is ignored. <p>
-
 
222
  <div>
206
 !read adm/lang/links.phtml.$modu_lang
223
  !read adm/lang/links.phtml.$modu_lang
-
 
224
  </div>
207
 !exit
225
  !exit
208
!endif
226
!endif
209
 
227
 
210
!if classdontexists=$error
228
!if classdontexists=$error
211
 Cette classe n'existe pas.
229
  Cette classe n'existe pas.
212
 !exit
230
  !exit
213
!endif
231
!endif
214
 
232
 
215
!if notexempleclass=$error
233
!if notexempleclass=$error
216
 Cette classe n'est pas une classe d'exemple : impossible de la copier.
234
  Cette classe n'est pas une classe d'exemple : impossible de la copier.
217
 !exit
235
  !exit
218
!endif
236
!endif
219
 
237
 
220
!if badcpmethod=$error
238
!if badcpmethod=$error
221
 Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur.
239
  Méthode de copie impossible à identifier. Recommencer l'opération.
-
 
240
  Si l'erreur persiste contacter l'administrateur du serveur.
222
 !exit
241
  !exit
223
!endif
242
!endif
224
 
243
 
225
!if cloningnotallow=$error
244
!if cloningnotallow=$error
226
 La duplication de cette classe n'est pas autorisée par son administrateur.
245
  La duplication de cette classe n'est pas autorisée par son administrateur.
227
 !exit
246
  !exit
228
!endif
247
!endif
229
 
248
 
230
!if badcloningpwd=$error
249
!if badcloningpwd=$error
231
 Mauvais mot de passe de duplication.
250
  Mauvais mot de passe de duplication.
232
 !exit
251
  !exit
233
!endif
252
!endif
234
 
253
 
235
!if disallowcloning=$error
254
!if disallowcloning=$error
236
 Aucun duplication ne peut être réalisée sur cette classe.
255
  Aucune duplication de cette classe ne peut être réalisée.
237
 !exit
256
  !exit
238
!endif
257
!endif
239
 
258
 
240
!if subclasslimit=$error
259
!if subclasslimit=$error
241
  Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). Il n'est pas possible d'en créer d'autres.
260
  Vous avez atteint le nombre maximum de sous-classes ($max_subclasses).
-
 
261
  Il n'est pas possible d'en créer d'autres.
-
 
262
  !exit
-
 
263
!endif
-
 
264
 
-
 
265
!if bad_file iswordof $error
-
 
266
  Désolé mais je ne peux pas reconnaître <em>$wims_deposit</em>
-
 
267
  comme un fichier de sauvegarde d'une classe. Soit vous avez envoyé un mauvais
-
 
268
  fichier, soit le fichier est endommagé.
242
  !exit
269
  !exit
243
!endif
270
!endif
244
 
271
 
245
!msg $error
272
!msg $error
246
 
-