Subversion Repositories wimsdev

Rev

Rev 17200 | 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
 
2947 bpr 16
!if no_subclass iswordof $error
17
 You have no right to create subclasses under the current circumstances.
18
 !set restart=no
19
 !exit
20
!endif
21
 
22
!if no_right iswordof $error
23
 Sorry, you have no right to create virtual classes on this site. Please
3930 bpr 24
 !mailurl $wims_site_manager contact the webmaster\
2947 bpr 25
Virtual class creation
26
 for more details.
27
 !set restart=no
28
 !exit
29
!endif
30
 
31
!if not_manager iswordof $error
13345 obado 32
 Sorry, but only the webmaster has the right to create $cname.
2947 bpr 33
 !exit
34
!endif
35
 
36
!if getpass iswordof $error
37
 !if $sendmail!=$empty
12180 bpr 38
  <p class="wimscenter large">The password has been send by email to the address
2947 bpr 39
  <p>
40
 !endif
41
 !if $regpass!=$empty
42
  Sorry, your password is not correct. Please try again.
43
 !else
44
  The creation of $cname on this site is protected by a password.
45
  You must enter this password before continuing.
46
 !endif
47
 <p>
48
 !form reply
17200 guerimand 49
  <input type="hidden" name="step" value="$step">
50
  <input type="hidden" name="job" value="$job">
13345 obado 51
  <label for="regpass">
52
    Enter the password:
53
  </label>
17180 bpr 54
  <input size="16" name="regpass" id="regpass" type="password" required>
13345 obado 55
 !formend
2947 bpr 56
 Remark. The password for creation of virtual classes should be obtained from
57
 !mailurl $wims_site_manager the manager\
58
Virtual class creation password
59
 of this WIMS site.
60
 !set restart=no
61
 !exit
62
!endif
63
 
64
!if getid iswordof $error
65
 !if $regpass$regid!=$empty
66
  Sorry, your password is not correct. Please try again.
67
 !else
68
  The creation of virtual classes on this site is protected by a system of
69
  authentication. Please identify yourself.
70
 !endif
5926 bpr 71
 
2947 bpr 72
 !form reply
6374 bpr 73
  <table class="wimscenter wimsnoborder">
74
  <tr><td style="text-align:right">
17180 bpr 75
  Entrez the name of your account:</td><td><input size="20" name="regid"></td>
6374 bpr 76
  </tr><tr><td>
17180 bpr 77
  And the password:</td><td><input size="16" name="regpass" type=password>
78
  <input type="submit" value="$wims_name_tosave"></td>
2947 bpr 79
  </tr></table>
10603 bpr 80
 
5926 bpr 81
!formend
2947 bpr 82
 Remark. Please write to
3930 bpr 83
 !mailurl $wims_site_manager the webmaster\
2947 bpr 84
Virtual class creation password
85
 if you want an account for creating virtual classes.
86
 !set restart=no
87
 !exit
88
!endif
89
 
90
!if class_quota=$error
91
 You have the right to install up to $r_quota1 classes. You've had all;
92
 no room for more.
93
 !set restart=no
94
 !exit
95
!endif
96
 
23 reyssat 97
!if bad_secure=$error
98
 Your current host does not fit your definition of secure access
5901 bpr 99
 (<span class="tt wims_code_words">$secure</span>)! This is probably an error which would make you unable
23 reyssat 100
 to control your class.
101
 <p>
3944 bpr 102
 Please read attentively the documentation below. If you still do not
23 reyssat 103
 understand, leave this field empty (you will be sent temporary secret codes
5901 bpr 104
 for sensitive operations), or put the word <span class="tt wims_code_words">all</span> to disable this
23 reyssat 105
 security measure.
17180 bpr 106
 </p><hr>
23 reyssat 107
 !read help/hosts.phtml
108
 !reset secure
109
 !exit
110
!endif
111
 
112
!if has_empty=$error
17180 bpr 113
 ¹ï©ó½Òµ{ªº¶}³]¸ê®Æ¤£§¹¥þ¡I½Ð¦b°e¥X¸ê®Æ«e¥ý±N°ò¥»¸ê®Æ¶ñ¼g§¹¥þ¡C<br>
11217 obado 114
 <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span>
23 reyssat 115
 !exit
116
!endif
117
 
118
!if no_exercise=$error
119
 ±z­n¨D¶}³] "$name_level" µ¥¯Åªº½Òµ{¡A¦ý«Ü¤£©¯ªº¥»¦øªA¾¹¦b³o­Óµ¥¯Åªº½Òµ{¤¤ÁÙ¨S
120
 ²ßÃD¡F¦]¦¹±z©Ò¶}³]ªº½Òµ{¨S¦³¥Î³B¡A¥¼¨Ó§Ú­Ì±N·|¼W¥[§ó¦hªºÀ³¥Îµ{¦¡¡A½Ð¦b©¹«áÀˬd¥»¯¸¥x¡C
121
 !exit
122
!endif
123
 
124
!if too_short=$error
4883 guerimand 125
 "$(name_$(error_subject))" ¦ü¥G¤Óµu¦Ó²£¥Í¸ê®Æ¿ù»~¡C
23 reyssat 126
 !exit
127
!endif
128
 
129
!if bad_date=$error
130
 ´Áº¡³]©w¸ê®Æ¤£¥¿½T¡I
131
 !exit
132
!endif
133
 
2947 bpr 134
!if anti_date=$error
135
 ±z©Ò³]©wªº´Áº¡¤é´Á¤ñ¤µ¤ÑÁÙ¦­¡A½Òµ{¦b¶}³]«e§Y¤w¨ì´Á¡I
136
 !exit
137
!endif
138
 
23 reyssat 139
!if bad_level=$error
140
 ¤£¾A·íªºµ¥¯Å¼Æ­È¡I
141
 !exit
142
!endif
143
 
2947 bpr 144
!if bad_email=$error
145
 Your email address is apparently not valid.
146
 <p>
147
 Please be aware that your creation of class will not succeed, unless
148
 you submit a REAL email address of YOUR OWN.
23 reyssat 149
 !exit
150
!endif
151
 
152
!if existing=$error
153
 $classname ½Òµ{¦ü¥G¤w¸g¦s¦b¡A±z¤£À³·í¶}³]¬Û¦Pªº½Òµ{¡I
154
 !exit
155
!endif
156
 
15928 guerimand 157
!if pass_discord isin $error
23 reyssat 158
 ±z¦A¦¸¿é¤Jªº±K½X©M²Ä¤@¦¸©Ò¿é¤Jªº¤£²Å¦X¡A¦]¦¹¤£¦Ò¼{¶}³]±zªº½Òµ{¡F±z¥i¥H¦A¸Õ¤@¦¸¡I
159
 !exit
160
!endif
161
 
162
!if bad_pass=$error
11217 obado 163
 ±zªº $(wims_name_$(error_subject)) §t¤£¦Xªk¦r¤¸¡I
23 reyssat 164
 ½Ð¨Ï¥Î¨Ï¥Î¶È§t¼Æ¦r©Î¦r¥À¡A¥BµLªÅ¥Õªº¦r¦ê¡C
165
 !exit
166
!endif
167
 
168
!if bad_code=$error
169
 ±z¨S¦³¿é¤J¥¿½Tªº½Òµ{½X¡I±z©Òµ¹ªº¹q¤l«H½c¥¿½T¶Ü¡H<p>
170
 ¦pªG±z·Q¾C¹C¥»¯¸¥x¡A½Ð¦b·N±zªº¬¡°Ê°O¿ý¡C
171
 !exit
172
!endif
173
 
174
!if define_fail=$error or abuse=$error
175
 ¥»³nÅéµLªk±N±zªº½Òµ{¥[¤J¸ê®Æ®w¤¤¡C¤º³¡¿ù»~¡I
176
 <p>
177
 ½Ð¦^³ø°ÝÃDµ¹
178
 !mailurl $wims_site_manager ¯¸¥xºÞ²z­û\
179
user registration failure
180
¡CÁ¤F¡I
181
 !exit
182
!endif
183
 
184
!if duplicate=$error
185
 ±zÀ|¸Õ­«Âж}³]¤w¦s¦bªº½Òµ{¡C¥i¯à¦]¬°±z«ö¤F "reload" ¶s¡HµL½×¦p¦ó¡A $classname ½Òµ{
186
 ¤w¸g¦s¦b¡A­«ÂЪº¶}³]½Òµ{µL®Ä¡C<p>
4814 guerimand 187
 !read adm/lang/links.phtml.$modu_lang
23 reyssat 188
 !exit
189
!endif
190
 
9447 guerimand 191
!if classdontexists=$error
192
 Cette classe n'existe pas.
193
 !exit
194
!endif
195
 
196
!if notexempleclass=$error
197
 Cette classe n'est pas une classe d'exemple : impossible de la copier.
198
 !exit
199
!endif
200
 
201
!if badcpmethod=$error
202
 Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur.
203
 !exit
204
!endif
205
 
9461 guerimand 206
!if cloningnotallow=$error
10603 bpr 207
 La duplication de cette classe n'est pas autorisée par son administrateur.
9461 guerimand 208
 !exit
209
!endif
210
 
211
!if badcloningpwd=$error
10603 bpr 212
 Mauvais mot de passe de duplication.
9461 guerimand 213
 !exit
214
!endif
215
 
216
!if disallowcloning=$error
10603 bpr 217
 Aucune duplication ne peut être réalisée sur cette classe.
9461 guerimand 218
 !exit
219
!endif
220
 
16124 guerimand 221
!if subclasslimit=$error
222
  Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). Il n'est pas possible d'en créer d'autres.
223
  !exit
224
!endif
225
 
17204 guerimand 226
!if bad_file iswordof $error
227
  Sorry, but I cannot recognize <em>$wims_deposit</em> as a class backup file.
228
  Either you have sent a wrong file, or it is corrupt.
229
  !exit
230
!endif
231
 
9447 guerimand 232
!msg $error
233