Subversion Repositories wimsdev

Rev

Rev 121 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !! This file contains error messages. It will be processed
  2. !! whenever the variable `error' is not empty.
  3. !set wims_module_error=error: $error
  4.  
  5. <b>´íÎó.</b>
  6.  
  7. !if empty_out iswordof $error
  8. Your code did not give any output. Please correct it.
  9. !if $m_reply_err!=$empty
  10.  <pre><font color=red>$m_reply_err</font></pre>
  11. !endif
  12. !exit
  13. !endif
  14.  
  15. !if empty_data iswordof $error
  16. Äã·¢»ØµÄ´ð°¸²»ÍêÕû, ÇëÍê³ÉËü.
  17. !exit
  18. !endif
  19.  
  20. !if bad_data iswordof $error
  21. ÎÒ²»ÄÜÀí½âÄã·¢À´µÄÊýÖµ, ÊÇ´ò×Ö´íÎóÂð?
  22. !exit
  23. !endif
  24.  
  25. !if double_reply iswordof $error
  26. ÄãÒѾ­ËÍÀ´¹ýÕâ¸öÁ·Ï°µÄ»Ø´ð, ²¢Òѱ»·ÖÎöÓë¼Í¼.
  27. ÖØ¸´»Ø´ð½«²»±»¿¼ÂÇ. (²»ÒªÊ¹ÓÃä¯ÀÀÆ÷µÄ `reload' °´Å¥Öظ´»Ø´ð!)
  28.  !exit
  29. !endif
  30.  
  31. !if bad_answer iswordof $error
  32.  !if illegalname iswordof $test
  33.   Your code contains illegal name <tt>$illegal_name</tt>. Please correct.
  34.   !exit
  35.  !endif
  36.  !if lengthoverflow iswordof $test
  37.   Your code has exceeded the length limit. Please rewrite it.
  38.   !exit
  39.  !endif
  40. ÄãµÄ»Ø´ð <p><center>
  41.  <b>$bad_name</b> = <tt>$bad_value</tt> <p></center>
  42.  !if nocompute isin $test
  43. ÊDz»ÔÊÐíµÄ&nbsp;: ÇëÄã×Ô¼º¼ÆËã³ö´ðÊý, ÔÙ½«ÆäËÍ»Ø.
  44.  !else
  45. ÎÞ·¨Àí½â. Çë¶©ÕýºóÔÙ·¢ËÍÒ»´Î.
  46.  !endif
  47.  !exit
  48. !endif
  49.  
  50. !if bad_exo iswordof $error
  51.  ÓÉÓÚ±¾Á·Ï°ÓÐ´í£¬ÎÞ·¨¼ì²âÄúµÄ»Ø´ðµÄÕýÈ·ÐÔ. ÄúÏÖÔÚΨһµÄ½â¾ö°ì·¨ÊÇ»»Ò»¸ö
  52.  Á·Ï°, ·Ç³£±§Ç¸.
  53.  <p>
  54.  Èç¹ûÄúÒª±¨¸æ±¾Á·Ï°µÄ´íÎó,
  55.  !if $email!=$empty
  56.   Çë
  57.   !mailurl $email Óë×÷ÕßÁªÏµ
  58. .
  59.  !else
  60.   ÇëÓë×÷ÕßÁªÏµ.
  61.  !endif
  62.  !exit
  63. !endif
  64.  
  65. !if too_many_print iswordof $error
  66.  Äã¶Ô¿É´òÓ¡°æ±¾µÄÇëÇ󳬹ýÁËÏÞÖÆ.
  67.  !exit
  68. !endif
  69.  
  70.