Subversion Repositories wimsdev

Rev

Rev 547 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 547 Rev 5947
Line 2... Line 2...
2
!set wims_module_error=error: $error
2
!set wims_module_error=error: $error
3
 
3
 
4
<b>Error.</b>
4
<span class="wims_warning">$wims_name_Error.</span>
5
 
5
 
6
!if empty_data iswordof $error
6
!if empty_data iswordof $error
7
 You have submitted an incomplete reply. Please complete it.
7
 You have submitted an incomplete reply. Please complete it.
8
 !exit
8
 !exit
9
!endif
9
!endif
Line 19... Line 19...
19
 `reload' button of your browser to repost replies!)
19
 `reload' button of your browser to repost replies!)
20
 !exit
20
 !exit
21
!endif
21
!endif
22
 
22
 
23
!if bad_answer iswordof $error
23
!if bad_answer iswordof $error
24
 Your reply <p><center>
24
 Your reply <p class="wims_center">
25
 <b>$bad_name</b> = <tt>$bad_value</tt> <p></center>
25
 <b>$bad_name</b> = <span class="tt">$bad_value</span> </p>
26
 !if nocompute isin $test
26
 !if nocompute isin $test
27
  is not allowed: please carry out the computation yourself, and
27
  is not allowed: please carry out the computation yourself, and
28
  submit the resulting value.
28
  submit the resulting value.
29
 !else
29
 !else
30
  is not understandable.
30
  is not understandable.