Subversion Repositories wimsdev

Rev

Rev 17204 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13136 obado 1
!set lang_exists=yes
23 reyssat 2
 
11217 obado 3
!default wims_name_passsup=$wims_name_Password ($name_sup)
4
!default wims_name_password=$wims_name_Password ($name_classesss)
10929 bpr 5
!default wims_name_institution=$name_Name_portal
6
!default wims_name_description=$wims_name_name $name_classesss
7
 
13345 obado 8
!set cname=!item $cltype+1 of virtual classes,,groups of classes,,\
9
  institution portals
10
 
13076 bpr 11
!if noagreecgu iswordof $error
13136 obado 12
  $noagreecgu_msg
13076 bpr 13
  !exit
14
!endif
15
 
23 reyssat 16
!if no_subclass iswordof $error
16125 bpr 17
  You have no right to create subclasses under the current circumstances.
18
  !set restart=no
19
  !exit
23 reyssat 20
!endif
21
 
22
!if no_right iswordof $error
23
 Sorry, you have no right to create virtual classes on this site. Please
16125 bpr 24
  !mailurl $wims_site_manager contact the webmaster\
23 reyssat 25
Virtual class creation
16125 bpr 26
  for more details.
27
  !set restart=no
28
  !exit
23 reyssat 29
!endif
30
 
31
!if not_manager iswordof $error
16125 bpr 32
  Sorry but only the webmaster has the right to create $cname.
33
  !exit
23 reyssat 34
!endif
35
 
36
!if getpass iswordof $error
17260 guerimand 37
  <div class="wims_msg warning">
38
    Le mot de passe de création qui vous a été transmis par l'administrateur ne doit pas être communiqué. 
39
    !if $cltype=2
40
      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
    !endif
42
  </div>
16125 bpr 43
  !if $sendmail!=$empty
44
    The password has beed send by email to the adress $sendmail.
45
  !endif
46
  !if $regpass!=$empty
47
    Sorry, your password is not correct. Please try again.
48
  !else
49
    The creation of $cname on this site is protected by a password.
50
    You must enter this password before continuing.
51
  !endif
23 reyssat 52
 !form reply
17200 guerimand 53
  <input type="hidden" name="step" value="$step">
17181 guerimand 54
  <input type="hidden" name="job" value="$job">
13345 obado 55
  <label for="regpass">Enter the password:</label>
17180 bpr 56
  <input size="16" name="regpass" id="regpass" type="password" required>
13345 obado 57
 !formend
10603 bpr 58
 
23 reyssat 59
 Remark. The password for creation of virtual classes should be obtained from
60
 !mailurl $wims_site_manager the manager\
61
Virtual class creation password
62
 of this WIMS site.
63
 !set restart=no
64
 !exit
65
!endif
66
 
67
!if getid iswordof $error
13345 obado 68
  !if $regpass$regid!=$empty
69
    Sorry, your password is not correct. Please try again.
70
  !else
71
    The creation of virtual classes on this site is protected by a system of
72
    authentication. Please identify yourself.
73
  !endif
74
  </div>
75
  !form reply
76
    <fieldset class="property_fields halfwidth blockcenter">
77
      <div class="field box">
78
        <label for="regid">
79
          Name of your account:
80
        </label>
17180 bpr 81
        <input size="20" name="regid" id="regid" required>
13345 obado 82
      </div>
83
      <div class="field box">
84
        <label for="regpass">
85
          And the password:
86
        </label>
17180 bpr 87
        <input size="16" name="regpass" id="regpass" type="password"  required>
13345 obado 88
      </div>
89
      <div class="wimscenter">
17180 bpr 90
        <input type="submit" value="$wims_name_send">
13345 obado 91
      </div>
92
    </fieldset>
93
  !formend
16125 bpr 94
 
13345 obado 95
  <p>
96
    Remark. Please write to
97
    !mailurl $wims_site_manager the webmaster\
23 reyssat 98
Virtual class creation password
13345 obado 99
    if you want an account for creating virtual classes.
100
  </p>
101
  !set restart=no
102
  !exit
23 reyssat 103
!endif
104
 
105
!if class_quota=$error
13345 obado 106
  You have the right to install up to $r_quota1 classes.
107
  You've had all; no room for more.
108
  !set restart=no
109
  !exit
23 reyssat 110
!endif
111
 
112
!if bad_secure=$error
13345 obado 113
  Your current host does not fit your definition of secure access
114
  (<span class="tt">$secure</span>)! This is probably an error which would make you unable
115
  to control your class.
116
  <p>
16125 bpr 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">all</span> to disable this
13345 obado 120
    security measure.
17180 bpr 121
  </p><hr>
13345 obado 122
  !read help/hosts.phtml
123
  !reset secure
124
  !exit
23 reyssat 125
!endif
126
 
2947 bpr 127
!if has_empty=$error
13345 obado 128
  You have not given all the necessary information for the creation of a
17180 bpr 129
  class. Please complete your data before submitting them.<br>
13345 obado 130
  <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span>
131
  !exit
2947 bpr 132
!endif
133
 
23 reyssat 134
!if too_short=$error
13345 obado 135
  The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short.
136
  !exit
23 reyssat 137
!endif
138
 
139
!if bad_date=$error
13345 obado 140
  Your expiration data is not correct.
141
  !exit
23 reyssat 142
!endif
143
 
2947 bpr 144
!if anti_date=$error
13345 obado 145
  Your class has an expiration date before today. It would be expired before
146
  being created!
147
  !exit
23 reyssat 148
!endif
149
 
150
!if bad_level=$error
13345 obado 151
  Bad level value.
152
  !exit
23 reyssat 153
!endif
154
 
2947 bpr 155
!if bad_email=$error
13345 obado 156
  Your email address is apparently not valid.
157
  <p>
16125 bpr 158
  Please be aware that your creation of class will not succeed, unless
159
  you submit a REAL email address of YOUR OWN.
13345 obado 160
  </p>
161
  !exit
23 reyssat 162
!endif
163
 
164
!if existing=$error
13345 obado 165
  The class $classname seems already exist. You should not recreate the
166
  same class.
167
  !exit
23 reyssat 168
!endif
169
 
15928 guerimand 170
!if pass_discord isin $error
171
  The password you retyped (
172
  !if sup isin $error
16125 bpr 173
    teacher
174
    !if class isin $error
175
      and class
176
    !endif
15928 guerimand 177
  !else
178
    !if class isin $error
16125 bpr 179
      class
15928 guerimand 180
    !endif
181
  !endif
182
  ) does not correspond to the one originally given. Your
13345 obado 183
  class can therefore not be created. Please try again.
184
  again.
185
  !exit
23 reyssat 186
!endif
187
 
188
!if bad_pass=$error
13345 obado 189
  Your $(wims_name_$(error_subject)) contains illegal characters.
190
  Please use a word containing only digits or letters without accent, and
191
  without space between them.
192
  !exit
23 reyssat 193
!endif
194
 
195
!if bad_code=$error
13345 obado 196
  You did not enter the right code for the class. Have you given your
197
  email address correctly?
16125 bpr 198
  <p>
199
  This failure has been logged.
200
  </p>
13345 obado 201
  !exit
23 reyssat 202
!endif
203
 
204
!if define_fail=$error or abuse=$error
13345 obado 205
  The server has failed to insert your class into the database. This is
206
  an internal error of the software.
207
  <p>
208
    Please report the problem to the
209
    !mailurl $wims_site_manager webmaster\
23 reyssat 210
user registration failure
211
. Thanks!
13345 obado 212
  </p>
213
  !exit
23 reyssat 214
!endif
215
 
216
!if duplicate=$error
13345 obado 217
  You have tried to recreate an existing class. Perhaps because you clicked
218
  on the button `reload'? In any case, your class $classname is already
219
  there, and the second tentative of creation is ignored.
220
  <div>
16125 bpr 221
  !read adm/lang/links.phtml.$modu_lang
13345 obado 222
  </div>
223
  !exit
23 reyssat 224
!endif
225
 
9447 guerimand 226
!if classdontexists=$error
13345 obado 227
  This class does not exist.
228
  !exit
9447 guerimand 229
!endif
230
 
231
!if notexempleclass=$error
13345 obado 232
  This class is not an example class: you can't copy it.
233
  !exit
9447 guerimand 234
!endif
235
 
236
!if badcpmethod=$error
13345 obado 237
  Unidentifiable copy method. Repeat the operation.
238
  If the error persists, contact the server administrator.
239
  !exit
9447 guerimand 240
!endif
241
 
9461 guerimand 242
!if cloningnotallow=$error
13345 obado 243
  Duplication of this class is not allowed by its administrator.
244
  !exit
9461 guerimand 245
!endif
246
 
247
!if badcloningpwd=$error
13345 obado 248
  Wrong duplication password.
249
  !exit
9461 guerimand 250
!endif
251
 
252
!if disallowcloning=$error
13345 obado 253
  No duplication of this class can be performed.
254
  !exit
9461 guerimand 255
!endif
256
 
16124 guerimand 257
!if subclasslimit=$error
258
  Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). Il n'est pas possible d'en créer d'autres.
259
  !exit
260
!endif
261
 
17204 guerimand 262
!if bad_file iswordof $error
263
  Sorry, but I cannot recognize <em>$wims_deposit</em> as a class backup file.
264
  Either you have sent a wrong file, or it is corrupt.
265
  !exit
266
!endif
267
 
4883 guerimand 268
!msg $error