Rev 13076 | Rev 13345 | 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 | You have no right to create subclasses under the current circumstances. |
||
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 |
||
3930 | bpr | 29 | Sorry but only the webmaster has the right to create institution portals. |
23 | reyssat | 30 | !exit |
31 | !endif |
||
32 | |||
33 | !if getpass iswordof $error |
||
2947 | bpr | 34 | !if $sendmail!=$empty |
5859 | bpr | 35 | <div class="wimscenter"> |
12180 | bpr | 36 | The password has beed send by email to the adress |
5859 | bpr | 37 | </div> |
2947 | bpr | 38 | !endif |
23 | reyssat | 39 | !if $regpass!=$empty |
40 | Sorry, your password is not correct. Please try again. |
||
41 | !else |
||
42 | !set cname=!item $cltype+1 of virtual classes,,groups of classes,,\ |
||
43 | institution portals |
||
44 | The creation of $cname on this site is protected by a password. |
||
45 | You must enter this password before continuing. |
||
46 | !endif |
||
10603 | bpr | 47 | |
23 | reyssat | 48 | !form reply |
6235 | bpr | 49 | <input type="hidden" name="step" value="0" /> |
50 | Enter the password: <input size="16" name="regpass" type="password" /> |
||
10603 | bpr | 51 | |
5926 | bpr | 52 | !formend |
53 | |||
23 | reyssat | 54 | Remark. The password for creation of virtual classes should be obtained from |
55 | !mailurl $wims_site_manager the manager\ |
||
56 | Virtual class creation password |
||
57 | of this WIMS site. |
||
58 | !set restart=no |
||
59 | !exit |
||
60 | !endif |
||
61 | |||
62 | !if getid iswordof $error |
||
63 | !if $regpass$regid!=$empty |
||
64 | Sorry, your password is not correct. Please try again. |
||
65 | !else |
||
66 | The creation of virtual classes on this site is protected by a system of |
||
67 | authentication. Please identify yourself. |
||
68 | !endif |
||
10603 | bpr | 69 | |
23 | reyssat | 70 | !form reply |
6374 | bpr | 71 | <table class="wimscenter wimsnoborder"> |
72 | <tr><td style="text-align:right"> |
||
6235 | bpr | 73 | Entrez the name of your account:</td><td><input size="20" name="regid" /></td> |
6374 | bpr | 74 | </tr><tr><td style="text-align:right"> |
6235 | bpr | 75 | And the password:</td><td><input size="16" name="regpass" type="password" /> |
76 | <input type="submit" value="$wims_name_tosave" /></td> |
||
23 | reyssat | 77 | </tr></table> |
10603 | bpr | 78 | |
5926 | bpr | 79 | !formend |
80 | <p> |
||
23 | reyssat | 81 | Remark. Please write to |
3930 | bpr | 82 | !mailurl $wims_site_manager the webmaster\ |
23 | reyssat | 83 | Virtual class creation password |
84 | if you want an account for creating virtual classes. |
||
5859 | bpr | 85 | </p> |
23 | reyssat | 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 | |||
97 | !if bad_secure=$error |
||
98 | Your current host does not fit your definition of secure access |
||
6235 | bpr | 99 | (<span class="tt">$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 |
6235 | bpr | 104 | for sensitive operations), or put the word <span class="tt">all</span> to disable this |
23 | reyssat | 105 | security measure. |
6235 | bpr | 106 | <hr /> |
23 | reyssat | 107 | !read help/hosts.phtml |
108 | !reset secure |
||
109 | !exit |
||
110 | !endif |
||
111 | |||
2947 | bpr | 112 | !if has_empty=$error |
10603 | bpr | 113 | You have not given all the necessary information for the creation of a |
11217 | obado | 114 | class. Please complete your data before submitting them.<br/> |
115 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
||
2947 | bpr | 116 | !exit |
117 | !endif |
||
118 | |||
23 | reyssat | 119 | !if too_short=$error |
5901 | bpr | 120 | The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short. |
23 | reyssat | 121 | !exit |
122 | !endif |
||
123 | |||
124 | !if bad_date=$error |
||
125 | Your expiration data is not correct. |
||
126 | !exit |
||
127 | !endif |
||
128 | |||
2947 | bpr | 129 | !if anti_date=$error |
130 | Your class has an expiration date before today. It would be expired before |
||
131 | being created! |
||
23 | reyssat | 132 | !exit |
133 | !endif |
||
134 | |||
135 | !if bad_level=$error |
||
136 | Bad level value. |
||
137 | !exit |
||
138 | !endif |
||
139 | |||
2947 | bpr | 140 | !if bad_email=$error |
141 | Your email address is apparently not valid. |
||
142 | <p> |
||
143 | Please be aware that your creation of class will not succeed, unless |
||
144 | you submit a REAL email address of YOUR OWN. |
||
5859 | bpr | 145 | </p> |
23 | reyssat | 146 | !exit |
147 | !endif |
||
148 | |||
149 | !if existing=$error |
||
150 | The class $classname seems already exist. You should not recreate the |
||
151 | same class. |
||
152 | !exit |
||
153 | !endif |
||
154 | |||
155 | !if pass_discord=$error |
||
3917 | bpr | 156 | The password you retyped does not correspond to the one originally given. Your |
157 | class can therefore not be created. Please try again. |
||
23 | reyssat | 158 | again. |
159 | !exit |
||
160 | !endif |
||
161 | |||
162 | !if bad_pass=$error |
||
11217 | obado | 163 | Your $(wims_name_$(error_subject)) contains illegal characters. |
23 | reyssat | 164 | Please use a word containing only digits or letters without accent, and |
165 | without space between them. |
||
166 | !exit |
||
167 | !endif |
||
168 | |||
169 | !if bad_code=$error |
||
10603 | bpr | 170 | You did not enter the right code for the class. Have you given your |
23 | reyssat | 171 | email address correctly?<p> |
172 | This failure has been logged. |
||
5859 | bpr | 173 | </p> |
23 | reyssat | 174 | !exit |
175 | !endif |
||
176 | |||
177 | !if define_fail=$error or abuse=$error |
||
178 | The server has failed to insert your class into the database. This is |
||
179 | an internal error of the software. |
||
180 | <p> |
||
181 | Please report the problem to the |
||
3930 | bpr | 182 | !mailurl $wims_site_manager webmaster\ |
23 | reyssat | 183 | user registration failure |
184 | . Thanks! |
||
5859 | bpr | 185 | </p> |
23 | reyssat | 186 | !exit |
187 | !endif |
||
188 | |||
189 | !if duplicate=$error |
||
190 | You have tried to recreate an existing class. Perhaps because you clicked |
||
191 | on the button `reload'? In any case, your class $classname is already |
||
5859 | bpr | 192 | there, and the second tentative of creation is ignored. |
193 | <div> |
||
4814 | guerimand | 194 | !read adm/lang/links.phtml.$modu_lang |
5859 | bpr | 195 | </div> |
23 | reyssat | 196 | !exit |
197 | !endif |
||
198 | |||
9447 | guerimand | 199 | !if classdontexists=$error |
200 | Cette classe n'existe pas. |
||
201 | !exit |
||
202 | !endif |
||
203 | |||
204 | !if notexempleclass=$error |
||
205 | Cette classe n'est pas une classe d'exemple : impossible de la copier. |
||
206 | !exit |
||
207 | !endif |
||
208 | |||
209 | !if badcpmethod=$error |
||
210 | Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur. |
||
211 | !exit |
||
212 | !endif |
||
213 | |||
9461 | guerimand | 214 | !if cloningnotallow=$error |
10603 | bpr | 215 | La duplication de cette classe n'est pas autorisée par son administrateur. |
9461 | guerimand | 216 | !exit |
217 | !endif |
||
218 | |||
219 | !if badcloningpwd=$error |
||
10603 | bpr | 220 | Mauvais mot de passe de duplication. |
9461 | guerimand | 221 | !exit |
222 | !endif |
||
223 | |||
224 | !if disallowcloning=$error |
||
10603 | bpr | 225 | Aucune duplication de cette classe ne peut être réalisée. |
9461 | guerimand | 226 | !exit |
227 | !endif |
||
228 | |||
4883 | guerimand | 229 | !msg $error |