Subversion Repositories wimsdev

Rev

Rev 6235 | Blame | Compare with Previous | Last modification | View Log | RSS feed

!! This file contains error messages. It will be processed
!! whenever the variable `error' is not empty.

!set errorhead=<b>$wims_name_Error</b>.

!if prohibited = $error
  $errorhead Your message contains prohibited words. For example, you
  can not write javascript in the message. Attention, this error
  is registered by the server.
  !exit
!endif

!if forum_not_exist = $error
 $errorhead You have asked for a message board which does not exist. Sorry.
 !set fatal=yes
 !exit
!endif

!if no_read_right = $error
 $errorhead You do not have the right to access this message board. Sorry.
 !set fatal=yes
 !exit
!endif

!if no_subject = $error
 $errorhead Please add a subject for your message.
 !exit
!endif

!if translation_fail = $error
 $errorhead The software has run into an internal bug and is unable to
 interpret your message. Sorry.
 !if $wims_exec_error!=$empty
  <p>
  Type of the error: <span class="tt">$wims_exec_error</span>
 !endif
 !exit
!endif

!if open_tag = $error
 <b>$wims_name_warning</b>.
 Your message seems to contain a non-closed html tag. Please verify it. <p>
 Your message will be shown as an html file. So
 if you are writing inequality symbol, please add a space after the `&lt;' sign, or
 quote the inequalities as math formulas
 (using the pair \( and \) ).
 !exit
!endif

!if bad_message = $error
 $errorhead The message you wanted to read does not exist in this message
 board. Please verify your command.
 !exit
!endif

!if erased_message = $error
 $errorhead The message you wanted to read has been erased.
 !exit
!endif

!if $error=no_send_right
 $errorhead You are not allowed to post to this message board. Sorry.
 <p>
 !href cmd=reply&job=list&mlist=.newlist List of messages.
 !exit
!endif

!if $error=email_required
 $errorhead You must give your email address in order
 to post to this message board.
 <br>
 <b>$wims_name_warning</b>. The server will verify this address! Make sure you provide
 a valid email address.
 !set job=compose
 !exit
!endif

!if $error=bad_email
 $errorhead You did not provide a valid email address. Please correct it.
 !set job=compose
 !exit
!endif

!if $error=bad_sendcode
 $errorhead Your message has not been accepted because the secret code
 you typed did not match.
 <p>
 Please verify the email address you have given below, click on the
 `send' button again, then wait for a NEW secret code to be sent to you by
 email.
 !set job=compose
 !exit
!endif

!if $error=not_owner
 $errorhead Only the owner of the message board has the right to
 configure it.
 <p>
 !set job=list
 !exit
!endif

!if auth_failure = $error
 $errorhead Authentification failed. <p>
 !set fatal=yes
 !exit
!endif

!msg $error