Rev 9461 | Rev 10929 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9461 | Rev 10603 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | !endif |
35 | !endif |
36 | <p> |
36 | <p> |
37 | !form reply |
37 | !form reply |
38 | <input type="hidden" name="step" value="0" /> |
38 | <input type="hidden" name="step" value="0" /> |
39 | Enter the password: <input size="16" name="regpass" type="password" /> |
39 | Enter the password: <input size="16" name="regpass" type="password" /> |
40 | 40 | ||
41 | !formend |
41 | !formend |
42 | Remark. The password for creation of virtual classes should be obtained from |
42 | Remark. The password for creation of virtual classes should be obtained from |
43 | !mailurl $wims_site_manager the manager\ |
43 | !mailurl $wims_site_manager the manager\ |
44 | Virtual class creation password |
44 | Virtual class creation password |
45 | of this WIMS site. |
45 | of this WIMS site. |
Line 61... | Line 61... | ||
61 | Entrez the name of your account:</td><td><input size="20" name="regid" /></td> |
61 | Entrez the name of your account:</td><td><input size="20" name="regid" /></td> |
62 | </tr><tr><td> |
62 | </tr><tr><td> |
63 | And the password:</td><td><input size="16" name="regpass" type=password /> |
63 | And the password:</td><td><input size="16" name="regpass" type=password /> |
64 | <input type="submit" value="$wims_name_tosave" /></td> |
64 | <input type="submit" value="$wims_name_tosave" /></td> |
65 | </tr></table> |
65 | </tr></table> |
66 | 66 | ||
67 | !formend |
67 | !formend |
68 | Remark. Please write to |
68 | Remark. Please write to |
69 | !mailurl $wims_site_manager the webmaster\ |
69 | !mailurl $wims_site_manager the webmaster\ |
70 | Virtual class creation password |
70 | Virtual class creation password |
71 | if you want an account for creating virtual classes. |
71 | if you want an account for creating virtual classes. |
Line 187... | Line 187... | ||
187 | Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur. |
187 | Méthode de copie impossible à identifier. Recommencer l'opération. Si l'erreur persiste contacter l'administrateur du serveur. |
188 | !exit |
188 | !exit |
189 | !endif |
189 | !endif |
190 | 190 | ||
191 | !if cloningnotallow=$error |
191 | !if cloningnotallow=$error |
192 |
|
192 | La duplication de cette classe n'est pas autorisée par son administrateur. |
193 | !exit |
193 | !exit |
194 | !endif |
194 | !endif |
195 | 195 | ||
196 | !if badcloningpwd=$error |
196 | !if badcloningpwd=$error |
197 | Mauvais mot de passe de |
197 | Mauvais mot de passe de duplication. |
198 | !exit |
198 | !exit |
199 | !endif |
199 | !endif |
200 | 200 | ||
201 | !if disallowcloning=$error |
201 | !if disallowcloning=$error |
202 |
|
202 | Aucune duplication ne peut être réalisée sur cette classe. |
203 | !exit |
203 | !exit |
204 | !endif |
204 | !endif |
205 | 205 | ||
206 | !msg $error |
206 | !msg $error |
207 | 207 |