Subversion Repositories wimsdev

Rev

Rev 13076 | Rev 13345 | 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
 
13076 bpr 8
!if noagreecgu iswordof $error
13136 obado 9
  $noagreecgu_msg
13076 bpr 10
  !exit
11
!endif
12
 
23 reyssat 13
!if no_subclass iswordof $error
14
 V trenutnih okoli¹èinah nimate pravic za ustvarjanje uèilnic.
15
 !set restart=no
16
 !exit
17
!endif
18
 
19
!if no_right iswordof $error
20
 Sorry, you have no right to create virtual classes on this site. Please
3930 bpr 21
 !mailurl $wims_site_manager contact the webmaster\
23 reyssat 22
Virtual class creation
23
 for more details.
24
 !set restart=no
25
 !exit
26
!endif
27
 
28
!if not_manager iswordof $error
3930 bpr 29
 Sorry but only the webmaster has the right to create institution portals.
23 reyssat 30
 !exit
31
!endif
32
 
33
!if getpass iswordof $error
2947 bpr 34
 !if $sendmail!=$empty
12180 bpr 35
  <p class="wimscenter large">The password has been send by email to the address
6148 bpr 36
  </p>
2947 bpr 37
 !endif
23 reyssat 38
 !if $regpass!=$empty
39
  Sorry, your password is not correct. Please try again.
40
 !else
41
  !set cname=!item $cltype+1 of virtual classes,,groups of classes,,\
42
	institution portals
43
  The creation of $cname on this site is protected by a password.
44
  You must enter this password before continuing.
45
 !endif
46
 <p>
47
 !form reply
6235 bpr 48
  <input type="hidden" name="step" value="0" />
49
  Enter the password: <input size="16" name="regpass" type="password" />
10603 bpr 50
 
5926 bpr 51
!formend
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
62
 !if $regpass$regid!=$empty
63
  Sorry, your password is not correct. Please try again.
64
 !else
9447 guerimand 65
  The creation of virtual classes on this site !if classdontexists=$error
66
 Cette classe n'existe pas.
67
 !exit
68
!endif
69
 
70
!if notexempleclass=$error
71
 Cette classe n'est pas une classe d'exemple : impossible de la copier.
72
 !exit
73
!endif
74
 
75
!if badcpmethod=$error
76
 Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur.
77
 !exit
78
!endifis protected by a system of
23 reyssat 79
  authentication. Please identify yourself.
80
 !endif
5894 bpr 81
 
23 reyssat 82
 !form reply
6374 bpr 83
  <table class="wimscenter wimsnoborder">
84
  <tr><td style="text-align:right">
6235 bpr 85
  Entrez the name of your account:</td><td><input size="20" name="regid" /></td>
6374 bpr 86
  </tr><tr><td style="text-align:right">
6235 bpr 87
  And the password:</td><td><input size="16" name="regpass" type="password" />
88
  <input type="submit" value="$wims_name_tosave" /></td>
23 reyssat 89
  </tr></table>
10603 bpr 90
 
5926 bpr 91
!formend
23 reyssat 92
 Remark. Please write to
3930 bpr 93
 !mailurl $wims_site_manager the webmaster\
23 reyssat 94
Virtual class creation password
95
 if you want an account for creating virtual classes.
96
 !set restart=no
97
 !exit
98
!endif
99
 
100
!if class_quota=$error
101
 You have the right to install up to $r_quota1 classes. You've had all;
102
 no room for more.
103
 !set restart=no
104
 !exit
105
!endif
106
 
2947 bpr 107
!if bad_secure=$error
108
 Your current host does not fit your definition of secure access
5901 bpr 109
 (<span class="tt wims_code_words">$secure</span>)! This is probably an error which would make you unable
2947 bpr 110
 to control your class.
111
 <p>
3944 bpr 112
 Please read attentively the documentation below. If you still do not
2947 bpr 113
 understand, leave this field empty (you will be sent temporary secret codes
5901 bpr 114
 for sensitive operations), or put the word <span class="tt wims_code_words">all</span> to disable this
2947 bpr 115
 security measure.
6235 bpr 116
 </p><hr />
2947 bpr 117
 !read help/hosts.phtml
118
 !reset secure
119
 !exit
120
!endif
121
 
23 reyssat 122
!if has_empty=$error
10603 bpr 123
 You have not given all the necessary informations for the creation of a
11217 obado 124
 class. Please complete your data before submitting them.<br/>
125
 <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span>
23 reyssat 126
 !exit
127
!endif
128
 
129
!if too_short=$error
5901 bpr 130
 The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short.
23 reyssat 131
 !exit
132
!endif
133
 
134
!if bad_date=$error
135
 Your expiration data is not correct.
136
 !exit
137
!endif
138
 
2947 bpr 139
!if anti_date=$error
140
 Your class has an expiration date before today. It would be expired before
141
 being created!
23 reyssat 142
 !exit
143
!endif
144
 
145
!if bad_level=$error
146
 Bad level value.
147
 !exit
148
!endif
149
 
2947 bpr 150
!if bad_email=$error
151
 Your email address is apparently not valid.
152
 <p>
153
 Please be aware that your creation of class will not succeed, unless
154
 you submit a REAL email address of YOUR OWN.
23 reyssat 155
 !exit
156
!endif
157
 
158
!if existing=$error
159
 The class $classname seems already exist. You should not recreate the
160
 same class.
161
 !exit
162
!endif
163
 
164
!if pass_discord=$error
165
 The password you retyped does not correspond to the first one. Your
166
 creation of class is therefore not taken into account; you may try it
167
 again.
168
 !exit
169
!endif
170
 
171
!if bad_pass=$error
11217 obado 172
 Your $(wims_name_$(error_subject)) contains illegal characters.
23 reyssat 173
 Please use a word containing only digits or letters without accent, and
174
 without space between them.
175
 !exit
176
!endif
177
 
178
!if bad_code=$error
10603 bpr 179
 You did not enter the right code for the class. Have you given your
23 reyssat 180
 email address correctly?<p>
181
 This failure has been logged.
10929 bpr 182
 </p>
23 reyssat 183
 !exit
184
!endif
185
 
186
!if define_fail=$error or abuse=$error
187
 The server has failed to insert your class into the database. This is
188
 an internal error of the software.
189
 <p>
190
 Please report the problem to the
3930 bpr 191
 !mailurl $wims_site_manager webmaster\
23 reyssat 192
user registration failure
193
. Thanks!
194
 !exit
195
!endif
196
 
197
!if duplicate=$error
198
 You have tried to recreate an existing class. Perhaps because you clicked
199
 on the button `reload'? In any case, your class $classname is already
200
 there, and the second tentative of creation is ignored. <p>
4814 guerimand 201
 !read adm/lang/links.phtml.$modu_lang
23 reyssat 202
 !exit
203
!endif
204
 
9447 guerimand 205
!if classdontexists=$error
206
 Cette classe n'existe pas.
207
 !exit
208
!endif
209
 
210
!if notexempleclass=$error
211
 Cette classe n'est pas une classe d'exemple : impossible de la copier.
212
 !exit
213
!endif
214
 
215
!if badcpmethod=$error
216
 Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur.
217
 !exit
218
!endif
219
 
9461 guerimand 220
!if cloningnotallow=$error
10603 bpr 221
 La duplication de cette classe n'est pas autorisée par son administrateur.
9461 guerimand 222
 !exit
223
!endif
224
 
225
!if badcloningpwd=$error
10603 bpr 226
 Mauvais mot de passe de duplication.
9461 guerimand 227
 !exit
228
!endif
229
 
230
!if disallowcloning=$error
10603 bpr 231
 Aucun duplication ne peut être réalisée sur cette classe.
9461 guerimand 232
 !exit
233
!endif
234
 
9447 guerimand 235
!msg $error
236