Subversion Repositories wimsdev

Rev

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