Rev 17260 | 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 |
||
17261 | bpr | 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 |
||
17260 | guerimand | 37 | <div class="wims_msg warning"> |
17261 | bpr | 38 | Le mot de passe de création qui vous a été transmis par l'administrateur |
39 | ne doit pas être communiqué. |
||
17260 | guerimand | 40 | !if $cltype=2 |
17261 | bpr | 41 | De même, vous vous engagez à ne diffuser le mot de passe d'inscription des enseignants |
42 | à votre groupement qu'aux enseignants dont vous souhaitez l'inscription |
||
43 | dans votre groupement. En aucun cas ce mot de passe n'aura une diffusion publique. |
||
44 | L'administrateur du serveur se réserve le droit de fermer votre groupement |
||
45 | en cas de manquement à cette règle. |
||
17260 | guerimand | 46 | !endif |
47 | </div> |
||
16125 | bpr | 48 | !if $sendmail!=$empty |
49 | The password has beed send by email to the adress $sendmail. |
||
17261 | bpr | 50 | <br class="spacer"> |
16125 | bpr | 51 | !endif |
52 | !if $regpass!=$empty |
||
17261 | bpr | 53 | <div class="wims_msg warning"> |
54 | Sorry, your password is not correct. Please try again. |
||
55 | </div> |
||
16125 | bpr | 56 | !else |
17261 | bpr | 57 | !if $sendmail=$empty |
58 | The creation of $cname on this site is protected by a password. |
||
59 | You must enter this password before continuing. |
||
60 | !endif |
||
16125 | bpr | 61 | !endif |
17261 | bpr | 62 | !form reply |
17200 | guerimand | 63 | <input type="hidden" name="step" value="$step"> |
17181 | guerimand | 64 | <input type="hidden" name="job" value="$job"> |
17261 | bpr | 65 | <label for="regpass"> |
66 | Enter the password: |
||
67 | </label> |
||
68 | <input size="16" name="regpass" type="password" id="regpass" required> |
||
69 | <input type="submit" value="$wims_name_send"> |
||
70 | !formend |
||
71 | </div> |
||
72 | <div class="wims_msg info"> |
||
73 | The password for creation of virtual classes should be obtained from |
||
74 | !mailurl $wims_site_manager the manager\ |
||
23 | reyssat | 75 | Virtual class creation password |
76 | of this WIMS site. |
||
17261 | bpr | 77 | !if $regpassmail!=$empty and $sendmail=$empty |
78 | !form reply |
||
79 | Si vous disposez d'une adresse électronique dont le domaine est reconnu par le serveur, |
||
80 | vous pouvez également recevoir le mot de passe par message électronique |
||
81 | en saisissant <label for="adresse1">votre adresse électronique </label> ci-contre : |
||
82 | <div class="wimscenter"> |
||
83 | <input type="text" id="adresse1" name="adresse1" value="$adresse1" size="20"> |
||
84 | <input type="hidden" name="step" value="0"> |
||
85 | !let nbaddr=!itemcnt $regpassmail |
||
86 | !if $nbaddr=1 |
||
87 | @$regpassmail |
||
88 | <input type="hidden" name="adresse2" value="$regpassmail"> |
||
89 | !else |
||
90 | @ |
||
91 | !formselect adresse2 list $regpassmail |
||
92 | !endif |
||
93 | <input type="submit" value="$wims_name_send"> |
||
94 | </div> |
||
95 | !formend |
||
96 | !else |
||
97 | !reset sendmail |
||
98 | !endif |
||
99 | </div> |
||
100 | !set restart=no |
||
101 | !exit |
||
23 | reyssat | 102 | !endif |
103 | |||
104 | !if getid iswordof $error |
||
13345 | obado | 105 | !if $regpass$regid!=$empty |
106 | Sorry, your password is not correct. Please try again. |
||
107 | !else |
||
108 | The creation of virtual classes on this site is protected by a system of |
||
109 | authentication. Please identify yourself. |
||
110 | !endif |
||
111 | </div> |
||
112 | !form reply |
||
113 | <fieldset class="property_fields halfwidth blockcenter"> |
||
114 | <div class="field box"> |
||
115 | <label for="regid"> |
||
116 | Name of your account: |
||
117 | </label> |
||
17180 | bpr | 118 | <input size="20" name="regid" id="regid" required> |
13345 | obado | 119 | </div> |
120 | <div class="field box"> |
||
121 | <label for="regpass"> |
||
122 | And the password: |
||
123 | </label> |
||
17180 | bpr | 124 | <input size="16" name="regpass" id="regpass" type="password" required> |
13345 | obado | 125 | </div> |
126 | <div class="wimscenter"> |
||
17180 | bpr | 127 | <input type="submit" value="$wims_name_send"> |
13345 | obado | 128 | </div> |
129 | </fieldset> |
||
130 | !formend |
||
131 | <p> |
||
132 | Remark. Please write to |
||
133 | !mailurl $wims_site_manager the webmaster\ |
||
23 | reyssat | 134 | Virtual class creation password |
13345 | obado | 135 | if you want an account for creating virtual classes. |
136 | </p> |
||
137 | !set restart=no |
||
138 | !exit |
||
23 | reyssat | 139 | !endif |
140 | |||
141 | !if class_quota=$error |
||
13345 | obado | 142 | You have the right to install up to $r_quota1 classes. |
143 | You've had all; no room for more. |
||
144 | !set restart=no |
||
145 | !exit |
||
23 | reyssat | 146 | !endif |
147 | |||
148 | !if bad_secure=$error |
||
13345 | obado | 149 | Your current host does not fit your definition of secure access |
150 | (<span class="tt">$secure</span>)! This is probably an error which would make you unable |
||
151 | to control your class. |
||
152 | <p> |
||
16125 | bpr | 153 | Please read attentively the documentation below. If you still do not |
154 | understand, leave this field empty (you will be sent temporary secret codes |
||
155 | for sensitive operations), or put the word <span class="tt">all</span> to disable this |
||
13345 | obado | 156 | security measure. |
17180 | bpr | 157 | </p><hr> |
13345 | obado | 158 | !read help/hosts.phtml |
159 | !reset secure |
||
160 | !exit |
||
23 | reyssat | 161 | !endif |
162 | |||
2947 | bpr | 163 | !if has_empty=$error |
13345 | obado | 164 | You have not given all the necessary information for the creation of a |
17180 | bpr | 165 | class. Please complete your data before submitting them.<br> |
13345 | obado | 166 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
167 | !exit |
||
2947 | bpr | 168 | !endif |
169 | |||
23 | reyssat | 170 | !if too_short=$error |
13345 | obado | 171 | The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short. |
172 | !exit |
||
23 | reyssat | 173 | !endif |
174 | |||
175 | !if bad_date=$error |
||
13345 | obado | 176 | Your expiration data is not correct. |
177 | !exit |
||
23 | reyssat | 178 | !endif |
179 | |||
2947 | bpr | 180 | !if anti_date=$error |
13345 | obado | 181 | Your class has an expiration date before today. It would be expired before |
182 | being created! |
||
183 | !exit |
||
23 | reyssat | 184 | !endif |
185 | |||
186 | !if bad_level=$error |
||
13345 | obado | 187 | Bad level value. |
188 | !exit |
||
23 | reyssat | 189 | !endif |
190 | |||
2947 | bpr | 191 | !if bad_email=$error |
13345 | obado | 192 | Your email address is apparently not valid. |
193 | <p> |
||
16125 | bpr | 194 | Please be aware that your creation of class will not succeed, unless |
195 | you submit a REAL email address of YOUR OWN. |
||
13345 | obado | 196 | </p> |
197 | !exit |
||
23 | reyssat | 198 | !endif |
199 | |||
200 | !if existing=$error |
||
13345 | obado | 201 | The class $classname seems already exist. You should not recreate the |
202 | same class. |
||
203 | !exit |
||
23 | reyssat | 204 | !endif |
205 | |||
15928 | guerimand | 206 | !if pass_discord isin $error |
207 | The password you retyped ( |
||
208 | !if sup isin $error |
||
16125 | bpr | 209 | teacher |
210 | !if class isin $error |
||
211 | and class |
||
212 | !endif |
||
15928 | guerimand | 213 | !else |
214 | !if class isin $error |
||
16125 | bpr | 215 | class |
15928 | guerimand | 216 | !endif |
217 | !endif |
||
218 | ) does not correspond to the one originally given. Your |
||
13345 | obado | 219 | class can therefore not be created. Please try again. |
220 | again. |
||
221 | !exit |
||
23 | reyssat | 222 | !endif |
223 | |||
224 | !if bad_pass=$error |
||
13345 | obado | 225 | Your $(wims_name_$(error_subject)) contains illegal characters. |
226 | Please use a word containing only digits or letters without accent, and |
||
227 | without space between them. |
||
228 | !exit |
||
23 | reyssat | 229 | !endif |
230 | |||
231 | !if bad_code=$error |
||
13345 | obado | 232 | You did not enter the right code for the class. Have you given your |
233 | email address correctly? |
||
16125 | bpr | 234 | <p> |
235 | This failure has been logged. |
||
236 | </p> |
||
13345 | obado | 237 | !exit |
23 | reyssat | 238 | !endif |
239 | |||
240 | !if define_fail=$error or abuse=$error |
||
13345 | obado | 241 | The server has failed to insert your class into the database. This is |
242 | an internal error of the software. |
||
243 | <p> |
||
244 | Please report the problem to the |
||
245 | !mailurl $wims_site_manager webmaster\ |
||
23 | reyssat | 246 | user registration failure |
247 | . Thanks! |
||
13345 | obado | 248 | </p> |
249 | !exit |
||
23 | reyssat | 250 | !endif |
251 | |||
252 | !if duplicate=$error |
||
13345 | obado | 253 | You have tried to recreate an existing class. Perhaps because you clicked |
254 | on the button `reload'? In any case, your class $classname is already |
||
255 | there, and the second tentative of creation is ignored. |
||
256 | <div> |
||
16125 | bpr | 257 | !read adm/lang/links.phtml.$modu_lang |
13345 | obado | 258 | </div> |
259 | !exit |
||
23 | reyssat | 260 | !endif |
261 | |||
9447 | guerimand | 262 | !if classdontexists=$error |
13345 | obado | 263 | This class does not exist. |
264 | !exit |
||
9447 | guerimand | 265 | !endif |
266 | |||
267 | !if notexempleclass=$error |
||
13345 | obado | 268 | This class is not an example class: you can't copy it. |
269 | !exit |
||
9447 | guerimand | 270 | !endif |
271 | |||
272 | !if badcpmethod=$error |
||
13345 | obado | 273 | Unidentifiable copy method. Repeat the operation. |
274 | If the error persists, contact the server administrator. |
||
275 | !exit |
||
9447 | guerimand | 276 | !endif |
277 | |||
9461 | guerimand | 278 | !if cloningnotallow=$error |
13345 | obado | 279 | Duplication of this class is not allowed by its administrator. |
280 | !exit |
||
9461 | guerimand | 281 | !endif |
282 | |||
283 | !if badcloningpwd=$error |
||
13345 | obado | 284 | Wrong duplication password. |
285 | !exit |
||
9461 | guerimand | 286 | !endif |
287 | |||
288 | !if disallowcloning=$error |
||
13345 | obado | 289 | No duplication of this class can be performed. |
290 | !exit |
||
9461 | guerimand | 291 | !endif |
292 | |||
16124 | guerimand | 293 | !if subclasslimit=$error |
17261 | bpr | 294 | Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). |
295 | Il n'est pas possible d'en créer d'autres. |
||
16124 | guerimand | 296 | !exit |
297 | !endif |
||
298 | |||
17204 | guerimand | 299 | !if bad_file iswordof $error |
300 | Sorry, but I cannot recognize <em>$wims_deposit</em> as a class backup file. |
||
301 | Either you have sent a wrong file, or it is corrupt. |
||
302 | !exit |
||
303 | !endif |
||
304 | |||
4883 | guerimand | 305 | !msg $error |