Rev 10603 | Rev 11217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10603 | Rev 10929 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set wims_module_log=error: $error |
1 | !set wims_module_log=error: $error |
- | 2 | ||
- | 3 | !default name_passsup=$wims_name_Password ($name_sup) |
|
- | 4 | !default name_password=$wims_name_Password ($name_classesss) |
|
- | 5 | !default wims_name_institution=$name_Name_portal |
|
- | 6 | !default wims_name_description=$wims_name_name $name_classesss |
|
2 | 7 | ||
3 | !if no_subclass iswordof $error |
8 | !if no_subclass iswordof $error |
4 | You have no right to create subclasses under the current circumstances. |
9 | You have no right to create subclasses under the current circumstances. |
5 | !set restart=no |
10 | !set restart=no |
6 | !exit |
11 | !exit |
Line 147... | Line 152... | ||
147 | again. |
152 | again. |
148 | !exit |
153 | !exit |
149 | !endif |
154 | !endif |
150 | 155 | ||
151 | !if bad_pass=$error |
156 | !if bad_pass=$error |
152 | Your $(name_$(error_subject)) contains illegal characters. |
157 | Your $(name_$(error_subject)) contains illegal characters. |
153 | Please use a word containing only digits or letters without accent, and |
158 | Please use a word containing only digits or letters without accent, and |
154 | without space between them. |
159 | without space between them. |
155 | !exit |
160 | !exit |
156 | !endif |
161 | !endif |
157 | 162 |