Rev 17181 | Rev 17260 | 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 |
||
13345 | obado | 29 | Sorry but only the webmaster has the right to create $cname. |
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 |
||
17200 | guerimand | 48 | <input type="hidden" name="step" value="$step"> |
17181 | guerimand | 49 | <input type="hidden" name="job" value="$job"> |
13345 | obado | 50 | <label for="regpass"> |
51 | Enter the password: |
||
52 | </label> |
||
17180 | bpr | 53 | <input size="16" name="regpass" id="regpass" type="password" required> |
13345 | obado | 54 | !formend |
10603 | bpr | 55 | |
23 | reyssat | 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 |
||
13345 | obado | 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 |
||
71 | </div> |
||
72 | !form reply |
||
73 | <fieldset class="property_fields halfwidth blockcenter"> |
||
74 | <div class="field box"> |
||
75 | <label for="regid"> |
||
76 | Name of your account: |
||
77 | </label> |
||
17180 | bpr | 78 | <input size="20" name="regid" id="regid" required> |
13345 | obado | 79 | </div> |
80 | <div class="field box"> |
||
81 | <label for="regpass"> |
||
82 | And the password: |
||
83 | </label> |
||
17180 | bpr | 84 | <input size="16" name="regpass" id="regpass" type="password" required> |
13345 | obado | 85 | </div> |
86 | <div class="wimscenter"> |
||
17180 | bpr | 87 | <input type="submit" value="$wims_name_send"> |
13345 | obado | 88 | </div> |
89 | </fieldset> |
||
90 | !formend |
||
91 | Remark. Please write to |
||
92 | !mailurl $wims_site_manager the webmaster\ |
||
23 | reyssat | 93 | Virtual class creation password |
13345 | obado | 94 | if you want an account for creating virtual classes. |
95 | !set restart=no |
||
96 | !exit |
||
23 | reyssat | 97 | !endif |
98 | |||
99 | !if class_quota=$error |
||
100 | You have the right to install up to $r_quota1 classes. You've had all; |
||
101 | no room for more. |
||
102 | !set restart=no |
||
103 | !exit |
||
104 | !endif |
||
105 | |||
2947 | bpr | 106 | !if bad_secure=$error |
107 | Your current host does not fit your definition of secure access |
||
5901 | bpr | 108 | (<span class="tt wims_code_words">$secure</span>)! This is probably an error which would make you unable |
2947 | bpr | 109 | to control your class. |
110 | <p> |
||
3944 | bpr | 111 | Please read attentively the documentation below. If you still do not |
2947 | bpr | 112 | understand, leave this field empty (you will be sent temporary secret codes |
5901 | bpr | 113 | for sensitive operations), or put the word <span class="tt wims_code_words">all</span> to disable this |
2947 | bpr | 114 | security measure. |
17180 | bpr | 115 | </p><hr> |
2947 | bpr | 116 | !read help/hosts.phtml |
117 | !reset secure |
||
118 | !exit |
||
119 | !endif |
||
120 | |||
23 | reyssat | 121 | !if has_empty=$error |
10603 | bpr | 122 | You have not given all the necessary informations for the creation of a |
17180 | bpr | 123 | class. Please complete your data before submitting them.<br> |
11217 | obado | 124 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
23 | reyssat | 125 | !exit |
126 | !endif |
||
127 | |||
128 | !if too_short=$error |
||
5901 | bpr | 129 | The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short. |
23 | reyssat | 130 | !exit |
131 | !endif |
||
132 | |||
133 | !if bad_date=$error |
||
134 | Your expiration data is not correct. |
||
135 | !exit |
||
136 | !endif |
||
137 | |||
2947 | bpr | 138 | !if anti_date=$error |
139 | Your class has an expiration date before today. It would be expired before |
||
140 | being created! |
||
23 | reyssat | 141 | !exit |
142 | !endif |
||
143 | |||
144 | !if bad_level=$error |
||
145 | Bad level value. |
||
146 | !exit |
||
147 | !endif |
||
148 | |||
2947 | bpr | 149 | !if bad_email=$error |
150 | Your email address is apparently not valid. |
||
151 | <p> |
||
152 | Please be aware that your creation of class will not succeed, unless |
||
153 | you submit a REAL email address of YOUR OWN. |
||
23 | reyssat | 154 | !exit |
155 | !endif |
||
156 | |||
157 | !if existing=$error |
||
158 | The class $classname seems already exist. You should not recreate the |
||
159 | same class. |
||
160 | !exit |
||
161 | !endif |
||
162 | |||
15928 | guerimand | 163 | !if pass_discord isin $error |
23 | reyssat | 164 | The password you retyped does not correspond to the first one. Your |
165 | creation of class is therefore not taken into account; you may try it |
||
166 | again. |
||
167 | !exit |
||
168 | !endif |
||
169 | |||
170 | !if bad_pass=$error |
||
11217 | obado | 171 | Your $(wims_name_$(error_subject)) contains illegal characters. |
23 | reyssat | 172 | Please use a word containing only digits or letters without accent, and |
173 | without space between them. |
||
174 | !exit |
||
175 | !endif |
||
176 | |||
177 | !if bad_code=$error |
||
10603 | bpr | 178 | You did not enter the right code for the class. Have you given your |
23 | reyssat | 179 | email address correctly?<p> |
180 | This failure has been logged. |
||
10929 | bpr | 181 | </p> |
23 | reyssat | 182 | !exit |
183 | !endif |
||
184 | |||
185 | !if define_fail=$error or abuse=$error |
||
186 | The server has failed to insert your class into the database. This is |
||
187 | an internal error of the software. |
||
188 | <p> |
||
189 | Please report the problem to the |
||
3930 | bpr | 190 | !mailurl $wims_site_manager webmaster\ |
23 | reyssat | 191 | user registration failure |
192 | . Thanks! |
||
193 | !exit |
||
194 | !endif |
||
195 | |||
196 | !if duplicate=$error |
||
197 | You have tried to recreate an existing class. Perhaps because you clicked |
||
198 | on the button `reload'? In any case, your class $classname is already |
||
199 | there, and the second tentative of creation is ignored. <p> |
||
4814 | guerimand | 200 | !read adm/lang/links.phtml.$modu_lang |
23 | reyssat | 201 | !exit |
202 | !endif |
||
203 | |||
9447 | guerimand | 204 | !if classdontexists=$error |
205 | Cette classe n'existe pas. |
||
206 | !exit |
||
207 | !endif |
||
208 | |||
209 | !if notexempleclass=$error |
||
210 | Cette classe n'est pas une classe d'exemple : impossible de la copier. |
||
211 | !exit |
||
212 | !endif |
||
213 | |||
214 | !if badcpmethod=$error |
||
215 | Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur. |
||
216 | !exit |
||
217 | !endif |
||
218 | |||
9461 | guerimand | 219 | !if cloningnotallow=$error |
10603 | bpr | 220 | La duplication de cette classe n'est pas autorisée par son administrateur. |
9461 | guerimand | 221 | !exit |
222 | !endif |
||
223 | |||
224 | !if badcloningpwd=$error |
||
10603 | bpr | 225 | Mauvais mot de passe de duplication. |
9461 | guerimand | 226 | !exit |
227 | !endif |
||
228 | |||
229 | !if disallowcloning=$error |
||
10603 | bpr | 230 | Aucun duplication ne peut être réalisée sur cette classe. |
9461 | guerimand | 231 | !exit |
232 | !endif |
||
233 | |||
16124 | guerimand | 234 | !if subclasslimit=$error |
235 | Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). Il n'est pas possible d'en créer d'autres. |
||
236 | !exit |
||
237 | !endif |
||
238 | |||
9447 | guerimand | 239 | !msg $error |
240 |