Subversion Repositories wimsdev

Rev

Rev 10929 | Rev 12180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10929 Rev 11217
Line 1... Line 1...
1
!set wims_module_log=error: $error
1
!set wims_module_log=error: $error
2
 
2
 
3
!default name_passsup=$wims_name_Password ($name_sup)
3
!default wims_name_passsup=$wims_name_Password ($name_sup)
4
!default name_password=$wims_name_Password ($name_classesss)
4
!default wims_name_password=$wims_name_Password ($name_classesss)
5
!default wims_name_institution=$name_Name_portal
5
!default wims_name_institution=$name_Name_portal
6
!default wims_name_description=$wims_name_name $name_classesss
6
!default wims_name_description=$wims_name_name $name_classesss
7
 
7
 
8
!if no_subclass iswordof $error
8
!if no_subclass iswordof $error
9
 You have no right to create subclasses under the current circumstances.
9
 You have no right to create subclasses under the current circumstances.
Line 104... Line 104...
104
 !exit
104
 !exit
105
!endif
105
!endif
106
 
106
 
107
!if has_empty=$error
107
!if has_empty=$error
108
 You have not given all the necessary information for the creation of a
108
 You have not given all the necessary information for the creation of a
109
 class. Please complete your data before submitting them.
109
 class. Please complete your data before submitting them.<br/>
-
 
110
 <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span>
110
 !exit
111
 !exit
111
!endif
112
!endif
112
 
113
 
113
!if too_short=$error
114
!if too_short=$error
114
 The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short.
115
 The data field <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> seems to be too short.
Line 152... Line 153...
152
 again.
153
 again.
153
 !exit
154
 !exit
154
!endif
155
!endif
155
 
156
 
156
!if bad_pass=$error
157
!if bad_pass=$error
157
 Your $(name_$(error_subject)) contains illegal characters.
158
 Your $(wims_name_$(error_subject)) contains illegal characters.
158
 Please use a word containing only digits or letters without accent, and
159
 Please use a word containing only digits or letters without accent, and
159
 without space between them.
160
 without space between them.
160
 !exit
161
 !exit
161
!endif
162
!endif
162
 
163