Subversion Repositories wimsdev

Rev

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

Rev 6235 Rev 17180
Line 3... Line 3...
3
 
3
 
4
!set errorhead=<b>$wims_name_Error</b>.
4
!set errorhead=<b>$wims_name_Error</b>.
5
 
5
 
6
!if prohibited = $error
6
!if prohibited = $error
7
  $errorhead Your message contains prohibited words. For example, you
7
  $errorhead Your message contains prohibited words. For example, you
8
  can not write javascript in the message. Attention, this error 
8
  can not write javascript in the message. Attention, this error
9
  is registered by the server.
9
  is registered by the server.
10
  !exit
10
  !exit
11
!endif
11
!endif
12
 
12
 
13
!if forum_not_exist = $error
13
!if forum_not_exist = $error
Line 66... Line 66...
66
!endif
66
!endif
67
 
67
 
68
!if $error=email_required
68
!if $error=email_required
69
 $errorhead You must give your email address in order
69
 $errorhead You must give your email address in order
70
 to post to this message board.
70
 to post to this message board.
71
 <br />
71
 <br>
72
 <b>$wims_name_warning</b>. The server will verify this address! Make sure you provide
72
 <b>$wims_name_warning</b>. The server will verify this address! Make sure you provide
73
 a valid email address.
73
 a valid email address.
74
 !set job=compose
74
 !set job=compose
75
 !exit
75
 !exit
76
!endif
76
!endif
Line 84... Line 84...
84
!if $error=bad_sendcode
84
!if $error=bad_sendcode
85
 $errorhead Your message has not been accepted because the secret code
85
 $errorhead Your message has not been accepted because the secret code
86
 you typed did not match.
86
 you typed did not match.
87
 <p>
87
 <p>
88
 Please verify the email address you have given below, click on the
88
 Please verify the email address you have given below, click on the
89
 `send' button again, then wait for a NEW secret code to be sent to you by 
89
 `send' button again, then wait for a NEW secret code to be sent to you by
90
 email.
90
 email.
91
 !set job=compose
91
 !set job=compose
92
 !exit
92
 !exit
93
!endif
93
!endif
94
 
94