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