Subversion Repositories wimsdev

Rev

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