Subversion Repositories wimsdev

Rev

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

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